]> code.ossystems Code Review - openembedded-core.git/commitdiff
depmodwrapper-cross: set S correctly
authorRoss Burton <ross.burton@intel.com>
Tue, 14 Jul 2015 14:38:43 +0000 (15:38 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jul 2015 14:08:45 +0000 (15:08 +0100)
This recipe doesn't unpack any source, so set S to ${WORKDIR}.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb

index 44b7650e4e26836fd74081640b61898140224ea5..8acb3a858edd0463568f7372db8415f0a19b93f6 100644 (file)
@@ -2,6 +2,8 @@ SUMMARY = "Wrapper script for the Linux kernel module dependency indexer"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 
+S = "${WORKDIR}"
+
 INHIBIT_DEFAULT_DEPS = "1"
 # The kernel and the staging dir for it is machine specific
 PACKAGE_ARCH = "${MACHINE_ARCH}"