diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-18 16:02:18 +0000 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-05-20 13:39:13 -0700 |
commit | df6007e5d3d0f9205e8fe6183aabae197ad75aa8 (patch) | |
tree | e1928d0d642a409c545808b644d9b81662b86ee4 /recipes/automake | |
parent | e0103e89b853908efba8b9c30ce2449184f2e21f (diff) |
automake_1.11.1.bb: Remove DEFAULT_PREFERENCE = "-1"
Hi,
I was working on upgrading gettext and some other packages to latest
versions but they use features from automake 1.11. We have this recipe
but it not enabled. I ask for approval to make it default. I have
build few images thus far without any problems and SHR already uses
it as preferred automake. Some distributions ask for specific versions
they wont be affected.
Thanks
-Khem
* This would enable it by default for distributions
who do not stick to a particular version of automake.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/automake')
-rw-r--r-- | recipes/automake/automake_1.11.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/automake/automake_1.11.1.bb b/recipes/automake/automake_1.11.1.bb index 4b46787368..74477e7b95 100644 --- a/recipes/automake/automake_1.11.1.bb +++ b/recipes/automake/automake_1.11.1.bb @@ -1,7 +1,5 @@ require automake.inc PR = "${INC_PR}.0" -DEFAULT_PREFERENCE = "-1" - SRC_URI[automake.md5sum] = "c2972c4d9b3e29c03d5f2af86249876f" SRC_URI[automake.sha256sum] = "5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae" |