aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-11 19:25:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-16 23:08:22 +0000
commit2acea208236ccb3b55c82908334d9837e65ca1f1 (patch)
treecb90bc1f5c0bb61f1b0f2e64586df26164538d51 /meta/recipes-extended/cups
parent93c9b3c40c66ff86399ae3eab7255c4e31057dd4 (diff)
downloadopenembedded-core-contrib-2acea208236ccb3b55c82908334d9837e65ca1f1.tar.gz
cups: remove fakeroot from do_install()
The fakeroot is already set in base.bbclass. (From OE-Core rev: 921470e9a949d296cc9b829a8002ff289f01bdb7) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cups')
-rw-r--r--meta/recipes-extended/cups/cups.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 5ff557a55e..cfcd19c0f1 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -71,7 +71,7 @@ do_compile () {
"-I."
}
-fakeroot do_install () {
+do_install () {
oe_runmake "DSTROOT=${D}" install
# Remove /var/run from package as cupsd will populate it on startup