From: Robert Yang Date: Fri, 10 Jul 2015 07:14:57 +0000 (-0700) Subject: cups: remove invalid sed command X-Git-Tag: 2015-10~1266 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=76c9c26530f704908d4afda8ec757e75db6afc48;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index ba50296ba7..57cdf2650e 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