aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-08-28 15:13:15 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-30 17:17:38 +0200
commit28d2c9b4474844516a9e8328bb497cdf3bec88ef (patch)
treee16db91390f470550afa961076ba2bcf8732c216 /meta-oe
parent108cb0394a96ea51c2c3fffb470622b6cd357c63 (diff)
downloadmeta-openembedded-contrib-28d2c9b4474844516a9e8328bb497cdf3bec88ef.tar.gz
iproute2: Move append to meta-networking layer
meta-openembedded commit eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 added iproute2 append to enable tipc PACKAGECONFIG that install libmnl package. libmnl recipe is in meta-networking layer and this layer needs to be added to bblayers.conf file to build libmnl. Move iproute2 append to meta-networking to allow build iproute2 without add meta-networking layer to bblayers.conf. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend b/meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend
deleted file mode 100644
index 0869f7f1b4..0000000000
--- a/meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-# For tipcutils
-PACKAGECONFIG_append = " tipc"