From: Ross Burton Date: Tue, 14 Jul 2015 14:38:43 +0000 (+0100) Subject: depmodwrapper-cross: set S correctly X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29717 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b82d60aa19ecbe1e4fed6a1ce7077b3d6c620ef4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git depmodwrapper-cross: set S correctly This recipe doesn't unpack any source, so set S to ${WORKDIR}. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb index 44b7650e4e2..8acb3a858ed 100644 --- a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb +++ b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb @@ -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}"