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
committerSaul Wold <sgw@linux.intel.com>2012-06-19 21:59:49 -0700
commitdf651f5c30acb7cccbc0a0abf4b91a07f1a72e1f (patch)
tree25d1a5f8b6bbc34053e81a52db433741df7a812d /meta/classes/binconfig.bbclass
parent66c36bcb7d9368718453265e58bd5e3c854c786a (diff)
downloadopenembedded-core-contrib-df651f5c30acb7cccbc0a0abf4b91a07f1a72e1f.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. Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 @@
+FILES_${PN}-dev += "${bindir}/*-config"
+
# The namespaces can clash here hence the two step replace
def get_binconfig_mangle(d):
s = "-e ''"