mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
Since we now have PN as the end of the package list, we can almost get rid of lib_package, each recipe can just add PACKAGES =+ PN-bin instead of the inherit (From OE-Core rev: 7acdd6177fda4643d2f04f45eb7490e45a3d491e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
263 B
Plaintext
9 lines
263 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 /bin and /usr/bin before ${PN}-bin gets greedy.
|
|
#
|
|
PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PN}-bin ${PN}"
|
|
|