mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
ostree: use "+=" to set PACKAGE_BEFORE_PN
This avoid overridding the original PACKAGE_BEFORE_PN value could be set in bbclasses. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -136,7 +136,7 @@ do_install:append:class-nativesdk() {
|
||||
create_wrapper ${D}${bindir}/ostree OSTREE_GRUB2_EXEC="\$OECORE_NATIVE_SYSROOT/usr/lib/ostree/ostree-grub-generator"
|
||||
}
|
||||
|
||||
PACKAGE_BEFORE_PN = " \
|
||||
PACKAGE_BEFORE_PN += " \
|
||||
${PN}-dracut \
|
||||
${PN}-grub \
|
||||
${PN}-mkinitcpio \
|
||||
|
||||
Reference in New Issue
Block a user