aboutsummaryrefslogtreecommitdiffstats
path: root/packages/automake/automake_1.9.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/automake/automake_1.9.3.bb')
-rw-r--r--packages/automake/automake_1.9.3.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/automake/automake_1.9.3.bb b/packages/automake/automake_1.9.3.bb
index 6786a29ad0..471fa2457b 100644
--- a/packages/automake/automake_1.9.3.bb
+++ b/packages/automake/automake_1.9.3.bb
@@ -2,9 +2,10 @@ DESCRIPTION = "A tool for automatically generating Makefiles."
LICENSE = "GPL"
HOMEPAGE = "http://www.gnu.org/software/automake/"
SECTION = "devel"
-PR = "r2"
+PR = "r3"
-SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
+SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
+ file://path_prog_fixes.patch;patch=1"
S = "${WORKDIR}/automake-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}"