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:55:45 +0100 |
| commit | e2cf27032731fa2057326d81a9319e45b447858d (patch) | |
| tree | 9558ddcc12562f56c5835d0f251f6bc381729c31 | |
| parent | 301e73b5afe6ddc205d7817b4ae74cba348c2298 (diff) | |
| download | poky-e2cf27032731fa2057326d81a9319e45b447858d.tar.gz | |
cups: remove invalid sed command
There is no STRIP in Makedefs, no serial in backend/Makefile either, so
remove the sed commands.
(From OE-Core rev: 76c9c26530f704908d4afda8ec757e75db6afc48)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 ba50296ba7..57cdf2650e 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
| @@ -46,9 +46,6 @@ EXTRA_OECONF = " \ | |||
| 46 | EXTRA_AUTORECONF += "--exclude=autoheader" | 46 | EXTRA_AUTORECONF += "--exclude=autoheader" |
| 47 | 47 | ||
| 48 | do_compile () { | 48 | do_compile () { |
| 49 | sed -i s:STRIP:NOSTRIP: Makedefs | ||
| 50 | sed -i s:serial:: backend/Makefile | ||
| 51 | |||
| 52 | echo "all:" > man/Makefile | 49 | echo "all:" > man/Makefile |
| 53 | echo "libs:" >> man/Makefile | 50 | echo "libs:" >> man/Makefile |
| 54 | echo "install:" >> man/Makefile | 51 | echo "install:" >> man/Makefile |
