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