Skip to content

Commit

Permalink
update blobpack and usys versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkschreder committed Jul 15, 2017
1 parent f040717 commit 69cd1d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions libblobpack/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/mkschreder/libblobpack.git
PKG_SOURCE_VERSION:=d0fe5175995c550f6961d2675d80a96e44242475
PKG_VERSION=2.16.09-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz

This comment has been minimized.

Copy link
@eterry1388

eterry1388 Oct 31, 2017

When compiling, I am getting this error because of this removal you made here @mkschreder :

*** Download/default is missing the FILE field..  Stop.
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=9cc36022d6c7f831d35de1a4c83f01c0576d8305
PKG_SOURCE_DATA:=2017-07-15

PKG_INSTALL:=1

Expand Down
2 changes: 1 addition & 1 deletion libusys/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=libusys
PKG_VERSION:=dd7b53bf45baa1765f2163a81fd53a422e3b4fa8
PKG_VERSION:=2b94b1dd585fcb43105156c9e0c96e9850e9e0ad
PKG_RELEASE:=1.0.0

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down

0 comments on commit 69cd1d9

Please sign in to comment.