mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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:
committed by
Paul Eggleton
parent
2080f15e86
commit
8bd02d5d4a
@@ -6,11 +6,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
|
|||||||
|
|
||||||
SRC_URI = "file://icon.xpm"
|
SRC_URI = "file://icon.xpm"
|
||||||
|
|
||||||
S = "${WORKDIR}/${BP}"
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
do_configure_prepend () {
|
|
||||||
install -m 0644 ${WORKDIR}/icon.xpm ${S}
|
|
||||||
}
|
|
||||||
do_install_prepend () {
|
do_install_prepend () {
|
||||||
echo '# /boot/boot.cfg - KEXECBOOT configuration file.
|
echo '# /boot/boot.cfg - KEXECBOOT configuration file.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user