]> code.ossystems Code Review - openembedded-core.git/commitdiff
cups: remove invalid sed command
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 10 Jul 2015 07:14:57 +0000 (00:14 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jul 2015 21:53:21 +0000 (22:53 +0100)
There is no STRIP in Makedefs, no serial in backend/Makefile either, so
remove the sed commands.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/cups/cups.inc

index ba50296ba7da09ae64914bdbcc8b11b11eb77d26..57cdf2650e194e52745c132a4267f984e0c8565d 100644 (file)
@@ -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