opkg: remove do_configure_prepend

There is no -Werror in libopkg/Makefile.am any more.

(From OE-Core rev: 414201f92efde267f2b5bfbe8538c3040dba13cb)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2015-07-10 00:14:48 -07:00 committed by Richard Purdie
parent af3f87c071
commit e1c9739550
1 changed files with 0 additions and 5 deletions

View File

@ -41,11 +41,6 @@ EXTRA_OECONF = "\
--with-opkglibdir=${OPKGLIBDIR} \
"
# Werror gives all kinds bounds issuses with gcc 4.3.3
do_configure_prepend() {
sed -i -e s:-Werror::g ${S}/libopkg/Makefile.am
}
do_install_append () {
install -d ${D}${sysconfdir}/opkg
install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg/opkg.conf