diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 04:54:09 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-06-19 21:59:49 -0700 |
commit | df651f5c30acb7cccbc0a0abf4b91a07f1a72e1f (patch) | |
tree | 25d1a5f8b6bbc34053e81a52db433741df7a812d /meta/classes | |
parent | 66c36bcb7d9368718453265e58bd5e3c854c786a (diff) | |
download | openembedded-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')
-rw-r--r-- | meta/classes/binconfig.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/binconfig.bbclass b/meta/classes/binconfig.bbclass index 3deb5415e30..60012c863d5 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 ''" |