[oe] [meta-opie][PATCH 4/4] opie-sysinfo-images: fix warning about nonexistant ${S} directory

Dmitry Eremin-Solenikov dbaryshkov at gmail.com
Thu May 28 20:22:23 UTC 2015


Point ${S} to ${WORKDIR}/pics to fix the warning.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
---
 recipes-opie/opie-sysinfo/opie-sysinfo-images.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-opie/opie-sysinfo/opie-sysinfo-images.inc b/recipes-opie/opie-sysinfo/opie-sysinfo-images.inc
index ba40030..d82a3ac 100644
--- a/recipes-opie/opie-sysinfo/opie-sysinfo-images.inc
+++ b/recipes-opie/opie-sysinfo/opie-sysinfo-images.inc
@@ -6,7 +6,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
 APPNAME = "sysinfo"
 
-S = "${WORKDIR}/${APPNAME}"
+S = "${WORKDIR}/pics"
 
 inherit opie
 
-- 
2.1.4




More information about the Openembedded-devel mailing list