diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-27 01:13:47 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-30 17:07:17 +0000 |
commit | fcb1791f553081e5267c2d0b7795eab224b4a342 (patch) | |
tree | 16772e322df1059b1f13585396c683e50eafc3c3 /meta/packages/mpfr | |
parent | e380b48602db316c7d12d328192eadc52e5be861 (diff) | |
download | poky-fcb1791f553081e5267c2d0b7795eab224b4a342.tar.gz |
classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools
Diffstat (limited to 'meta/packages/mpfr')
-rw-r--r-- | meta/packages/mpfr/mpfr.inc | 2 | ||||
-rw-r--r-- | meta/packages/mpfr/mpfr_2.3.1.bb | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/mpfr/mpfr.inc b/meta/packages/mpfr/mpfr.inc index cf898b62b6..938fd1c730 100644 --- a/meta/packages/mpfr/mpfr.inc +++ b/meta/packages/mpfr/mpfr.inc | |||
@@ -3,4 +3,4 @@ HOMEPAGE = "http://www.mpfr.org/" | |||
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | 5 | ||
6 | inherit autotools | 6 | inherit autotools_stage |
diff --git a/meta/packages/mpfr/mpfr_2.3.1.bb b/meta/packages/mpfr/mpfr_2.3.1.bb index 869c4227e2..746b2435ed 100644 --- a/meta/packages/mpfr/mpfr_2.3.1.bb +++ b/meta/packages/mpfr/mpfr_2.3.1.bb | |||
@@ -5,7 +5,3 @@ PR = "r1" | |||
5 | 5 | ||
6 | SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" | 6 | SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" |
7 | S = "${WORKDIR}/mpfr-${PV}" | 7 | S = "${WORKDIR}/mpfr-${PV}" |
8 | |||
9 | do_stage() { | ||
10 | autotools_stage_all | ||
11 | } | ||