The oe-core does not add virtual/fakeroot-native to do_install of native recipe, explicitly add it for fakeroot do_install
Signed-off-by: Hongxu Jia <[email protected]> --- meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.123.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.123.bb b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.123.bb index bb4345687..c7e28534d 100644 --- a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.123.bb +++ b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.123.bb @@ -15,6 +15,10 @@ SRC_URI[sha256sum] = "5e5a8147ecdd6be0eea5ac4d6ed8192cc653e93f744dd3306c9b1cc51d S = "${WORKDIR}/debootstrap" +DEPENDS = " \ + virtual/fakeroot-native \ +" + fakeroot do_install() { oe_runmake 'DESTDIR=${D}' install chown -R root:root ${D}${datadir}/debootstrap -- 2.27.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#90926): https://lists.openembedded.org/g/openembedded-devel/message/90926 Mute This Topic: https://lists.openembedded.org/mt/82204402/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
