mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:05:20 +02:00
ubus: update to latest version, add LUAPATH to cmake options - fixes #11398
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31622 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bf5c5078be
commit
91b84f4518
@ -1,13 +1,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ubus
|
||||
PKG_VERSION:=2012-05-05
|
||||
PKG_VERSION:=2012-05-06
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://nbd.name/luci2/ubus.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=25b9b4b827f74482743689386b195dca3b81a0df
|
||||
PKG_SOURCE_VERSION:=a204ae358be1d5e0bb3a56bd54980851f553588e
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_MD5SUM:=d68885340ab1cee2e04e9055186beb11
|
||||
CMAKE_INSTALL:=1
|
||||
@ -48,6 +48,9 @@ endef
|
||||
|
||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
|
||||
|
||||
CMAKE_OPTIONS = \
|
||||
-DLUAPATH=/usr/lib/lua
|
||||
|
||||
define Package/ubus/install
|
||||
$(INSTALL_DIR) $(1)/bin
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin/ubus $(1)/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user