[OE-core] [PATCH 2/7] opkg-arch-config: set S correctly

Ross Burton ross.burton at intel.com
Tue Jul 14 14:50:58 UTC 2015


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/
 
-- 
2.1.4




More information about the Openembedded-core mailing list