Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 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 | # | ||||
7 | PACKAGE_BEFORE_PN = "${PN}-bin" |