From 03fe9ca2a9851c04d27bebdc08efedbe0d9a6daa Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 27 Sep 2004 14:38:53 +0000 Subject: [PATCH] Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/09/27 16:38:26+02:00 uni-frankfurt.de!mickeyl fix directfb staging and add the directfb c++ wrapper dfb++. patch courtesy Marcel Pommer BKrev: 415825fd7EFEKmWKZ5UMfnT0rVWBlw --- dfb++/dfb++_0.9.20.oe | 0 directfb/directfb_0.9.20.oe | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 dfb++/dfb++_0.9.20.oe diff --git a/dfb++/dfb++_0.9.20.oe b/dfb++/dfb++_0.9.20.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/directfb/directfb_0.9.20.oe b/directfb/directfb_0.9.20.oe index 3db8dcd7ad..6ff840a154 100644 --- a/directfb/directfb_0.9.20.oe +++ b/directfb/directfb_0.9.20.oe @@ -7,6 +7,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " DEPENDS = "jpeg libpng zlib" +PR = "r1" SRC_URI = "http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz" S = "${WORKDIR}/DirectFB-${PV}" @@ -18,12 +19,12 @@ EXTRA_OECONF = "--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=no do_stage() { oe_runmake -C src 'libdir=/lib' 'includedir=/include/directfb' \ 'oldincludedir=/include' 'datadir=/share' \ - 'DESTDIR=${STAGING_DIR}' \ + 'DESTDIR=${STAGING_LIBDIR}/..' \ 'INTERNALINCLUDEDIR=/include/directfb-internal' \ install-internalincludeHEADERS install-libLTLIBRARIES oe_runmake -C include 'libdir=/lib' 'includedir=/include/directfb' \ 'oldincludedir=/include' 'datadir=/share' \ - 'DESTDIR=${STAGING_DIR}' \ + 'DESTDIR=${STAGING_LIBDIR}/..' \ 'INTERNALINCLUDEDIR=/include/directfb-internal' \ install-internalincludeHEADERS install-includeHEADERS } -- 2.39.5