summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/geany
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-20 17:47:10 -0700
committerKhem Raj <raj.khem@gmail.com>2019-07-21 09:40:20 -0700
commit7033623f394616f14589b76d11717c6b76819ddc (patch)
tree7368227c205423e7dd14383040713ec81f98ac8b /meta-oe/recipes-devtools/geany
parent80731442f7ca1e8f3696b8f93084371cd8728da5 (diff)
downloadmeta-openembedded-7033623f394616f14589b76d11717c6b76819ddc.tar.gz
recipes: Use BPN instead of PN in SRC_URIs
Makes it work for multilib case and fixes QA error SRC_URI uses PN not BPN [src-uri-bad] Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/geany')
-rw-r--r--meta-oe/recipes-devtools/geany/geany-plugins_1.34.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.34.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.34.bb
index 6c1c1535e0..84adc7abe4 100644
--- a/meta-oe/recipes-devtools/geany/geany-plugins_1.34.bb
+++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.34.bb
@@ -29,7 +29,7 @@ inherit distro_features_check autotools pkgconfig gtk-icon-cache
29REQUIRED_DISTRO_FEATURES = "x11" 29REQUIRED_DISTRO_FEATURES = "x11"
30 30
31SRC_URI = " \ 31SRC_URI = " \
32 http://plugins.geany.org/${PN}/${PN}-${PV}.tar.bz2 \ 32 http://plugins.geany.org/${BPN}/${BP}.tar.bz2 \
33 file://0001-Use-pkg-config-to-find-gpgme.patch \ 33 file://0001-Use-pkg-config-to-find-gpgme.patch \
34" 34"
35SRC_URI[md5sum] = "bf5fdd50727ad8bbbfe00027ccf2dac5" 35SRC_URI[md5sum] = "bf5fdd50727ad8bbbfe00027ccf2dac5"
@@ -40,7 +40,7 @@ do_configure_prepend() {
40} 40}
41 41
42FILES_${PN} += "${datadir}/icons" 42FILES_${PN} += "${datadir}/icons"
43FILES_${PN}-dev += "${libdir}/geany/*.la ${libdir}/${PN}/*/*.la" 43FILES_${PN}-dev += "${libdir}/geany/*.la ${libdir}/${BPN}/*/*.la"
44 44
45PLUGINS += "${PN}-addons" 45PLUGINS += "${PN}-addons"
46LIC_FILES_CHKSUM += "file://addons/COPYING;md5=4325afd396febcb659c36b49533135d4" 46LIC_FILES_CHKSUM += "file://addons/COPYING;md5=4325afd396febcb659c36b49533135d4"