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

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


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

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

diff --git a/recipes-opie/opie-init/opie-init.inc b/recipes-opie/opie-init/opie-init.inc
index 99ebbe0..844cc14 100644
--- a/recipes-opie/opie-init/opie-init.inc
+++ b/recipes-opie/opie-init/opie-init.inc
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
 #APPNAME = "qpe"
 
-#S = "${WORKDIR}/launcher"
+S = "${WORKDIR}"
 
 inherit palmtop-defs update-rc.d
 
-- 
2.1.4




More information about the Openembedded-devel mailing list