diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-11 19:25:24 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:22 +0000 |
commit | 2acea208236ccb3b55c82908334d9837e65ca1f1 (patch) | |
tree | cb90bc1f5c0bb61f1b0f2e64586df26164538d51 | |
parent | 93c9b3c40c66ff86399ae3eab7255c4e31057dd4 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 2 |
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 () { | |||
71 | "-I." | 71 | "-I." |
72 | } | 72 | } |
73 | 73 | ||
74 | fakeroot do_install () { | 74 | do_install () { |
75 | oe_runmake "DSTROOT=${D}" install | 75 | oe_runmake "DSTROOT=${D}" install |
76 | 76 | ||
77 | # Remove /var/run from package as cupsd will populate it on startup | 77 | # Remove /var/run from package as cupsd will populate it on startup |