summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.144.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.144.bb')
-rw-r--r--meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.144.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.144.bb b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.144.bb
new file mode 100644
index 0000000000..543d7405a4
--- /dev/null
+++ b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.144.bb
@@ -0,0 +1,27 @@
1SUMMARY = "Install a Debian system into a subdirectory"
2HOMEPAGE = "https://wiki.debian.org/Debootstrap"
3SECTION = "devel"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://debian/copyright;md5=e7b45429ef05610abf91ac199fdb3a6e"
6
7SRC_URI = "\
8 ${DEBIAN_MIRROR}/main/d/debootstrap/debootstrap_${PV}.tar.gz \
9 file://0001-support-to-override-usr-sbin-and-usr-share.patch \
10 file://0002-support-to-override-usr-bin-arch-test.patch \
11 file://0003-do-not-hardcode-the-full-path-of-dpkg.patch \
12"
13
14SRC_URI[sha256sum] = "3e1bafd4bb813cf4d6c17a0adca449ca07603263a8ea40a67257d2d60c186f9a"
15
16S = "${UNPACKDIR}/debootstrap"
17
18DEPENDS = " \
19 virtual/fakeroot-native \
20"
21
22fakeroot do_install() {
23 oe_runmake 'DESTDIR=${D}' install
24 chown -R root:root ${D}${datadir}/debootstrap
25}
26
27BBCLASSEXTEND = "native nativesdk"