From 74c50903a0d38f9f2be28675bfb1a37ff4a39357 Mon Sep 17 00:00:00 2001 From: Dirk Opfer Date: Wed, 6 Jan 2010 18:57:40 +0100 Subject: [PATCH] automake: Add 1.11.1 Lighttpd needs recent automake with AM_SILENT macro. Set DEFAULT_PREFERENCE = "-1" --- recipes/automake/automake-native_1.11.1.bb | 5 +++++ recipes/automake/automake_1.11.1.bb | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 recipes/automake/automake-native_1.11.1.bb create mode 100644 recipes/automake/automake_1.11.1.bb 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" -- 2.39.5