wlroots: fix conflicting files issue

This commit is contained in:
Markus Volk
2026-04-05 23:38:37 +02:00
parent 89d68d982d
commit 7a6b64b8f4
6 changed files with 6 additions and 6 deletions

View File

@@ -48,5 +48,5 @@ CFLAGS += "-Wno-calloc-transposed-args"
do_install:append() {
install -d ${D}${bindir}
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}/tinywl-0.16
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}/tinywl-${PV}
}

View File

@@ -47,5 +47,5 @@ EXTRA_OEMESON += "--buildtype release"
do_install:append() {
install -d ${D}${bindir}
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}/tinywl-0.17
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}/tinywl-${PV}
}

View File

@@ -48,7 +48,7 @@ EXTRA_OEMESON += "--buildtype release"
do_install:append() {
install -d ${D}${bindir}
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}/tinywl-0.18
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}/tinywl-${PV}
}
FILES:${PN} += "${libdir}/libwlroots-*.so"

View File

@@ -49,7 +49,7 @@ EXTRA_OEMESON += "--buildtype release"
do_install:append() {
install -d ${D}${bindir}
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}/tinywl-${PV}
}
FILES:${PN} += "${libdir}/libwlroots-*.so"

View File

@@ -50,7 +50,7 @@ EXTRA_OEMESON += "--buildtype release"
do_install:append() {
install -d ${D}${bindir}
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}/tinywl-${PV}
}
FILES:${PN} += "${libdir}/libwlroots-*.so"

View File

@@ -50,7 +50,7 @@ EXTRA_OEMESON += "--buildtype release"
do_install:append() {
install -d ${D}${bindir}
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}/tinywl-${PV}
}
FILES:${PN} += "${libdir}/libwlroots-*.so"