automake: Add 1.11.1
authorDirk Opfer <dirk@do13.de>
Wed, 6 Jan 2010 17:57:40 +0000 (18:57 +0100)
committerDirk Opfer <dirk@do13.de>
Wed, 6 Jan 2010 18:04:39 +0000 (19:04 +0100)
Lighttpd needs recent automake with AM_SILENT macro.
Set DEFAULT_PREFERENCE = "-1"

recipes/automake/automake-native_1.11.1.bb [new file with mode: 0644]
recipes/automake/automake_1.11.1.bb [new file with mode: 0644]

diff --git a/recipes/automake/automake-native_1.11.1.bb b/recipes/automake/automake-native_1.11.1.bb
new file mode 100644 (file)
index 0000000..a7857c5
--- /dev/null
@@ -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 (file)
index 0000000..9b363b9
--- /dev/null
@@ -0,0 +1,4 @@
+require automake.inc
+PR = "${INC_PR}.0"
+
+DEFAULT_PREFERENCE = "-1"