debootstrap: Add a version of debootstrap to bootstrap debian images

This commit is contained in:
Holger Hans Peter Freyther 2012-07-22 00:09:15 +08:00 committed by Holger Hans Peter Freyther
parent 21c475ae4a
commit 9f0744ce76
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
SUMMARY = "Debian bootstrap"
DESCRIPTION = "This install debootstrap to bootstrap debian distributions"
HOMEPAGE = "http://packages.debian.org/source/sid/debootstrap"
SECTION = "extra"
LICENSE="MIT"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=1e68ced6e1689d4cd9dac75ff5225608"
SRC_URI = "${DEBIAN_MIRROR}/main/d/debootstrap/debootstrap_${PV}.tar.gz"
PR = "r5"
RDEPENDS = "wget gnupg coreutils"
inherit autotools
# Skip compiling as we will require fakeroot
fakeroot do_compile() {
base_do_compile
}
do_install() {
autotools_do_install
}