diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2015-04-24 00:49:57 +0200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-05-07 00:13:53 +0100 |
commit | 8bd02d5d4ab9740365ecbe47d388b540a5aff4e6 (patch) | |
tree | ca6561f02e994359c0c69782bdc1325d9fc27854 /meta-initramfs/recipes-bsp/kexecboot | |
parent | 2080f15e86d3d8e1e1f65e16b014545fe538114c (diff) | |
download | meta-openembedded-8bd02d5d4ab9740365ecbe47d388b540a5aff4e6.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot')
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb | 5 |
1 files changed, 1 insertions, 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 bd861f3dd..69f38721b 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 | |||
6 | 6 | ||
7 | SRC_URI = "file://icon.xpm" | 7 | SRC_URI = "file://icon.xpm" |
8 | 8 | ||
9 | S = "${WORKDIR}/${BP}" | 9 | S = "${WORKDIR}" |
10 | 10 | ||
11 | do_configure_prepend () { | ||
12 | install -m 0644 ${WORKDIR}/icon.xpm ${S} | ||
13 | } | ||
14 | do_install_prepend () { | 11 | do_install_prepend () { |
15 | echo '# /boot/boot.cfg - KEXECBOOT configuration file. | 12 | echo '# /boot/boot.cfg - KEXECBOOT configuration file. |
16 | # | 13 | # |