From 4f8a45e1fe1923e78887d1608c92cd586679c790 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 6 May 2015 23:31:46 +0200 Subject: ipaq-boot-params: fix warning about S not existing Default S = "${WORKDIR}/${BP}" leads to the warning. Fix it by setting S = "${WORKDIR}" Signed-off-by: Andrea Adami --- recipes-bsp/ipaq-boot-params/ipaq-boot-params.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/ipaq-boot-params/ipaq-boot-params.bb b/recipes-bsp/ipaq-boot-params/ipaq-boot-params.bb index 74ebe6e..5696e9b 100644 --- a/recipes-bsp/ipaq-boot-params/ipaq-boot-params.bb +++ b/recipes-bsp/ipaq-boot-params/ipaq-boot-params.bb @@ -6,6 +6,8 @@ COMPATIBLE_MACHINE = "h3600" SRC_URI = "file://params" +S = "${WORKDIR}" + do_install() { install -d ${D}/boot install -m 0644 ${WORKDIR}/params ${D}/boot/ -- cgit 1.2.3-korg