summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.123.bb4
1 files changed, 4 insertions, 0 deletions
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 bb43456874..c7e28534d1 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
15 15
16S = "${WORKDIR}/debootstrap" 16S = "${WORKDIR}/debootstrap"
17 17
18DEPENDS = " \
19 virtual/fakeroot-native \
20"
21
18fakeroot do_install() { 22fakeroot do_install() {
19 oe_runmake 'DESTDIR=${D}' install 23 oe_runmake 'DESTDIR=${D}' install
20 chown -R root:root ${D}${datadir}/debootstrap 24 chown -R root:root ${D}${datadir}/debootstrap