[oe] [meta-openwrt][PATCH 8/9] Juci: update Juci git to latest

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


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

Updated the Juci to the latest SRCREV, and updated the Makefile
configuration.

Signed-off-by: Stanley Cheong Kwan, Phoong <stanley.cheong.kwan.phoong at intel.com>
---
 recipes-core/juci/juci/0005-makefile-local.patch | 47 ++++++++++++++++++++++++
 recipes-core/juci/juci_git.bb                    |  5 +--
 2 files changed, 49 insertions(+), 3 deletions(-)
 create mode 100644 recipes-core/juci/juci/0005-makefile-local.patch

diff --git a/recipes-core/juci/juci/0005-makefile-local.patch b/recipes-core/juci/juci/0005-makefile-local.patch
new file mode 100644
index 0000000..a99eeb2
--- /dev/null
+++ b/recipes-core/juci/juci/0005-makefile-local.patch
@@ -0,0 +1,47 @@
+Index: git/Makefile
+===================================================================
+--- git.orig/Makefile
++++ git/Makefile
+@@ -2,6 +2,42 @@
+ # Main Makefile
+ # Copyright (c) 2015-2016 Martin K. Schröder <mkschreder.uk at gmail.com>
+ 
++## This is a file for building local copy for use with the juci-local-server
++
++CONFIG_PACKAGE_juci=y
++CONFIG_PACKAGE_juci-ddns=y
++CONFIG_PACKAGE_juci-diagnostics=y
++CONFIG_PACKAGE_juci-dnsmasq-dhcp=y
++CONFIG_PACKAGE_juci-dropbear=y
++CONFIG_PACKAGE_juci-dynamic-translator=y
++CONFIG_PACKAGE_juci-ethernet=y
++CONFIG_PACKAGE_juci-event=y
++CONFIG_PACKAGE_juci-firewall-fw3=y
++CONFIG_PACKAGE_juci-freecwmp=y
++CONFIG_PACKAGE_juci-iconnect=y
++CONFIG_PACKAGE_juci-icwmp=y
++CONFIG_PACKAGE_juci-igmpinfo=y
++CONFIG_PACKAGE_juci-macdb=y
++CONFIG_PACKAGE_juci-minidlna=y
++CONFIG_PACKAGE_juci-minisnmpd=y
++CONFIG_PACKAGE_juci-mod-status=y
++CONFIG_PACKAGE_juci-mod-system=y
++CONFIG_PACKAGE_juci-netmode=y
++CONFIG_PACKAGE_juci-network-netifd=y
++CONFIG_PACKAGE_juci-openwrt-wireless=y
++CONFIG_PACKAGE_juci-samba=y
++CONFIG_PACKAGE_juci-simple-gui=y
++CONFIG_PACKAGE_juci-snmpd=y
++CONFIG_PACKAGE_juci-sysupgrade=y
++CONFIG_PACKAGE_juci-uhttpd=y
++CONFIG_PACKAGE_juci-upnp=y
++CONFIG_PACKAGE_juci-usb=y
++CONFIG_PACKAGE_juci-utils=y
++
++####THEMES####
++CONFIG_PACKAGE_juci-theme-openwrt=y
++
++
+ DIRS-y:=juci 
+ PLUGINS-y:=
+ 
diff --git a/recipes-core/juci/juci_git.bb b/recipes-core/juci/juci_git.bb
index cd71a72..c79c064 100644
--- a/recipes-core/juci/juci_git.bb
+++ b/recipes-core/juci/juci_git.bb
@@ -7,12 +7,11 @@ LICENSE = "GPL-3.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=87212b5f1ae096371049a12f80034f32"
 SECTION = "apps"
 
-SRCREV = "b173dba22fbd9891bc5e3a55f8b40ba562f38e31"
+SRCREV = "${AUTOREV}"
 SRC_URI = "git://github.com/mkschreder/juci"
-SRC_URI += "file://0001-juci-pin-grunt-to-0.4.1-for-grunt-angular-gettext.patch"
 SRC_URI += "file://0002-fix-bootstrap.patch"
 SRC_URI += "file://0003-fix-juci-compile.patch"
-SRC_URI += "file://0004-makefile-local.patch"
+SRC_URI += "file://0005-makefile-local.patch"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4




More information about the Openembedded-devel mailing list