diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2021-08-09 10:29:29 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-09 10:30:44 -0700 |
commit | 242ba8e2fc4395b2bdc47c46e40c7f84402798c4 (patch) | |
tree | 992a089d22c82c286b78511650acc93a9f0eb122 | |
parent | c80b3757ffc762a1577bcf7d0da41ebf1954b3f1 (diff) | |
download | meta-openembedded-242ba8e2fc4395b2bdc47c46e40c7f84402798c4.tar.gz |
Convert to new override syntax using latest convert-overrides.py script
This patch is the result of running the latest convert-ovrrides.py
script.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 files changed, 13 insertions, 13 deletions
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb index d5e9e2c30..cf2b156fe 100644 --- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb +++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb | |||
@@ -61,4 +61,4 @@ RDEPENDS:${PN} += "os-release" | |||
61 | 61 | ||
62 | FILES:${PN}-zsh-completion += "${datadir}/zsh/" | 62 | FILES:${PN}-zsh-completion += "${datadir}/zsh/" |
63 | # FIXME: zsh is broken in meta-oe so this cannot be enabled for now | 63 | # FIXME: zsh is broken in meta-oe so this cannot be enabled for now |
64 | #RDEPENDS_${PN}-zsh-completion += "zsh" | 64 | #RDEPENDS:${PN}-zsh-completion += "zsh" |
diff --git a/meta-oe/recipes-core/meta/distro-feed-configs.bb b/meta-oe/recipes-core/meta/distro-feed-configs.bb index cffeeb6a0..a87de4583 100644 --- a/meta-oe/recipes-core/meta/distro-feed-configs.bb +++ b/meta-oe/recipes-core/meta/distro-feed-configs.bb | |||
@@ -28,6 +28,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
28 | # confs = [ ( "${sysconfdir}/opkg/%s-feed.conf" % feed ) for feed in archs ] | 28 | # confs = [ ( "${sysconfdir}/opkg/%s-feed.conf" % feed ) for feed in archs ] |
29 | # return " ".join( confs ) | 29 | # return " ".join( confs ) |
30 | # | 30 | # |
31 | #CONFFILES_${PN} += '${@distro_feed_configs(d)}' | 31 | #CONFFILES:${PN} += '${@distro_feed_configs(d)}' |
32 | 32 | ||
33 | CONFFILES:${PN} += '${@ " ".join( [ ( "${sysconfdir}/opkg/%s-feed.conf" % feed ) for feed in "all ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}".split() ] ) }' | 33 | CONFFILES:${PN} += '${@ " ".join( [ ( "${sysconfdir}/opkg/%s-feed.conf" % feed ) for feed in "all ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}".split() ] ) }' |
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.37.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.37.bb index 10e51fa81..9a7053792 100644 --- a/meta-oe/recipes-devtools/geany/geany-plugins_1.37.bb +++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.37.bb | |||
@@ -66,7 +66,7 @@ FILES:${PN}-commander = "${libdir}/geany/commander.so" | |||
66 | EXTRA_OECONF += "--disable-debugger" | 66 | EXTRA_OECONF += "--disable-debugger" |
67 | #PLUGINS += "${PN}-debugger" | 67 | #PLUGINS += "${PN}-debugger" |
68 | #LIC_FILES_CHKSUM += "file://debugger/COPYING;md5=4325afd396febcb659c36b49533135d4" | 68 | #LIC_FILES_CHKSUM += "file://debugger/COPYING;md5=4325afd396febcb659c36b49533135d4" |
69 | #FILES_${PN}-debugger = "${libdir}/geany/debugger.so ${datadir}/${PN}/debugger" | 69 | #FILES:${PN}-debugger = "${libdir}/geany/debugger.so ${datadir}/${PN}/debugger" |
70 | 70 | ||
71 | PLUGINS += "${PN}-defineformat" | 71 | PLUGINS += "${PN}-defineformat" |
72 | LIC_FILES_CHKSUM += "file://defineformat/COPYING;md5=751419260aa954499f7abaabaa882bbe" | 72 | LIC_FILES_CHKSUM += "file://defineformat/COPYING;md5=751419260aa954499f7abaabaa882bbe" |
@@ -76,8 +76,8 @@ FILES:${PN}-defineformat = "${libdir}/geany/defineformat.so" | |||
76 | EXTRA_OECONF += "--disable-devhelp" | 76 | EXTRA_OECONF += "--disable-devhelp" |
77 | #PLUGINS += "${PN}-devhelp" | 77 | #PLUGINS += "${PN}-devhelp" |
78 | #LIC_FILES_CHKSUM += "file://devhelp/COPYING;md5=d32239bcb673463ab874e80d47fae504" | 78 | #LIC_FILES_CHKSUM += "file://devhelp/COPYING;md5=d32239bcb673463ab874e80d47fae504" |
79 | #LICENSE_${PN}-devhelp = "GPLv3" | 79 | #LICENSE:${PN}-devhelp = "GPLv3" |
80 | #FILES_${PN}-devhelp = "${libdir}/geany/devhelp.so" | 80 | #FILES:${PN}-devhelp = "${libdir}/geany/devhelp.so" |
81 | 81 | ||
82 | PLUGINS += "${PN}-geanyctags" | 82 | PLUGINS += "${PN}-geanyctags" |
83 | LIC_FILES_CHKSUM += "file://geanyctags/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 83 | LIC_FILES_CHKSUM += "file://geanyctags/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
@@ -100,7 +100,7 @@ FILES:${PN}-geanyinsertnum = "${libdir}/geany/geanyinsertnum.so" | |||
100 | EXTRA_OECONF += "--disable-geanylua" | 100 | EXTRA_OECONF += "--disable-geanylua" |
101 | #PLUGINS += "${PN}-geanylua" | 101 | #PLUGINS += "${PN}-geanylua" |
102 | #LIC_FILES_CHKSUM += "file://geanylua/COPYING;md5=4325afd396febcb659c36b49533135d4" | 102 | #LIC_FILES_CHKSUM += "file://geanylua/COPYING;md5=4325afd396febcb659c36b49533135d4" |
103 | #FILES_${PN}-geanylua = "${libdir}/geany/geanylua.so ${libdir}/${PN}/geanylua/*.so" | 103 | #FILES:${PN}-geanylua = "${libdir}/geany/geanylua.so ${libdir}/${PN}/geanylua/*.so" |
104 | 104 | ||
105 | PLUGINS += "${PN}-geanymacro" | 105 | PLUGINS += "${PN}-geanymacro" |
106 | LIC_FILES_CHKSUM += "file://geanymacro/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 106 | LIC_FILES_CHKSUM += "file://geanymacro/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
@@ -125,7 +125,7 @@ FILES:${PN}-geanyprj = "${libdir}/geany/geanyprj.so" | |||
125 | 125 | ||
126 | #PLUGINS += "${PN}-geanypy" | 126 | #PLUGINS += "${PN}-geanypy" |
127 | #LIC_FILES_CHKSUM += "file://geanypy/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 127 | #LIC_FILES_CHKSUM += "file://geanypy/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
128 | #FILES_${PN}-geanypy = "${libdir}/geany/geanypy.so" | 128 | #FILES:${PN}-geanypy = "${libdir}/geany/geanypy.so" |
129 | 129 | ||
130 | PLUGINS += "${PN}-geanyvc" | 130 | PLUGINS += "${PN}-geanyvc" |
131 | LIC_FILES_CHKSUM += "file://geanyvc/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 131 | LIC_FILES_CHKSUM += "file://geanyvc/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
@@ -160,13 +160,13 @@ FILES:${PN}-lipsum = "${libdir}/geany/lipsum.so" | |||
160 | EXTRA_OECONF += "--disable-peg-markdown" | 160 | EXTRA_OECONF += "--disable-peg-markdown" |
161 | #PLUGINS += "${PN}-markdown" | 161 | #PLUGINS += "${PN}-markdown" |
162 | #LIC_FILES_CHKSUM += "file://markdown/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 162 | #LIC_FILES_CHKSUM += "file://markdown/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
163 | #FILES_${PN}-markdown = "${libdir}/geany/markdown.so" | 163 | #FILES:${PN}-markdown = "${libdir}/geany/markdown.so" |
164 | 164 | ||
165 | # | checking whether the GTK version in use is compatible with plugin multiterm... no | 165 | # | checking whether the GTK version in use is compatible with plugin multiterm... no |
166 | EXTRA_OECONF += "--disable-multiterm" | 166 | EXTRA_OECONF += "--disable-multiterm" |
167 | #PLUGINS += "${PN}-multiterm" | 167 | #PLUGINS += "${PN}-multiterm" |
168 | #LIC_FILES_CHKSUM += "file://multiterm/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 168 | #LIC_FILES_CHKSUM += "file://multiterm/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
169 | #FILES_${PN}-multiterm = "${libdir}/geany/multiterm.so" | 169 | #FILES:${PN}-multiterm = "${libdir}/geany/multiterm.so" |
170 | 170 | ||
171 | PLUGINS += "${PN}-overview" | 171 | PLUGINS += "${PN}-overview" |
172 | LIC_FILES_CHKSUM += "file://overview/overview/overviewplugin.c;beginline=4;endline=20;md5=1aa33522916cdeb46cccac0c629da0d0" | 172 | LIC_FILES_CHKSUM += "file://overview/overview/overviewplugin.c;beginline=4;endline=20;md5=1aa33522916cdeb46cccac0c629da0d0" |
@@ -226,8 +226,8 @@ FILES:${PN}-vimode = "${libdir}/geany/vimode.so" | |||
226 | EXTRA_OECONF += " --disable-webhelper" | 226 | EXTRA_OECONF += " --disable-webhelper" |
227 | #PLUGINS += "${PN}-webhelper" | 227 | #PLUGINS += "${PN}-webhelper" |
228 | #LIC_FILES_CHKSUM += "file://webhelper/COPYING;md5=d32239bcb673463ab874e80d47fae504" | 228 | #LIC_FILES_CHKSUM += "file://webhelper/COPYING;md5=d32239bcb673463ab874e80d47fae504" |
229 | #LICENSE_${PN}-webhelper = "GPLv3" | 229 | #LICENSE:${PN}-webhelper = "GPLv3" |
230 | #FILES_${PN}-webhelper = "${libdir}/geany/webhelper.so" | 230 | #FILES:${PN}-webhelper = "${libdir}/geany/webhelper.so" |
231 | 231 | ||
232 | PLUGINS += "${PN}-workbench" | 232 | PLUGINS += "${PN}-workbench" |
233 | LIC_FILES_CHKSUM += "file://workbench/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 233 | LIC_FILES_CHKSUM += "file://workbench/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb index f1e994863..70e1a47f0 100644 --- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb +++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb | |||
@@ -17,7 +17,7 @@ S = "${WORKDIR}/git" | |||
17 | inherit cmake gettext pkgconfig python3-dir python3native distutils3-base mime-xdg | 17 | inherit cmake gettext pkgconfig python3-dir python3native distutils3-base mime-xdg |
18 | 18 | ||
19 | DEPENDS += "dnf python3 " | 19 | DEPENDS += "dnf python3 " |
20 | #DEPENDS_class-nativesdk += "nativesdk-python3" | 20 | #DEPENDS:class-nativesdk += "nativesdk-python3" |
21 | 21 | ||
22 | RDEPENDS:${PN}:class-target = " python3-core libyui libyui-ncurses " | 22 | RDEPENDS:${PN}:class-target = " python3-core libyui libyui-ncurses " |
23 | 23 | ||
diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb index fd398a0fe..18fa46f01 100644 --- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb +++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb | |||
@@ -29,7 +29,7 @@ RDEPENDS:${PN} = "\ | |||
29 | " | 29 | " |
30 | 30 | ||
31 | RDEPENDS:${PN}-ptest = "perl-module-lib perl-module-test-more" | 31 | RDEPENDS:${PN}-ptest = "perl-module-lib perl-module-test-more" |
32 | #RSUGGESTS_${PN}-ptest = "libmojo-base-perl" | 32 | #RSUGGESTS:${PN}-ptest = "libmojo-base-perl" |
33 | 33 | ||
34 | do_install () { | 34 | do_install () { |
35 | cpan_do_install | 35 | cpan_do_install |