blob: a72dfdaf05a204934da2a02e2f39fcd68b104346 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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 \
file://fix-readlink.patch;patch=1"
inherit autotools_stage
PR = "r2"
BBCLASSEXTEND = "native"
|