From df651f5c30acb7cccbc0a0abf4b91a07f1a72e1f Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 5 Jun 2012 04:54:09 -0700 Subject: 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 --- meta/classes/binconfig.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/classes/binconfig.bbclass') 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 ''" -- cgit 1.2.3-korg