summaryrefslogtreecommitdiff
path: root/directfb
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /directfb
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'directfb')
-rw-r--r--directfb/directfb_0.9.19.oe16
-rw-r--r--directfb/directfb_0.9.20.oe16
2 files changed, 14 insertions, 18 deletions
diff --git a/directfb/directfb_0.9.19.oe b/directfb/directfb_0.9.19.oe
index 58ef1ece2c..9f28bc72de 100644
--- a/directfb/directfb_0.9.19.oe
+++ b/directfb/directfb_0.9.19.oe
@@ -8,17 +8,17 @@ with hardware graphics acceleration, input device handling and \
abstraction, an integrated windowing system with support for \
translucent windows and multiple display layers on top of the \
Linux framebuffer device."
-FILES_directfb_append=' ${libdir}/directfb-${PV}/systems/*.so \
- ${libdir}/directfb-${PV}/inputdrivers/*.so \
- ${libdir}/directfb-${PV}/interfaces/*/*.so \
- ${datadir}/directfb-${PV}'
+FILES_directfb_append = " ${libdir}/directfb-${PV}/systems/*.so \
+ ${libdir}/directfb-${PV}/inputdrivers/*.so \
+ ${libdir}/directfb-${PV}/interfaces/*/*.so \
+ ${datadir}/directfb-${PV}"
-SRC_URI=http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz;
+SRC_URI = "http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz"
S = "${WORKDIR}/DirectFB-${PV}"
-inherit autotools libtool
+inherit autotools libtool pkgconfig
-EXTRA_OECONF="--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=no --enable-sdl=no"
+EXTRA_OECONF = "--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=no --enable-sdl=no"
do_stage() {
oe_runmake -C src 'libdir=/target/lib' 'includedir=/target/include/directfb' \
@@ -31,8 +31,6 @@ do_stage() {
'DESTDIR=${STAGING_DIR}' \
'INTERNALINCLUDEDIR=/target/include/directfb-internal' \
install-internalincludeHEADERS install-includeHEADERS
- install -d ${STAGING_DIR}/share/pkgconfig
- install -m 0644 directfb.pc ${STAGING_DIR}/share/pkgconfig
}
do_install() {
diff --git a/directfb/directfb_0.9.20.oe b/directfb/directfb_0.9.20.oe
index 72391255b3..935be26ae3 100644
--- a/directfb/directfb_0.9.20.oe
+++ b/directfb/directfb_0.9.20.oe
@@ -8,17 +8,17 @@ with hardware graphics acceleration, input device handling and \
abstraction, an integrated windowing system with support for \
translucent windows and multiple display layers on top of the \
Linux framebuffer device."
-FILES_directfb_append=' ${libdir}/directfb-${PV}/systems/*.so \
- ${libdir}/directfb-${PV}/inputdrivers/*.so \
- ${libdir}/directfb-${PV}/interfaces/*/*.so \
- ${datadir}/directfb-${PV}'
+FILES_directfb_append = " ${libdir}/directfb-${PV}/systems/*.so \
+ ${libdir}/directfb-${PV}/inputdrivers/*.so \
+ ${libdir}/directfb-${PV}/interfaces/*/*.so \
+ ${datadir}/directfb-${PV}"
-SRC_URI=http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz;
+SRC_URI = "http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz"
S = "${WORKDIR}/DirectFB-${PV}"
-inherit autotools libtool
+inherit autotools libtool pkgconfig
-EXTRA_OECONF="--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=no --enable-sdl=no"
+EXTRA_OECONF = "--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=no --enable-sdl=no"
do_stage() {
oe_runmake -C src 'libdir=/target/lib' 'includedir=/target/include/directfb' \
@@ -31,8 +31,6 @@ do_stage() {
'DESTDIR=${STAGING_DIR}' \
'INTERNALINCLUDEDIR=/target/include/directfb-internal' \
install-internalincludeHEADERS install-includeHEADERS
- install -d ${STAGING_DIR}/share/pkgconfig
- install -m 0644 directfb.pc ${STAGING_DIR}/share/pkgconfig
}
do_install() {