summaryrefslogtreecommitdiffstats
path: root/meta/packages/readline
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-27 01:13:47 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-30 17:07:17 +0000
commitfcb1791f553081e5267c2d0b7795eab224b4a342 (patch)
tree16772e322df1059b1f13585396c683e50eafc3c3 /meta/packages/readline
parente380b48602db316c7d12d328192eadc52e5be861 (diff)
downloadpoky-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/readline')
-rw-r--r--meta/packages/readline/readline_5.2.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/readline/readline_5.2.bb b/meta/packages/readline/readline_5.2.bb
index a7dc818790..daafa19c31 100644
--- a/meta/packages/readline/readline_5.2.bb
+++ b/meta/packages/readline/readline_5.2.bb
@@ -16,17 +16,13 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/readline/readline-${PV}.tar.gz \
16 16
17S = "${WORKDIR}/readline-${PV}" 17S = "${WORKDIR}/readline-${PV}"
18 18
19inherit autotools 19inherit autotools_stage
20 20
21do_configure () { 21do_configure () {
22 install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/ 22 install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/
23 autotools_do_configure 23 autotools_do_configure
24} 24}
25 25
26do_stage() {
27 autotools_stage_all
28}
29
30do_install () { 26do_install () {
31 autotools_do_install 27 autotools_do_install
32 # Make install doesn't properly install these 28 # Make install doesn't properly install these