diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-07-10 00:14:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-12 22:53:21 +0100 |
commit | 76c9c26530f704908d4afda8ec757e75db6afc48 (patch) | |
tree | 0273bb96d4c6d77b018ac2ef7f6ea2dae45feb1e /meta/recipes-extended/cups | |
parent | 664508e6307903fdc3054ca84d37f16718c41ede (diff) | |
download | openembedded-core-contrib-76c9c26530f704908d4afda8ec757e75db6afc48.tar.gz |
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cups')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index ba50296ba7d..57cdf2650e1 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 |