summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg-collateral.bb
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-04-27 00:19:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 12:38:09 +0100
commite3a5089dbb843d013a2f1bb693312b86c717153b (patch)
tree4d0d65615af52466e7f811fcf946b3ad4927123e /meta/recipes-devtools/opkg/opkg-collateral.bb
parent275c2f8c6004aa2570aeeaa9f5e3845852c54a87 (diff)
downloadpoky-e3a5089dbb843d013a2f1bb693312b86c717153b.tar.gz
opkg-collateral: import fixes from OE-Classic
* Set lists_dir to /var/lib/opkg commit 16808bc4817492beba512f4e73bce8c232d1eafa Author: Marcin Juszkiewicz <hrw@openembedded.org> Date: Mon Mar 17 23:40:48 2008 +0000 * Update new options sample and move the opkg.conf to correct place commit cc9825d97962287df75e164aec456901292e1b7f Author: Tick Chen <ticktock35@gmail.com> Date: Mon Dec 29 19:41:47 2008 +0800 (From OE-Core rev: ffe93e2a099e4cadb1829dc12a58a6d7bef9a5a7) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg-collateral.bb')
-rw-r--r--meta/recipes-devtools/opkg/opkg-collateral.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-devtools/opkg/opkg-collateral.bb b/meta/recipes-devtools/opkg/opkg-collateral.bb
index e3e0b5f2ef..251c535438 100644
--- a/meta/recipes-devtools/opkg/opkg-collateral.bb
+++ b/meta/recipes-devtools/opkg/opkg-collateral.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "opkg configuration files"
2SECTION = "base" 2SECTION = "base"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PR = "r1"
6
5SRC_URI = "file://opkg.conf.comments \ 7SRC_URI = "file://opkg.conf.comments \
6 file://lists \ 8 file://lists \
7 file://dest \ 9 file://dest \
@@ -15,8 +17,8 @@ do_compile () {
15} 17}
16 18
17do_install () { 19do_install () {
18 install -d ${D}${sysconfdir}/ 20 install -d ${D}${sysconfdir}/opkg
19 install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg.conf 21 install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg/opkg.conf
20} 22}
21 23
22CONFFILES_${PN} = "${sysconfdir}/opkg.conf" 24CONFFILES_${PN} = "${sysconfdir}/opkg/opkg.conf"