[oe-commits] Robert Yang : cups: remove fakeroot from do_install()

git at git.openembedded.org git at git.openembedded.org
Fri Jan 16 23:15:32 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 921470e9a949d296cc9b829a8002ff289f01bdb7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=921470e9a949d296cc9b829a8002ff289f01bdb7

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sun Jan 11 19:25:24 2015 -0800

cups: remove fakeroot from do_install()

The fakeroot is already set in base.bbclass.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-extended/cups/cups.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 5ff557a..cfcd19c 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



More information about the Openembedded-commits mailing list