[oe-commits] Dirk Opfer : automake: Add 1.11.1

git version control git at git.openembedded.org
Wed Jan 6 18:12:57 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 74c50903a0d38f9f2be28675bfb1a37ff4a39357
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=74c50903a0d38f9f2be28675bfb1a37ff4a39357

Author: Dirk Opfer <dirk at do13.de>
Date:   Wed Jan  6 18:57:40 2010 +0100

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(+), 0 deletions(-)

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 0000000..a7857c5
--- /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 0000000..9b363b9
--- /dev/null
+++ b/recipes/automake/automake_1.11.1.bb
@@ -0,0 +1,4 @@
+require automake.inc
+PR = "${INC_PR}.0"
+
+DEFAULT_PREFERENCE = "-1"





More information about the Openembedded-commits mailing list