mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
301e73b5af
commit
e2cf270327
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user