summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.143.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.143.bb')
-rw-r--r--meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.143.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.143.bb b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.143.bb
new file mode 100644
index 0000000000..531d613cea
--- /dev/null
+++ b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.143.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] = "c638730e50d3cd8a46ff4ce8b1f74d579e9c8323974285cf3fd1ac36aa8f2ade"
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"