From 8bd02d5d4ab9740365ecbe47d388b540a5aff4e6 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Fri, 24 Apr 2015 00:49:57 +0200 Subject: 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 --- meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'meta-initramfs/recipes-bsp') 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 bd861f3dd4..69f38721b1 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. # -- cgit 1.2.3-korg