diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 04:54:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:02:56 +0100 |
commit | a5eb4d29a3245f445a95834a310b122af92f93d8 (patch) | |
tree | bae959e467089645a9f818b989e1070799228b6a /meta/classes/binconfig.bbclass | |
parent | f68cbf56d8f2a45ce44a59d0411cdda8ec7e2c36 (diff) | |
download | poky-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.bbclass | 2 |
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 @@ | |||
1 | FILES_${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 |
2 | def get_binconfig_mangle(d): | 4 | def get_binconfig_mangle(d): |
3 | s = "-e ''" | 5 | s = "-e ''" |