diff options
author | Randy MacLeod <randy.macleod@windriver.com> | 2013-02-01 18:01:53 -0500 |
---|---|---|
committer | Joe MacDonald <joe.macdonald@windriver.com> | 2013-02-04 10:52:13 -0500 |
commit | 7448ece4048ec7fa8f38dadedf4fd1078dc6d95e (patch) | |
tree | 9a098b8fae750666fbd93e790e60427d01d9e3ca /meta-networking | |
parent | 74ec0813562525d02da6ac45eb0237382e98a72f (diff) | |
download | meta-openembedded-7448ece4048ec7fa8f38dadedf4fd1078dc6d95e.tar.gz |
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>
Diffstat (limited to 'meta-networking')
5 files changed, 6 insertions, 6 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb index 7279cfb67..db24b358c 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184" | |||
6 | 6 | ||
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||
9 | SRC_URI = "ftp://ftp.proftpd.org/distrib/source/${PN}-${PV}.tar.gz \ | 9 | SRC_URI = "ftp://ftp.proftpd.org/distrib/source/${BPN}-${PV}.tar.gz \ |
10 | file://make.patch \ | 10 | file://make.patch \ |
11 | file://basic.conf.patch \ | 11 | file://basic.conf.patch \ |
12 | file://contrib.patch \ | 12 | file://contrib.patch \ |
diff --git a/meta-networking/recipes-daemons/vblade/vblade_20.bb b/meta-networking/recipes-daemons/vblade/vblade_20.bb index 2cf7e6519..3756d530b 100644 --- a/meta-networking/recipes-daemons/vblade/vblade_20.bb +++ b/meta-networking/recipes-daemons/vblade/vblade_20.bb | |||
@@ -4,7 +4,7 @@ SECTION = "console/network" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | 6 | ||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/aoetools/${PN}-${PV}.tgz \ | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/aoetools/${BPN}-${PV}.tgz \ |
8 | file://cross.patch" | 8 | file://cross.patch" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "3c80e4a6bc7d66ae0c235b88cb44bd59" | 10 | SRC_URI[md5sum] = "3c80e4a6bc7d66ae0c235b88cb44bd59" |
diff --git a/meta-networking/recipes-support/aoetools/aoetools_34.bb b/meta-networking/recipes-support/aoetools/aoetools_34.bb index 07bfb0f15..68ff4bbd0 100644 --- a/meta-networking/recipes-support/aoetools/aoetools_34.bb +++ b/meta-networking/recipes-support/aoetools/aoetools_34.bb | |||
@@ -4,7 +4,7 @@ The aoetools are programs for users of the ATA over Ethernet (AoE)network \ | |||
4 | storage protocol, a simple protocol for using storage over anethernet LAN. \ | 4 | storage protocol, a simple protocol for using storage over anethernet LAN. \ |
5 | The vblade program (storage target) exports a blockdevice using AoE. \ | 5 | The vblade program (storage target) exports a blockdevice using AoE. \ |
6 | " | 6 | " |
7 | HOMEPAGE = "http://sourceforge.net/projects/${PN}" | 7 | HOMEPAGE = "http://sourceforge.net/projects/${BPN}" |
8 | SECTION = "console/network" | 8 | SECTION = "console/network" |
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
@@ -12,7 +12,7 @@ RRECOMMENDS_${PN} = "kernel-module-aoe" | |||
12 | PR = "r0" | 12 | PR = "r0" |
13 | 13 | ||
14 | 14 | ||
15 | SRC_URI = "http://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${PN}-${PV}.tar.gz" | 15 | SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "cde7f7cedc7cd9938a5ebfd009dd3ec0" | 16 | SRC_URI[md5sum] = "cde7f7cedc7cd9938a5ebfd009dd3ec0" |
17 | SRC_URI[sha256sum] = "fd6c57244e9458d7cbe7a0171295ddee4d8cdcae291e40d6acbc641df7296d85" | 17 | SRC_URI[sha256sum] = "fd6c57244e9458d7cbe7a0171295ddee4d8cdcae291e40d6acbc641df7296d85" |
18 | 18 | ||
diff --git a/meta-networking/recipes-support/nis/yp-tools_2.12.bb b/meta-networking/recipes-support/nis/yp-tools_2.12.bb index 18a52fcd2..fb7ebc230 100644 --- a/meta-networking/recipes-support/nis/yp-tools_2.12.bb +++ b/meta-networking/recipes-support/nis/yp-tools_2.12.bb | |||
@@ -9,7 +9,7 @@ ypwhich, yppasswd, domainname, nisdomainname \ | |||
9 | and ypdomainname." | 9 | and ypdomainname." |
10 | 10 | ||
11 | require nis.inc | 11 | require nis.inc |
12 | SRC_URI = "http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2" | 12 | SRC_URI = "http://www.linux-nis.org/download/yp-tools/${BP}.tar.bz2" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "ce1e06d86caa285fa8cd76fdf103f51e" | 14 | SRC_URI[md5sum] = "ce1e06d86caa285fa8cd76fdf103f51e" |
15 | SRC_URI[sha256sum] = "6ae8321666eea7837da343eea90ea30273fb74943ad111d5a4befd2afb252063" | 15 | SRC_URI[sha256sum] = "6ae8321666eea7837da343eea90ea30273fb74943ad111d5a4befd2afb252063" |
diff --git a/meta-networking/recipes-support/nis/ypbind-mt_1.36.bb b/meta-networking/recipes-support/nis/ypbind-mt_1.36.bb index 96ef19b42..e2f654c61 100644 --- a/meta-networking/recipes-support/nis/ypbind-mt_1.36.bb +++ b/meta-networking/recipes-support/nis/ypbind-mt_1.36.bb | |||
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html" | |||
16 | 16 | ||
17 | require nis.inc | 17 | require nis.inc |
18 | 18 | ||
19 | SRC_URI = "http://www.linux-nis.org/download/ypbind-mt/${P}.tar.bz2" | 19 | SRC_URI = "http://www.linux-nis.org/download/ypbind-mt/${BP}.tar.bz2" |
20 | SRC_URI[md5sum] = "135834db97d78ff6d79fdee2810b4056" | 20 | SRC_URI[md5sum] = "135834db97d78ff6d79fdee2810b4056" |
21 | 21 | ||
22 | LIC_FILES_CHKSUM = "file://COPYING;md5=082c9a0886c7c3db1bc862b5b62ffe08" | 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=082c9a0886c7c3db1bc862b5b62ffe08" |