]> code.ossystems Code Review - meta-freescale.git/commitdiff
merge-files: Define S to fix build warning
authorZhenhua Luo <zhenhua.luo@freescale.com>
Wed, 12 Aug 2015 14:42:23 +0000 (22:42 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:15 +0000 (15:03 -0300)
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-extended/merge-files/merge-files_1.0.bb

index f64b909f8f4f457c878c6841a08cd2c29de1f6e8..43860dd8c8e2107dccdf25074bff3304a9ff27fc 100644 (file)
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
 inherit allarch
 
 SRC_URI = "file://merge"
+S = "${WORKDIR}"
 
 MERGED_DST ?= "${ROOT_HOME}"
 do_install () {
@@ -22,4 +23,3 @@ do_compile[noexec] = "1"
 FILES_${PN} = "/*"
 ALLOW_EMPTY_${PN} = "1"
 INSANE_SKIP_${PN} = "debug-files dev-so"
-