[oe] [meta-handheld][PATCH] ipaq-boot-params: fix warning about S not existing

Andrea Adami andrea.adami at gmail.com
Wed May 6 21:31:46 UTC 2015


Default S = "${WORKDIR}/${BP}" leads to the warning.
Fix it by setting S = "${WORKDIR}"

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 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/
-- 
1.9.1




More information about the Openembedded-devel mailing list