summaryrefslogtreecommitdiffstats
path: root/meta/classes/binconfig.bbclass
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-05 04:54:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 13:02:56 +0100
commita5eb4d29a3245f445a95834a310b122af92f93d8 (patch)
treebae959e467089645a9f818b989e1070799228b6a /meta/classes/binconfig.bbclass
parentf68cbf56d8f2a45ce44a59d0411cdda8ec7e2c36 (diff)
downloadpoky-a5eb4d29a3245f445a95834a310b122af92f93d8.tar.gz
binconfig: add *-config files to the -dev package
This is part of the the package reorder, by having binconfig add -config will the files first due to the order being greedy. (From OE-Core rev: df651f5c30acb7cccbc0a0abf4b91a07f1a72e1f) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/binconfig.bbclass')
-rw-r--r--meta/classes/binconfig.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/binconfig.bbclass b/meta/classes/binconfig.bbclass
index 3deb5415e3..60012c863d 100644
--- a/meta/classes/binconfig.bbclass
+++ b/meta/classes/binconfig.bbclass
@@ -1,3 +1,5 @@
1FILES_${PN}-dev += "${bindir}/*-config"
2
1# The namespaces can clash here hence the two step replace 3# The namespaces can clash here hence the two step replace
2def get_binconfig_mangle(d): 4def get_binconfig_mangle(d):
3 s = "-e ''" 5 s = "-e ''"