Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: MIT | ||||
5 | # | ||||
6 | # | ||||
7 | # ${PN}-bin is defined in bitbake.conf | ||||
8 | # | ||||
9 | # We need to allow the other packages to be greedy with what they | ||||
10 | # want out of /usr/bin and /usr/sbin before ${PN}-bin gets greedy. | ||||
11 | # | ||||
12 | PACKAGE_BEFORE_PN = "${PN}-bin" |