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