dosbox-staging: Avoid file clashes in do_rootfs with dosbox

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-07-28 20:11:06 +02:00
parent 68669c2c1b
commit aa72123e12

View File

@@ -35,6 +35,12 @@ EXTRA_OEMESON = " \
${DYNCORE} \
"
do_install_append() {
# avoid clashes
mv ${D}${bindir}/dosbox ${D}${bindir}/dosbox-staging
sed -i 's:Exec=dosbox:Exec=dosbox-staging:g' ${D}${datadir}/applications/dosbox-staging.desktop
}
# sorry - but it does not make sense
COMPATIBLE_HOST_armv4 = 'null'
COMPATIBLE_HOST_armv5 = 'null'