diff options
Diffstat (limited to 'packages/automake/automake_1.8.4.bb')
-rw-r--r-- | packages/automake/automake_1.8.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/automake/automake_1.8.4.bb b/packages/automake/automake_1.8.4.bb index f5ca24aace..56cf80a327 100644 --- a/packages/automake/automake_1.8.4.bb +++ b/packages/automake/automake_1.8.4.bb @@ -2,10 +2,10 @@ DESCRIPTION = "A tool for automatically generating Makefiles." LICENSE = "GPL" HOMEPAGE = "http://www.gnu.org/software/automake/" SECTION = "devel" -PR = "r6" +PR = "r7" SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \ - file://path_prog_fixes.patch;patch=1" + ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}" inherit autotools |