diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 13:23:09 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 13:23:09 +0000 |
commit | 7a2f3a7a1e05bcea0175091ac813270d75a6952d (patch) | |
tree | 5f848896b96198dd449166bdb463e138ab03902a /packages/fltk/efltk_2.0.7.bb | |
parent | 97c73a30ec43a9958a072959a20c5d6193415440 (diff) |
fltk: Use autotools_stage_all
Diffstat (limited to 'packages/fltk/efltk_2.0.7.bb')
-rw-r--r-- | packages/fltk/efltk_2.0.7.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/fltk/efltk_2.0.7.bb b/packages/fltk/efltk_2.0.7.bb index 57737e1c57..b048e078b3 100644 --- a/packages/fltk/efltk_2.0.7.bb +++ b/packages/fltk/efltk_2.0.7.bb @@ -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 () { |