diff options
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.2.4.bb | 5 |
1 files changed, 0 insertions, 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 a9ba037923..ec0f923de2 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 = "\ | |||
41 | --with-opkglibdir=${OPKGLIBDIR} \ | 41 | --with-opkglibdir=${OPKGLIBDIR} \ |
42 | " | 42 | " |
43 | 43 | ||
44 | # Werror gives all kinds bounds issuses with gcc 4.3.3 | ||
45 | do_configure_prepend() { | ||
46 | sed -i -e s:-Werror::g ${S}/libopkg/Makefile.am | ||
47 | } | ||
48 | |||
49 | do_install_append () { | 44 | do_install_append () { |
50 | install -d ${D}${sysconfdir}/opkg | 45 | install -d ${D}${sysconfdir}/opkg |
51 | install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg/opkg.conf | 46 | install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg/opkg.conf |