[OE-core] [PATCH 11/12] cups: remove invalid sed command

Robert Yang liezhi.yang at windriver.com
Fri Jul 10 07:14:57 UTC 2015


There is no STRIP in Makedefs, no serial in backend/Makefile either, so
remove the sed commands.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/recipes-extended/cups/cups.inc |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index ba50296..57cdf26 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -46,9 +46,6 @@ EXTRA_OECONF = " \
 EXTRA_AUTORECONF += "--exclude=autoheader"
 
 do_compile () {
-	sed -i s:STRIP:NOSTRIP: Makedefs
-	sed -i s:serial:: backend/Makefile
-
 	echo "all:"    >  man/Makefile
 	echo "libs:" >> man/Makefile
 	echo "install:" >> man/Makefile
-- 
1.7.9.5




More information about the Openembedded-core mailing list