[oe-commits] Robert Yang : cups: remove invalid sed command

git at git.openembedded.org git at git.openembedded.org
Sun Jul 12 21:53:40 UTC 2015


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

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Fri Jul 10 00:14:57 2015 -0700

cups: remove invalid sed command

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>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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



More information about the Openembedded-commits mailing list