From e2e6f6fe07049f33cb6348780fa975162752e421 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 13:38:32 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- meta/classes/lib_package.bbclass | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/classes/lib_package.bbclass (limited to 'meta/classes/lib_package.bbclass') diff --git a/meta/classes/lib_package.bbclass b/meta/classes/lib_package.bbclass new file mode 100644 index 0000000000..8849f59042 --- /dev/null +++ b/meta/classes/lib_package.bbclass @@ -0,0 +1,7 @@ +# +# ${PN}-bin is defined in bitbake.conf +# +# We need to allow the other packages to be greedy with what they +# want out of /usr/bin and /usr/sbin before ${PN}-bin gets greedy. +# +PACKAGE_BEFORE_PN = "${PN}-bin" -- cgit v1.2.3-54-g00ecf