[oe-commits] Saul Wold : binconfig: add *-config files to the -dev package

git at git.openembedded.org git at git.openembedded.org
Thu Jun 21 11:39:09 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: df651f5c30acb7cccbc0a0abf4b91a07f1a72e1f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=df651f5c30acb7cccbc0a0abf4b91a07f1a72e1f

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Jun  5 04:54:09 2012 -0700

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 at linux.intel.com>

---

 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 3deb541..60012c8 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 ''"





More information about the Openembedded-commits mailing list