git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c572382
)
SlugOS: opkg-collateral.bb - add tmp_dir change for SlugOS as well.
author
Mike Westerhof
<mwester@dls.net>
Sat, 12 Feb 2011 16:44:38 +0000
(10:44 -0600)
committer
Mike Westerhof
<mwester@dls.net>
Sat, 12 Feb 2011 16:44:38 +0000
(10:44 -0600)
(No PR bump required as this change is only for SlugOS.)
recipes/opkg/opkg-collateral.bb
patch
|
blob
|
history
diff --git
a/recipes/opkg/opkg-collateral.bb
b/recipes/opkg/opkg-collateral.bb
index
5a0b783
..
67499af
100644
(file)
--- 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"