aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/directfb/directfb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/directfb/directfb.inc')
-rw-r--r--recipes/directfb/directfb.inc16
1 files changed, 6 insertions, 10 deletions
diff --git a/recipes/directfb/directfb.inc b/recipes/directfb/directfb.inc
index 9066ff2218..d07d58c113 100644
--- a/recipes/directfb/directfb.inc
+++ b/recipes/directfb/directfb.inc
@@ -10,12 +10,12 @@ DEPENDS = "jpeg libpng freetype zlib tslib"
SRC_URI = " \
http://www.directfb.org/downloads/Old/DirectFB-${PV}.tar.gz \
- file://fix-pkgconfig-cflags.patch;patch=1 \
- file://fix-font-missing-char.patch;patch=1 \
- file://getpagesize.patch;patch=1 \
- file://mkdfiff.patch;patch=1 \
- file://dont-use-linux-config.patch;patch=1 \
- file://ts_lib_autotools.patch;patch=1 \
+ file://fix-pkgconfig-cflags.patch \
+ file://fix-font-missing-char.patch \
+ file://getpagesize.patch \
+ file://mkdfiff.patch \
+ file://dont-use-linux-config.patch \
+ file://ts_lib_autotools.patch \
"
S = "${WORKDIR}/DirectFB-${PV}"
@@ -32,10 +32,6 @@ EXTRA_OECONF = "\
--disable-x11 \
"
-do_stage() {
- autotools_stage_all
-}
-
do_install() {
oe_runmake 'DESTDIR=${D}' install
}