diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-07-20 17:47:10 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-07-21 09:40:20 -0700 |
| commit | 7033623f394616f14589b76d11717c6b76819ddc (patch) | |
| tree | 7368227c205423e7dd14383040713ec81f98ac8b /meta-oe/recipes-devtools/geany | |
| parent | 80731442f7ca1e8f3696b8f93084371cd8728da5 (diff) | |
| download | meta-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.bb | 4 |
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 | |||
| 29 | REQUIRED_DISTRO_FEATURES = "x11" | 29 | REQUIRED_DISTRO_FEATURES = "x11" |
| 30 | 30 | ||
| 31 | SRC_URI = " \ | 31 | SRC_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 | " |
| 35 | SRC_URI[md5sum] = "bf5fdd50727ad8bbbfe00027ccf2dac5" | 35 | SRC_URI[md5sum] = "bf5fdd50727ad8bbbfe00027ccf2dac5" |
| @@ -40,7 +40,7 @@ do_configure_prepend() { | |||
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | FILES_${PN} += "${datadir}/icons" | 42 | FILES_${PN} += "${datadir}/icons" |
| 43 | FILES_${PN}-dev += "${libdir}/geany/*.la ${libdir}/${PN}/*/*.la" | 43 | FILES_${PN}-dev += "${libdir}/geany/*.la ${libdir}/${BPN}/*/*.la" |
| 44 | 44 | ||
| 45 | PLUGINS += "${PN}-addons" | 45 | PLUGINS += "${PN}-addons" |
| 46 | LIC_FILES_CHKSUM += "file://addons/COPYING;md5=4325afd396febcb659c36b49533135d4" | 46 | LIC_FILES_CHKSUM += "file://addons/COPYING;md5=4325afd396febcb659c36b49533135d4" |
