blob: aea76366f7d405af18eaeb84c018e5cc552ce669 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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 \
${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_2.9-1.1.diff.gz;patch=1"
inherit autotools
PR = "r3"
BBCLASSEXTEND = "native"
|