fltk: Use autotools_stage_all
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 13:23:09 +0000 (13:23 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 13:23:09 +0000 (13:23 +0000)
packages/fltk/efltk_2.0.7.bb
packages/fltk/fltk_1.1.4.bb
packages/fltk/fltk_1.1.7.bb

index 57737e1..b048e07 100644 (file)
@@ -40,11 +40,7 @@ do_configure_append() {
 }
 
 do_stage() {
-    oe_runmake install prefix="${STAGING_DIR}" \
-              bindir="${STAGING_BINDIR}" \
-              includedir="${STAGING_INCDIR}" \
-              libdir="${STAGING_LIBDIR}" \
-              datadir="${STAGING_DATADIR}"
+    autotools_stage_all
 }
 
 do_install () {
index 66c4b21..ae7c0e1 100644 (file)
@@ -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() {
index 3e095b4..866db12 100644 (file)
@@ -19,11 +19,7 @@ do_configure() {
 }
 
 do_stage() {
-        oe_runmake install prefix="${STAGING_DIR}" \
-               bindir="${STAGING_BINDIR}" \
-               includedir="${STAGING_INCDIR}" \
-               libdir="${STAGING_LIBDIR}" \
-               datadir="${STAGING_DATADIR}"
+       autotools_stage_all
 }
 
 do_install () {