diff options
author | Ross Burton <ross.burton@intel.com> | 2015-07-14 15:37:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-16 15:09:22 +0100 |
commit | 317225000cfb84358b2cb12281e536ba049536a0 (patch) | |
tree | 464418616ab72ec54f9ee74e59012948effecb10 /meta/recipes-devtools | |
parent | 9cbc0c1824e0c9f7b9b8123e9f58f872bf90ff1f (diff) | |
download | openembedded-core-contrib-317225000cfb84358b2cb12281e536ba049536a0.tar.gz |
opkg-arch-config: set S correctly
This recipe doesn't unpack any source, so set S to ${WORKDIR}.
(From OE-Core rev: 4d42cfb02a7303c92770bc4817591cca595eab1f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 4540de2dafe..ace3de4f427 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/ |