Move to new override syntax

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-08-16 00:33:09 +02:00
parent 86f736a47e
commit baa9ebd31e
23 changed files with 105 additions and 105 deletions

View File

@@ -22,5 +22,5 @@ inherit cmake binconfig
S = "${WORKDIR}/allegro-${PV}"
FILES_${PN} += "${libdir}/allegro"
FILES_${PN}-dbg += "${libdir}/allegro/*/.debug"
FILES:${PN} += "${libdir}/allegro"
FILES:${PN}-dbg += "${libdir}/allegro/*/.debug"

View File

@@ -16,4 +16,4 @@ S = "${WORKDIR}/SFML-${PV}"
inherit cmake
FILES_${PN} =+ "${datadir}/SFML"
FILES:${PN} =+ "${datadir}/SFML"