mirror of
https://git.yoctoproject.org/poky
synced 2026-03-31 02:02:25 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5115 311d38ba-8fff-0310-9ca6-ca027cbcb966
9 lines
247 B
BlitzBasic
9 lines
247 B
BlitzBasic
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
|