diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-04 13:55:31 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-04 13:55:31 +0200 |
commit | b5916b969ed0794a5b1bd049387ad0ef762a6662 (patch) | |
tree | 9e46b88a2a0e4c2de19213f3eac7b73621ef7946 /recipes-qt/tufao | |
parent | b3995cd83ed67897ef1db010052eb807c19d6483 (diff) | |
download | meta-qt5-upstream/jansa/warrior-overrides.tar.gz |
Convert to new override syntaxupstream/jansa/warrior-overrides
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/tufao')
-rw-r--r-- | recipes-qt/tufao/tufao_1.3.10.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/tufao/tufao_1.3.10.bb b/recipes-qt/tufao/tufao_1.3.10.bb index 719269f1..429b0b7d 100644 --- a/recipes-qt/tufao/tufao_1.3.10.bb +++ b/recipes-qt/tufao/tufao_1.3.10.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/vinipsmaker/tufao.git;protocol=http;branch=1.x \ | |||
10 | " | 10 | " |
11 | 11 | ||
12 | # This includes bugfixes from 1.x branch | 12 | # This includes bugfixes from 1.x branch |
13 | PV_append = "+${SRCPV}" | 13 | PV:append = "+${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
@@ -18,11 +18,11 @@ inherit cmake_qt5 | |||
18 | 18 | ||
19 | PACKAGES += "${PN}-mkspecs" | 19 | PACKAGES += "${PN}-mkspecs" |
20 | 20 | ||
21 | FILES_${PN}-mkspecs = "\ | 21 | FILES:${PN}-mkspecs = "\ |
22 | ${OE_QMAKE_PATH_QT_ARCHDATA}/mkspecs \ | 22 | ${OE_QMAKE_PATH_QT_ARCHDATA}/mkspecs \ |
23 | " | 23 | " |
24 | 24 | ||
25 | FILES_${PN}-dev += " \ | 25 | FILES:${PN}-dev += " \ |
26 | ${OE_QMAKE_PATH_LIBS}/lib*${SOLIBSDEV} \ | 26 | ${OE_QMAKE_PATH_LIBS}/lib*${SOLIBSDEV} \ |
27 | ${OE_QMAKE_PATH_LIBS}/pkgconfig \ | 27 | ${OE_QMAKE_PATH_LIBS}/pkgconfig \ |
28 | ${OE_QMAKE_PATH_LIBS}/cmake/* \ | 28 | ${OE_QMAKE_PATH_LIBS}/cmake/* \ |