From 4d42cfb02a7303c92770bc4817591cca595eab1f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 14 Jul 2015 15:37:33 +0100 Subject: opkg-arch-config: set S correctly This recipe doesn't unpack any source, so set S to ${WORKDIR}. Signed-off-by: Ross Burton --- meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/opkg') 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 4540de2daf..ace3de4f42 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/ -- cgit 1.2.3-korg