blob: c791512185ee6a9947cfd7f5628f05168c809922 (
plain)
1
2
3
4
5
6
7
|
SECTION = "base"
DESCRIPTION = "Gives a fake root environment which can support chroot"
LICENSE = "GPL"
SRC_URI = "${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_${PV}.orig.tar.gz"
inherit autotools
|