* [Buildroot] [PATCH 1/1] libuci: Disable lua binding on no mmu
@ 2014-04-07 20:43 Romain Naour
2014-04-07 20:46 ` Yann E. MORIN
2014-04-07 22:56 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2014-04-07 20:43 UTC (permalink / raw)
To: buildroot
Same error as in libubox package.
http://autobuild.buildroot.net/results/1a5/1a5c50f8ca0ae70c1e0d3733765f521790b97a30/build-end.log
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
package/libuci/libuci.mk | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/package/libuci/libuci.mk b/package/libuci/libuci.mk
index a7d3a80..adc7bce 100644
--- a/package/libuci/libuci.mk
+++ b/package/libuci/libuci.mk
@@ -10,14 +10,12 @@ LIBUCI_LICENSE = LGPLv2.1
LIBUCI_INSTALL_STAGING = YES
LIBUCI_DEPENDENCIES = libubox
-ifeq ($(BR2_USE_MMU),y) # fork()
-ifeq ($(BR2_PACKAGE_LUA_5_1),y)
+ifeq ($(BR2_USE_MMU)$(BR2_PACKAGE_LUA_5_1),yy)
LIBUCI_DEPENDENCIES += lua
LIBUCI_CONF_OPT += -DLUAPATH=$(STAGING_DIR)/usr/lib/lua/5.1 \
-DLUA_CFLAGS=-I$(STAGING_DIR)/usr/include
else
LIBUCI_CONF_OPT += -DBUILD_LUA:BOOL=OFF
endif
-endif # MMU
$(eval $(cmake-package))
--
1.9.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] libuci: Disable lua binding on no mmu
2014-04-07 20:43 [Buildroot] [PATCH 1/1] libuci: Disable lua binding on no mmu Romain Naour
@ 2014-04-07 20:46 ` Yann E. MORIN
2014-04-07 22:56 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2014-04-07 20:46 UTC (permalink / raw)
To: buildroot
Romain, All,
On 2014-04-07 22:43 +0200, Romain Naour spake thusly:
> Same error as in libubox package.
> http://autobuild.buildroot.net/results/1a5/1a5c50f8ca0ae70c1e0d3733765f521790b97a30/build-end.log
>
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> package/libuci/libuci.mk | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/package/libuci/libuci.mk b/package/libuci/libuci.mk
> index a7d3a80..adc7bce 100644
> --- a/package/libuci/libuci.mk
> +++ b/package/libuci/libuci.mk
> @@ -10,14 +10,12 @@ LIBUCI_LICENSE = LGPLv2.1
> LIBUCI_INSTALL_STAGING = YES
> LIBUCI_DEPENDENCIES = libubox
>
> -ifeq ($(BR2_USE_MMU),y) # fork()
> -ifeq ($(BR2_PACKAGE_LUA_5_1),y)
> +ifeq ($(BR2_USE_MMU)$(BR2_PACKAGE_LUA_5_1),yy)
> LIBUCI_DEPENDENCIES += lua
> LIBUCI_CONF_OPT += -DLUAPATH=$(STAGING_DIR)/usr/lib/lua/5.1 \
> -DLUA_CFLAGS=-I$(STAGING_DIR)/usr/include
> else
> LIBUCI_CONF_OPT += -DBUILD_LUA:BOOL=OFF
> endif
> -endif # MMU
>
> $(eval $(cmake-package))
> --
> 1.9.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] libuci: Disable lua binding on no mmu
2014-04-07 20:43 [Buildroot] [PATCH 1/1] libuci: Disable lua binding on no mmu Romain Naour
2014-04-07 20:46 ` Yann E. MORIN
@ 2014-04-07 22:56 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2014-04-07 22:56 UTC (permalink / raw)
To: buildroot
>>>>> "Romain" == Romain Naour <romain.naour@openwide.fr> writes:
> Same error as in libubox package.
> http://autobuild.buildroot.net/results/1a5/1a5c50f8ca0ae70c1e0d3733765f521790b97a30/build-end.log
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-07 22:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-07 20:43 [Buildroot] [PATCH 1/1] libuci: Disable lua binding on no mmu Romain Naour
2014-04-07 20:46 ` Yann E. MORIN
2014-04-07 22:56 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox