mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
Update intltool to version 0.50.0
Uprev intltool to newer 0.50.0 version (From OE-Core rev: c17d1f146e43a4acaad5de629c33404426870356) Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c3bb97b03b
commit
520c5d9bda
@@ -3,7 +3,7 @@ SECTION = "devel"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
URLV="${@'.'.join(d.getVar('PV',1).split('.')[0:2])}"
|
||||
SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2"
|
||||
SRC_URI = "http://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz"
|
||||
S = "${WORKDIR}/intltool-${PV}"
|
||||
|
||||
DEPENDS = "libxml-parser-perl-native"
|
||||
|
||||
Reference in New Issue
Block a user