1 Commits

Author SHA1 Message Date
Andreas Müller
aa72123e12 dosbox-staging: Avoid file clashes in do_rootfs with dosbox
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-07-28 20:11:06 +02:00

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'