mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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"
|
||||
|
||||
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.
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user