[oe-commits] Ross Burton : depmodwrapper-cross: set S correctly

git at git.openembedded.org git at git.openembedded.org
Mon Jul 20 09:42:06 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: b82d60aa19ecbe1e4fed6a1ce7077b3d6c620ef4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b82d60aa19ecbe1e4fed6a1ce7077b3d6c620ef4

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Jul 14 15:38:43 2015 +0100

depmodwrapper-cross: set S correctly

This recipe doesn't unpack any source, so set S to ${WORKDIR}.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
index 44b7650..8acb3a8 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}"



More information about the Openembedded-commits mailing list