ubus: update to latest version, add LUAPATH to cmake options - fixes #11398
SVN-Revision: 31622
This commit is contained in:
		| @@ -1,13 +1,13 @@ | |||||||
| include $(TOPDIR)/rules.mk | include $(TOPDIR)/rules.mk | ||||||
|  |  | ||||||
| PKG_NAME:=ubus | PKG_NAME:=ubus | ||||||
| PKG_VERSION:=2012-05-05 | PKG_VERSION:=2012-05-06 | ||||||
| PKG_RELEASE=$(PKG_SOURCE_VERSION) | PKG_RELEASE=$(PKG_SOURCE_VERSION) | ||||||
|  |  | ||||||
| PKG_SOURCE_PROTO:=git | PKG_SOURCE_PROTO:=git | ||||||
| PKG_SOURCE_URL:=git://nbd.name/luci2/ubus.git | PKG_SOURCE_URL:=git://nbd.name/luci2/ubus.git | ||||||
| PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) | 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_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz | ||||||
| PKG_MIRROR_MD5SUM:=d68885340ab1cee2e04e9055186beb11 | PKG_MIRROR_MD5SUM:=d68885340ab1cee2e04e9055186beb11 | ||||||
| CMAKE_INSTALL:=1 | CMAKE_INSTALL:=1 | ||||||
| @@ -48,6 +48,9 @@ endef | |||||||
|  |  | ||||||
| TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include | TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include | ||||||
|  |  | ||||||
|  | CMAKE_OPTIONS = \ | ||||||
|  | 	-DLUAPATH=/usr/lib/lua | ||||||
|  |  | ||||||
| define Package/ubus/install | define Package/ubus/install | ||||||
| 	$(INSTALL_DIR) $(1)/bin | 	$(INSTALL_DIR) $(1)/bin | ||||||
| 	$(CP) $(PKG_INSTALL_DIR)/usr/bin/ubus $(1)/bin/ | 	$(CP) $(PKG_INSTALL_DIR)/usr/bin/ubus $(1)/bin/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau