mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
861d46b60e
commit
0c29947cea
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user