summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/classes/lib_package.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/classes/lib_package.bbclass')
-rw-r--r--import-layers/yocto-poky/meta/classes/lib_package.bbclass7
1 files changed, 7 insertions, 0 deletions
diff --git a/import-layers/yocto-poky/meta/classes/lib_package.bbclass b/import-layers/yocto-poky/meta/classes/lib_package.bbclass
new file mode 100644
index 000000000..8849f5904
--- /dev/null
+++ b/import-layers/yocto-poky/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"
OpenPOWER on IntegriCloud