From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 .../recipes-core/packagegroups/packagegroup-arago-console.bb  |  4 +---
 .../packagegroups/packagegroup-arago-tisdk-connectivity.bb    | 11 +++++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
index 304ad89..099ab88 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Extended task to get more basic and console apps"
 LICENSE = "MIT"
-PR = "r13"
+PR = "r14"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -51,8 +51,6 @@ ARAGO_UTILS = "\
     fbset \
     usbutils \
     i2c-tools \
-    iproute2 \
-    iproute2-tc \
     strace \
     ${@bb.utils.contains('MACHINE_FEATURES', 'pci', 'pciutils', '',d)} \
     "
diff --git 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
index 947ab34..047610b 100644
--- 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
+++ 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install wireless packages into the target FS"
 LICENSE = "MIT"
-PR = "r33"
+PR = "r34"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -10,7 +10,6 @@ inherit packagegroup
 # These are the packages that all platforms use for WLAN support
 WLAN_COMMON = "\
     wireless-tools \
-    htop \
     iw \
     softap-udhcpd-config \
     obexd \
@@ -25,7 +24,6 @@ WLAN_COMMON = "\
     hostap-daemon-wl18xx \
     ti-wifi-utils-wl18xx \
     wl18xx-target-scripts \
-    iptables \
 "
 
 # netperf has non-standard license, needs verifying
@@ -46,7 +44,12 @@ BLUETOOTH_STACK = "\
     uim \
 "
 
-CONNECTIVITY_RDEPENDS = ""
+CONNECTIVITY_RDEPENDS = " \
+    htop \
+    iptables \
+    iproute2 \
+    iproute2-tc \
+"
 
 CONNECTIVITY_RDEPENDS_ti33x = "\
     ${WLAN_COMMON} \
-- 
2.7.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to