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/recipes-daemons/vblade | |
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/recipes-daemons/vblade')
-rw-r--r-- | meta-networking/recipes-daemons/vblade/vblade_20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |