summaryrefslogtreecommitdiff
path: root/recipes/automake/automake.inc
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-03-18 20:55:18 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-03-18 20:55:18 +0000
commit1f4479554dbe426d0ffe6453ba80e67708e971d7 (patch)
treef0162ad425e5d5b009f37d50263eb947f669c0c2 /recipes/automake/automake.inc
parent971efeefff1520607b704cdded86deed43c459fb (diff)
automake_1.10.3.bb : add latest version of 1.10.X branch.
This fixes CVE-2009-4029
Diffstat (limited to 'recipes/automake/automake.inc')
-rw-r--r--recipes/automake/automake.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/automake/automake.inc b/recipes/automake/automake.inc
index 662f9f8722..e378c048dc 100644
--- a/recipes/automake/automake.inc
+++ b/recipes/automake/automake.inc
@@ -28,7 +28,7 @@ RDEPENDS_automake += "\
perl-module-strict \
perl-module-text-parsewords \
perl-module-vars "
-SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
+SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2;name=automake"
INC_PR = "r3"
AUTOMAKE_API = "${@".".join(bb.data.getVar("PV",d,1).split(".")[0:2])}"