libubox: fix some jshn variable handling regressions
SVN-Revision: 34720
This commit is contained in:
parent
a7877699f7
commit
595b48be55
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libubox
|
||||
PKG_VERSION:=2012-12-16
|
||||
PKG_VERSION:=2012-12-16.1
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=e16fa068a57318fff073da4a0f8f0535a97fe208
|
||||
PKG_SOURCE_VERSION:=7bca5dd29dd39bf3a5ad3005dc408ac81bcb727b
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_MD5SUM:=fbf797a253418b265a6e60005e6915d9
|
||||
PKG_MIRROR_MD5SUM:=b2fc0f2fe81157030e32c3bcb8179111
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
PKG_LICENSE:=GPLv2
|
||||
|
|
Loading…
Reference in a new issue