From: Koen Kooi Date: Tue, 2 Mar 2010 18:07:48 +0000 (+0100) Subject: bison/file.inc: INC_PR -> INCPR X-Git-Tag: Release-2010-05/1~489^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eae7f83b03cf59553c861bf92713642cda93056d;p=openembedded.git bison/file.inc: INC_PR -> INCPR --- diff --git a/recipes/bison/bison.inc b/recipes/bison/bison.inc index c35322e405..c3aa25e507 100644 --- a/recipes/bison/bison.inc +++ b/recipes/bison/bison.inc @@ -8,7 +8,7 @@ DEPENDS = "gettext" SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ file://m4.patch;patch=1" -INC_PR = "r0" +INCPR = "r0" inherit autotools diff --git a/recipes/file/file.inc b/recipes/file/file.inc index 7076ae9823..0c6d0789eb 100644 --- a/recipes/file/file.inc +++ b/recipes/file/file.inc @@ -5,7 +5,7 @@ LICENSE = "BSD-ADV" DEPENDS = "file-native" DEPENDS_virtclass-native = "" -INC_PR = "r0" +INCPR = "r0" SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz"