[oe-commits] Mike Westerhof : SlugOS: opkg-collateral. bb - add tmp_dir change for SlugOS as well.

git version control git at git.openembedded.org
Sat Feb 12 16:48:00 UTC 2011


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Sat Feb 12 10:44:38 2011 -0600

SlugOS: opkg-collateral.bb - add tmp_dir change for SlugOS as well.
(No PR bump required as this change is only for SlugOS.)

---

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

diff --git a/recipes/opkg/opkg-collateral.bb b/recipes/opkg/opkg-collateral.bb
index 5a0b783..67499af 100644
--- a/recipes/opkg/opkg-collateral.bb
+++ b/recipes/opkg/opkg-collateral.bb
@@ -24,6 +24,9 @@ do_compile_append_angstrom () {
 	cat ${WORKDIR}/tmp_dir  >>${WORKDIR}/opkg.conf
 }
 
+do_compile_append_slugos () {
+	cat ${WORKDIR}/tmp_dir  >>${WORKDIR}/opkg.conf
+}
 
 do_install () {
 	install -d ${D}${sysconfdir}/opkg
@@ -38,5 +41,9 @@ do_install_append_angstrom () {
 	install -d ${D}/var/lib/opkg/tmp
 }
 
+do_install_append_slugos () {
+	install -d ${D}/var/lib/opkg/tmp
+}
+
 PACKAGE_ARCH = "all"
 CONFFILES_${PN} = "${sysconfdir}/opkg/opkg.conf"





More information about the Openembedded-commits mailing list