mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
debootstrap: explicitly add virtual/fakeroot-native to depends
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 <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
30ee70aeaf
commit
123f2c21e1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user