[oe-commits] Koen Kooi : opkg-collateral: make angstrom use SHR tmpdir fix and change package arch to all

git version control git at git.openembedded.org
Wed Oct 6 10:23:49 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f1822d1110b1fb964cf66d66047364f6ab0fc75e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f1822d1110b1fb964cf66d66047364f6ab0fc75e

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Oct  6 12:21:04 2010 +0200

opkg-collateral: make angstrom use SHR tmpdir fix and change package arch to all

---

 recipes/opkg/opkg-collateral.bb |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/recipes/opkg/opkg-collateral.bb b/recipes/opkg/opkg-collateral.bb
index a7ec321..5a0b783 100644
--- a/recipes/opkg/opkg-collateral.bb
+++ b/recipes/opkg/opkg-collateral.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "opkg configuration files"
 SECTION = "base"
 LICENSE = "MIT"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "file://opkg.conf.comments \
 	   file://lists \
@@ -20,6 +20,11 @@ do_compile_append_shr () {
 	cat ${WORKDIR}/tmp_dir	>>${WORKDIR}/opkg.conf
 }
 
+do_compile_append_angstrom () {
+	cat ${WORKDIR}/tmp_dir  >>${WORKDIR}/opkg.conf
+}
+
+
 do_install () {
 	install -d ${D}${sysconfdir}/opkg
 	install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg/opkg.conf
@@ -29,4 +34,9 @@ do_install_append_shr () {
 	install -d ${D}/var/lib/opkg/tmp
 }
 
+do_install_append_angstrom () {
+	install -d ${D}/var/lib/opkg/tmp
+}
+
+PACKAGE_ARCH = "all"
 CONFFILES_${PN} = "${sysconfdir}/opkg/opkg.conf"





More information about the Openembedded-commits mailing list