From: Mike Westerhof Date: Sat, 12 Feb 2011 16:44:38 +0000 (-0600) Subject: SlugOS: opkg-collateral.bb - add tmp_dir change for SlugOS as well. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34a5ed0230c1d5124822bb1c925243669610c965;p=openembedded.git SlugOS: opkg-collateral.bb - add tmp_dir change for SlugOS as well. (No PR bump required as this change is only for SlugOS.) --- diff --git a/recipes/opkg/opkg-collateral.bb b/recipes/opkg/opkg-collateral.bb index 5a0b7835db..67499afe19 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"