mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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>
This commit is contained in:
parent
80731442f7
commit
7033623f39
|
|
@ -8,7 +8,7 @@ PR = "r1"
|
|||
PROVIDES = "virtual/libintl"
|
||||
|
||||
SRC_URI = " \
|
||||
http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${PN}-dev_${PV}_win32.zip \
|
||||
http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${BPN}-dev_${PV}_win32.zip \
|
||||
"
|
||||
SRC_URI[md5sum] = "aef407c2b97ee829383aadd867c61d1e"
|
||||
SRC_URI[sha256sum] = "291ac350cc5eb4a01b0d651ca99fae64cee8a1c06b2005277fab5a4356f9ae91"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ inherit distro_features_check autotools pkgconfig gtk-icon-cache
|
|||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI = " \
|
||||
http://plugins.geany.org/${PN}/${PN}-${PV}.tar.bz2 \
|
||||
http://plugins.geany.org/${BPN}/${BP}.tar.bz2 \
|
||||
file://0001-Use-pkg-config-to-find-gpgme.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "bf5fdd50727ad8bbbfe00027ccf2dac5"
|
||||
|
|
@ -40,7 +40,7 @@ do_configure_prepend() {
|
|||
}
|
||||
|
||||
FILES_${PN} += "${datadir}/icons"
|
||||
FILES_${PN}-dev += "${libdir}/geany/*.la ${libdir}/${PN}/*/*.la"
|
||||
FILES_${PN}-dev += "${libdir}/geany/*.la ${libdir}/${BPN}/*/*.la"
|
||||
|
||||
PLUGINS += "${PN}-addons"
|
||||
LIC_FILES_CHKSUM += "file://addons/COPYING;md5=4325afd396febcb659c36b49533135d4"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ checking (as in assert.h) and logging (printf style debugging) in \
|
|||
GNU C and C++."
|
||||
SECTION = "Development/Languages/C and C++"
|
||||
|
||||
SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${BP}.tar.gz \
|
||||
SRC_URI = "http://download.savannah.gnu.org/releases/${BPN}/${BP}.tar.gz \
|
||||
file://change-mandir-to-DESTDIR.patch \
|
||||
file://modify-acinclude.m4-and-configure.in.patch \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ HOMEPAGE = "http://gtkwave.sourceforge.net/"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
|
||||
|
||||
SRC_URI = "http://gtkwave.sourceforge.net/${PN}-${PV}.tar.gz"
|
||||
SRC_URI = "http://gtkwave.sourceforge.net/${BP}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "eac3073ef381e0c09da33590296ca37f"
|
||||
SRC_URI[sha256sum] = "efa6bbbeb3bd54104425a69a2aa0d079bb5c3ecc1c420ba57dcaa1c97c5a22f6"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ DEPENDS = "libusb1"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "https://github.com/mvp/${PN}/archive/v${PV}.tar.gz"
|
||||
SRC_URI = "https://github.com/mvp/${BPN}/archive/v${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "5c711911d766d76813333c3812277574"
|
||||
SRC_URI[sha256sum] = "4c31278b2c03e5be5a696c3088bc86cf2557a70e00f697799c163aba18e3c40e"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user