summaryrefslogtreecommitdiffstats
path: root/meta/classes/lib_package.bbclass
blob: 07f3f258d23531b9a90f15a323388a690e2d0a57 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Copyright OpenEmbedded Contributors
#
#
# ${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"