aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fakeroot/fakeroot.inc
blob: 86002b973ba4bb2d5ea9870f4be1292ea6db74ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Gives a fake root environment"
HOMEPAGE = "http://fakeroot.alioth.debian.org"
SECTION = "base"
LICENSE = "GPL"
INC_PR = "r0"
inherit autotools
BBCLASSEXTEND = "native"

SRC_URI = "\
  file://configure-libtool.patch \
"
# previous versions did the following for -native, but why? Not needed..
#SRC_URI_append_virtclass-native = "file://fix-prefix.patch"

# fakeroot needs getopt which is provided by the util-linux package
RDEPENDS_${PN} = "util-linux"
RDEPENDS_${PN}_virtclass-native = "util-linux-native"