From 6358f4faeb86ee763b9eb54897bbc6b5d563ebc3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Jun 2026 18:07:18 +0800 Subject: debootstrap: upgrade 1.0.143 -> 1.0.144 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../debootstrap/debootstrap_1.0.143.bb | 27 ---------------------- .../debootstrap/debootstrap_1.0.144.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.143.bb create mode 100644 meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.144.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.143.bb b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.143.bb deleted file mode 100644 index 531d613cea..0000000000 --- a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.143.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "Install a Debian system into a subdirectory" -HOMEPAGE = "https://wiki.debian.org/Debootstrap" -SECTION = "devel" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://debian/copyright;md5=e7b45429ef05610abf91ac199fdb3a6e" - -SRC_URI = "\ - ${DEBIAN_MIRROR}/main/d/debootstrap/debootstrap_${PV}.tar.gz \ - file://0001-support-to-override-usr-sbin-and-usr-share.patch \ - file://0002-support-to-override-usr-bin-arch-test.patch \ - file://0003-do-not-hardcode-the-full-path-of-dpkg.patch \ -" - -SRC_URI[sha256sum] = "c638730e50d3cd8a46ff4ce8b1f74d579e9c8323974285cf3fd1ac36aa8f2ade" - -S = "${UNPACKDIR}/debootstrap" - -DEPENDS = " \ - virtual/fakeroot-native \ -" - -fakeroot do_install() { - oe_runmake 'DESTDIR=${D}' install - chown -R root:root ${D}${datadir}/debootstrap -} - -BBCLASSEXTEND = "native nativesdk" 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 @@ +SUMMARY = "Install a Debian system into a subdirectory" +HOMEPAGE = "https://wiki.debian.org/Debootstrap" +SECTION = "devel" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://debian/copyright;md5=e7b45429ef05610abf91ac199fdb3a6e" + +SRC_URI = "\ + ${DEBIAN_MIRROR}/main/d/debootstrap/debootstrap_${PV}.tar.gz \ + file://0001-support-to-override-usr-sbin-and-usr-share.patch \ + file://0002-support-to-override-usr-bin-arch-test.patch \ + file://0003-do-not-hardcode-the-full-path-of-dpkg.patch \ +" + +SRC_URI[sha256sum] = "3e1bafd4bb813cf4d6c17a0adca449ca07603263a8ea40a67257d2d60c186f9a" + +S = "${UNPACKDIR}/debootstrap" + +DEPENDS = " \ + virtual/fakeroot-native \ +" + +fakeroot do_install() { + oe_runmake 'DESTDIR=${D}' install + chown -R root:root ${D}${datadir}/debootstrap +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf