From 76c9c26530f704908d4afda8ec757e75db6afc48 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Fri, 10 Jul 2015 00:14:57 -0700 Subject: 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 --- 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 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 -- cgit 1.2.3-korg