aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fltk/fltk_1.1.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-02-28 13:23:09 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-02-28 13:23:09 +0000
commit7a2f3a7a1e05bcea0175091ac813270d75a6952d (patch)
tree5f848896b96198dd449166bdb463e138ab03902a /packages/fltk/fltk_1.1.4.bb
parent97c73a30ec43a9958a072959a20c5d6193415440 (diff)
downloadopenembedded-7a2f3a7a1e05bcea0175091ac813270d75a6952d.tar.gz
fltk: Use autotools_stage_all
Diffstat (limited to 'packages/fltk/fltk_1.1.4.bb')
-rw-r--r--packages/fltk/fltk_1.1.4.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/fltk/fltk_1.1.4.bb b/packages/fltk/fltk_1.1.4.bb
index 66c4b214ec..ae7c0e1c95 100644
--- a/packages/fltk/fltk_1.1.4.bb
+++ b/packages/fltk/fltk_1.1.4.bb
@@ -21,11 +21,7 @@ do_configure() {
}
do_install () {
- oe_runmake prefix="${D}${prefix}" \
- bindir="${D}${bindir}" \
- libdir="${D}${libdir}" \
- includedir="${D}${includedir}" \
- install
+ autotools_stage_all
}
do_stage() {