mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
multilib: Fix PN - BPN to make fetch work.
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
This commit is contained in:
parent
74ec081356
commit
7448ece404
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184"
|
|||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "ftp://ftp.proftpd.org/distrib/source/${PN}-${PV}.tar.gz \
|
||||
SRC_URI = "ftp://ftp.proftpd.org/distrib/source/${BPN}-${PV}.tar.gz \
|
||||
file://make.patch \
|
||||
file://basic.conf.patch \
|
||||
file://contrib.patch \
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ SECTION = "console/network"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/aoetools/${PN}-${PV}.tgz \
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/aoetools/${BPN}-${PV}.tgz \
|
||||
file://cross.patch"
|
||||
|
||||
SRC_URI[md5sum] = "3c80e4a6bc7d66ae0c235b88cb44bd59"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ The aoetools are programs for users of the ATA over Ethernet (AoE)network \
|
|||
storage protocol, a simple protocol for using storage over anethernet LAN. \
|
||||
The vblade program (storage target) exports a blockdevice using AoE. \
|
||||
"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/${PN}"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/${BPN}"
|
||||
SECTION = "console/network"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
|
@ -12,7 +12,7 @@ RRECOMMENDS_${PN} = "kernel-module-aoe"
|
|||
PR = "r0"
|
||||
|
||||
|
||||
SRC_URI = "http://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${PN}-${PV}.tar.gz"
|
||||
SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "cde7f7cedc7cd9938a5ebfd009dd3ec0"
|
||||
SRC_URI[sha256sum] = "fd6c57244e9458d7cbe7a0171295ddee4d8cdcae291e40d6acbc641df7296d85"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ ypwhich, yppasswd, domainname, nisdomainname \
|
|||
and ypdomainname."
|
||||
|
||||
require nis.inc
|
||||
SRC_URI = "http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
|
||||
SRC_URI = "http://www.linux-nis.org/download/yp-tools/${BP}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "ce1e06d86caa285fa8cd76fdf103f51e"
|
||||
SRC_URI[sha256sum] = "6ae8321666eea7837da343eea90ea30273fb74943ad111d5a4befd2afb252063"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html"
|
|||
|
||||
require nis.inc
|
||||
|
||||
SRC_URI = "http://www.linux-nis.org/download/ypbind-mt/${P}.tar.bz2"
|
||||
SRC_URI = "http://www.linux-nis.org/download/ypbind-mt/${BP}.tar.bz2"
|
||||
SRC_URI[md5sum] = "135834db97d78ff6d79fdee2810b4056"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=082c9a0886c7c3db1bc862b5b62ffe08"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user