[oe] [meta-openwrt][PATCH 2/9] Juci: added dependency of luajit

Stanley Phoong stanley.cheong.kwan.phoong at intel.com
Mon Jul 17 02:48:04 UTC 2017


From: "Stanley Cheong Kwan, Phoong" <stanley.cheong.kwan.phoong at intel.com>

Juci was missing dependency of luajit from meta-openembedded

Signed-off-by: Stanley Cheong Kwan, Phoong <stanley.cheong.kwan.phoong at intel.com>
---
 recipes-core/juci/jucid_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/juci/jucid_git.bb b/recipes-core/juci/jucid_git.bb
index 0fb7b26..85df80d 100644
--- a/recipes-core/juci/jucid_git.bb
+++ b/recipes-core/juci/jucid_git.bb
@@ -18,5 +18,5 @@ SRC_URI = "git://github.com/mkschreder/jucid \
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
-DEPENDS += "libblobpack libutype libusys luci uci lua5.1 libwebsockets iwinfo rpcd ubus"
+DEPENDS += "libblobpack libutype libusys luci uci lua5.1 libwebsockets iwinfo rpcd ubus luajit"
 RDEPENDS_${PN} += "libutype libblobpack libusys"
-- 
2.7.4




More information about the Openembedded-devel mailing list