diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2011-11-30 16:45:43 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:15:08 +0000 |
commit | d8dddfad68d8f203a237d9372cc1d44a00080047 (patch) | |
tree | 5834ab7ad189ae18327d9f8ff5c6f53170a3afe9 /meta/recipes-devtools/automake/automake.inc | |
parent | a042f7aa7f81a615a807788d240b9fdd549134c1 (diff) | |
download | poky-d8dddfad68d8f203a237d9372cc1d44a00080047.tar.gz |
automake: Extend to provide nativesdk recipe
We will provide autotools nativesdk in meta-tookchain for reconfigure
any autotools supported projects, as a part of the plan we should extend
their recipes first.
(From OE-Core rev: 2074285e84267f9f929ed6424f35cc4b2a00c335)
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/automake/automake.inc')
-rw-r--r-- | meta/recipes-devtools/automake/automake.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc index 370a972566..25b0c0ecd6 100644 --- a/meta/recipes-devtools/automake/automake.inc +++ b/meta/recipes-devtools/automake/automake.inc | |||
@@ -4,7 +4,7 @@ Standards. Automake requires the use of Autoconf." | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | HOMEPAGE = "http://www.gnu.org/software/automake/" | 5 | HOMEPAGE = "http://www.gnu.org/software/automake/" |
6 | SECTION = "devel" | 6 | SECTION = "devel" |
7 | PR = "r4" | 7 | PR = "r5" |
8 | 8 | ||
9 | SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " | 9 | SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " |
10 | 10 | ||