summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r--meta/recipes-devtools/opkg/opkg_0.2.4.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.2.4.bb b/meta/recipes-devtools/opkg/opkg_0.2.4.bb
index 8455eac78d..447f3f6cc2 100644
--- a/meta/recipes-devtools/opkg/opkg_0.2.4.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.2.4.bb
@@ -47,13 +47,10 @@ do_configure_prepend() {
47 sed -i -e s:-Werror::g ${S}/libopkg/Makefile.am 47 sed -i -e s:-Werror::g ${S}/libopkg/Makefile.am
48} 48}
49 49
50do_compile_append () {
51 echo "option lists_dir ${OPKGLIBDIR}/opkg" >>${WORKDIR}/opkg.conf
52}
53
54do_install_append () { 50do_install_append () {
55 install -d ${D}${sysconfdir}/opkg 51 install -d ${D}${sysconfdir}/opkg
56 install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg/opkg.conf 52 install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg/opkg.conf
53 echo "option lists_dir ${OPKGLIBDIR}/opkg" >>${D}${sysconfdir}/opkg/opkg.conf
57 54
58 # We need to create the lock directory 55 # We need to create the lock directory
59 install -d ${D}${OPKGLIBDIR}/opkg 56 install -d ${D}${OPKGLIBDIR}/opkg