From: Saul Wold Date: Tue, 5 Jun 2012 11:54:09 +0000 (-0700) Subject: binconfig: add *-config files to the -dev package X-Git-Tag: 2015-4~10312 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=df651f5c30acb7cccbc0a0abf4b91a07f1a72e1f;p=openembedded-core.git 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 --- 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 ''"