summaryrefslogtreecommitdiff
path: root/packages/directfb/directfb_0.9.25.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/directfb/directfb_0.9.25.1.bb')
-rw-r--r--packages/directfb/directfb_0.9.25.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/directfb/directfb_0.9.25.1.bb b/packages/directfb/directfb_0.9.25.1.bb
index 7a54f3f304..9d5566405a 100644
--- a/packages/directfb/directfb_0.9.25.1.bb
+++ b/packages/directfb/directfb_0.9.25.1.bb
@@ -9,7 +9,7 @@ PRIORITY = "optional"
HOMEPAGE = "http://directfb.org"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
DEPENDS = "jpeg libpng freetype zlib"
-PR = "r0"
+PR = "r1"
RV = "0.9.25"
SRC_URI = "http://directfb.org/downloads/Core/DirectFB-${PV}.tar.gz"
@@ -21,7 +21,7 @@ EXTRA_OECONF = "--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=ye
PARALLEL_MAKE = ""
do_stage() {
- oe_runmake 'DESTDIR=${STAGING_LIBDIR}/' install
+ autotools_stage_all
}
do_install() {