diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-14 22:33:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-14 22:36:25 +0000 |
commit | 257a9edb4b6a12cc1c990f6bb2d8e5a6fb560823 (patch) | |
tree | 84acaf4fdc191358a7f1bd2a6a991a00a46bdde2 /meta/recipes-extended/msmtp | |
parent | 4f5b57c67eec42f52a282f3d0dcafc0eff72cc3b (diff) | |
download | poky-257a9edb4b6a12cc1c990f6bb2d8e5a6fb560823.tar.gz |
Update SRC_URIs to use BPN instead of PN
[YOCTO #860]
(From OE-Core rev: 09ed5de9624be38c0fa5cb3f943691c3b4a50686)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/msmtp')
-rw-r--r-- | meta/recipes-extended/msmtp/msmtp_1.4.23.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.23.bb b/meta/recipes-extended/msmtp/msmtp_1.4.23.bb index d72677cad2..cb3d83c716 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.4.23.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.4.23.bb | |||
@@ -12,7 +12,7 @@ PR = "r0" | |||
12 | #COPYING or Licence | 12 | #COPYING or Licence |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
14 | 14 | ||
15 | SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${PN}-${PV}.tar.bz2 \ | 15 | SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.tar.bz2 \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[md5sum] = "5fb7ae88186624cdb125d3efad3fdc16" | 18 | SRC_URI[md5sum] = "5fb7ae88186624cdb125d3efad3fdc16" |