mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:45:05 +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:
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.
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user