[oe-commits] Ross Burton : opkg-arch-config: set S correctly

git at git.openembedded.org git at git.openembedded.org
Mon Jul 20 09:42:05 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 4d42cfb02a7303c92770bc4817591cca595eab1f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4d42cfb02a7303c92770bc4817591cca595eab1f

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Jul 14 15:37:33 2015 +0100

opkg-arch-config: set S correctly

This recipe doesn't unpack any source, so set S to ${WORKDIR}.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb b/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb
index 4540de2..ace3de4 100644
--- a/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb
+++ b/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 PR = "r1"
 
+S = "${WORKDIR}"
+
 do_compile() {
 	mkdir -p ${S}/${sysconfdir}/opkg/
 



More information about the Openembedded-commits mailing list