]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libuci: remove MMU dependency with Lua binding
authorHadrien Boutteville <hadrien.boutteville@gmail.com>
Sat, 19 Apr 2014 00:47:01 +0000 (02:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 19 Apr 2014 17:10:46 +0000 (19:10 +0200)
The Lua binding option of libuci doesn't need the MMU.

Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libuci/libuci.mk

index ff5087429bc85eccbc96f90385b8431c84f54fda..31623a27d1354cc585b74c0b74a9d647a50bf441 100644 (file)
@@ -10,7 +10,7 @@ LIBUCI_LICENSE = LGPLv2.1
 LIBUCI_INSTALL_STAGING = YES
 LIBUCI_DEPENDENCIES = libubox
 
-ifeq ($(BR2_USE_MMU)$(BR2_PACKAGE_LUA_5_1),yy)
+ifeq ($(BR2_PACKAGE_LUA_5_1),y)
 LIBUCI_DEPENDENCIES += lua
 LIBUCI_CONF_OPT += -DLUAPATH=$(STAGING_DIR)/usr/lib/lua/5.1 \
        -DLUA_CFLAGS=-I$(STAGING_DIR)/usr/include