From df8af7a89932f5cf96d1e52f4365cc8a471c20d2 Mon Sep 17 00:00:00 2001 From: lumag Date: Thu, 28 May 2015 23:22:22 +0300 Subject: opie-keytabs: fix warning about nonexistant ${S} directory Point ${S} to ${WORKDIR}/etc to fix the warning. Signed-off-by: Dmitry Eremin-Solenikov --- 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() { -- cgit 1.2.3-korg