summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/lib_package.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/lib_package.bbclass')
-rw-r--r--meta/classes-recipe/lib_package.bbclass12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/classes-recipe/lib_package.bbclass b/meta/classes-recipe/lib_package.bbclass
new file mode 100644
index 0000000000..6d110155e5
--- /dev/null
+++ b/meta/classes-recipe/lib_package.bbclass
@@ -0,0 +1,12 @@
+#
+# Copyright OpenEmbedded Contributors
+#
+# SPDX-License-Identifier: MIT
+#
+#
+# ${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"