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

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


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

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

diff --git a/recipes-opie/opie-keytabs/opie-keytabs.inc b/recipes-opie/opie-keytabs/opie-keytabs.inc
index 05962a2..ae86c98 100644
--- a/recipes-opie/opie-keytabs/opie-keytabs.inc
+++ b/recipes-opie/opie-keytabs/opie-keytabs.inc
@@ -4,6 +4,8 @@ LICENSE = "GPLv2"
 # FIXME stopgap until split archives have license files included
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
 
+S = "${WORKDIR}/etc"
+
 inherit palmtop-defs
 
 do_install() {
-- 
2.1.4




More information about the Openembedded-devel mailing list