aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fltk
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fltk')
-rw-r--r--recipes/fltk/efltk_2.0.7.bb4
-rw-r--r--recipes/fltk/fltk_1.1.7.bb4
2 files changed, 0 insertions, 8 deletions
diff --git a/recipes/fltk/efltk_2.0.7.bb b/recipes/fltk/efltk_2.0.7.bb
index 2da7ae0f06..68329ab92c 100644
--- a/recipes/fltk/efltk_2.0.7.bb
+++ b/recipes/fltk/efltk_2.0.7.bb
@@ -40,10 +40,6 @@ do_configure_append() {
sed -i s,CONFIGDIR,'"${datadir}/ede/"', src/core/Fl_Config.cpp
}
-do_stage() {
- autotools_stage_all
-}
-
do_install () {
install -d ${D}${libdir}
oe_runmake install prefix="${D}${prefix}" \
diff --git a/recipes/fltk/fltk_1.1.7.bb b/recipes/fltk/fltk_1.1.7.bb
index caf09dd9d0..3e9020953e 100644
--- a/recipes/fltk/fltk_1.1.7.bb
+++ b/recipes/fltk/fltk_1.1.7.bb
@@ -18,10 +18,6 @@ do_configure() {
oe_runconf
}
-do_stage() {
- autotools_stage_all
-}
-
do_install () {
oe_runmake install prefix="${D}${prefix}" \
bindir="${D}${bindir}" \