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>
This commit is contained in:
Andrea Adami 2015-04-24 00:49:57 +02:00 committed by Paul Eggleton
parent 2080f15e86
commit 8bd02d5d4a

View File

@ -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.
#