[oe-commits] Andrea Adami : kexecboot-cfg: fix for real ('S') doesn't exist warning

git at git.openembedded.org git at git.openembedded.org
Fri Apr 24 13:13:03 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 778e18a15264f2aa58d270fabc377a2e3a7ae917
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=778e18a15264f2aa58d270fabc377a2e3a7ae917

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Fri Apr 24 00:49:57 2015 +0200

kexecboot-cfg: fix for real ('S') doesn't exist warning

Remove unneeded do_configure_prepend and set S = "${WORKDIR}"
v2 removes commented lines

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb
index bd861f3..69f3872 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb
@@ -6,11 +6,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
 
 SRC_URI = "file://icon.xpm"
 
-S = "${WORKDIR}/${BP}"
+S = "${WORKDIR}"
 
-do_configure_prepend () {
-    install -m 0644 ${WORKDIR}/icon.xpm ${S}
-}
 do_install_prepend () {
 echo '# /boot/boot.cfg - KEXECBOOT configuration file.
 #



More information about the Openembedded-commits mailing list