mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
FILES_${PN}-bin = "${bindir}/* ${sbindir}/*"
so the comment should match that.
(From OE-Core rev: 81bc0b96a085742f7dc9e8e90bb32529efbaf920)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 lines
211 B
Plaintext
8 lines
211 B
Plaintext
#
|
|
# ${PN}-bin is defined in bitbake.conf
|
|
#
|
|
# We need to allow the other packages to be greedy with what they
|
|
# want out of /usr/bin and /usr/sbin before ${PN}-bin gets greedy.
|
|
#
|
|
PACKAGE_BEFORE_PN = "${PN}-bin"
|