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