From: Dirk Opfer Date: Wed, 6 Jan 2010 17:57:40 +0000 (+0100) Subject: automake: Add 1.11.1 X-Git-Tag: Release-2010-05/1~981 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74c50903a0d38f9f2be28675bfb1a37ff4a39357;p=openembedded.git automake: Add 1.11.1 Lighttpd needs recent automake with AM_SILENT macro. Set DEFAULT_PREFERENCE = "-1" --- diff --git a/recipes/automake/automake-native_1.11.1.bb b/recipes/automake/automake-native_1.11.1.bb new file mode 100644 index 0000000000..a7857c562d --- /dev/null +++ b/recipes/automake/automake-native_1.11.1.bb @@ -0,0 +1,5 @@ +PV := "${PV}" + +require automake-native.inc + +DEFAULT_PREFERENCE = "-1" diff --git a/recipes/automake/automake_1.11.1.bb b/recipes/automake/automake_1.11.1.bb new file mode 100644 index 0000000000..9b363b9f89 --- /dev/null +++ b/recipes/automake/automake_1.11.1.bb @@ -0,0 +1,4 @@ +require automake.inc +PR = "${INC_PR}.0" + +DEFAULT_PREFERENCE = "-1"