mirror of
https://git.yoctoproject.org/poky
synced 2026-05-29 12:09:36 +00:00
4b46c1f6e8
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
9 lines
225 B
BlitzBasic
9 lines
225 B
BlitzBasic
SECTION = "base"
|
|
DESCRIPTION = "Gives a fake root environment"
|
|
HOMEPAGE = "http://joostje.op.het.net/fakeroot/index.html"
|
|
LICENSE = "GPL"
|
|
|
|
SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz"
|
|
|
|
inherit autotools
|