summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.141.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.141.bb')
-rw-r--r--meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.141.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.141.bb b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.141.bb
new file mode 100644
index 0000000000..5fa71896b2
--- /dev/null
+++ b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.141.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] = "232ec755f4b1f445f829996885846abba6f1b6fd55d049476ab26ddd8c4b4e1b"
15
16S = "${WORKDIR}/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"