xref: /OK3568_Linux_fs/yocto/poky/meta/classes/lib_package.bbclass (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun#
2*4882a593Smuzhiyun# ${PN}-bin is defined in bitbake.conf
3*4882a593Smuzhiyun#
4*4882a593Smuzhiyun# We need to allow the other packages to be greedy with what they
5*4882a593Smuzhiyun# want out of /usr/bin and /usr/sbin before ${PN}-bin gets greedy.
6*4882a593Smuzhiyun#
7*4882a593SmuzhiyunPACKAGE_BEFORE_PN = "${PN}-bin"
8