[oe-commits] Robert Yang : opkg: remove do_configure_prepend

git at git.openembedded.org git at git.openembedded.org
Sun Jul 12 21:51:07 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 648a66863377f93dbd266ace2f10ea857a15cfa6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=648a66863377f93dbd266ace2f10ea857a15cfa6

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Fri Jul 10 00:14:48 2015 -0700

opkg: remove do_configure_prepend

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

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/opkg/opkg_0.2.4.bb | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/meta/recipes-devtools/opkg/opkg_0.2.4.bb b/meta/recipes-devtools/opkg/opkg_0.2.4.bb
index a9ba037..ec0f923 100644
--- a/meta/recipes-devtools/opkg/opkg_0.2.4.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.2.4.bb
@@ -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



More information about the Openembedded-commits mailing list