diff options
author | Dirk Opfer <dirk@do13.de> | 2010-01-06 18:57:40 +0100 |
---|---|---|
committer | Dirk Opfer <dirk@do13.de> | 2010-01-06 19:04:39 +0100 |
commit | 74c50903a0d38f9f2be28675bfb1a37ff4a39357 (patch) | |
tree | 846951285045607ac7cccb36f1e2b1be07df079b | |
parent | 7c62c2b793de3c5d7643e189250308eca55cad85 (diff) |
automake: Add 1.11.1
Lighttpd needs recent automake with AM_SILENT macro.
Set DEFAULT_PREFERENCE = "-1"
-rw-r--r-- | recipes/automake/automake-native_1.11.1.bb | 5 | ||||
-rw-r--r-- | 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 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" |