mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
debootstrap: upgrade 1.0.142 -> 1.0.143
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -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] = "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"
|
||||
Reference in New Issue
Block a user