summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-graphics
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-09-28 08:49:59 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-09-30 16:38:45 -0500
commit527d0c90cc37ca988745578e213fb451fd6a6fe4 (patch)
tree7e1bd0da1c51035cf74a53ad33099fcadcf36bc5 /meta-emenlow/recipes-graphics
parentac16720e8a1f3b69de822a147f96a8196246b736 (diff)
downloadmeta-intel-527d0c90cc37ca988745578e213fb451fd6a6fe4.tar.gz
xpsb-glx: Move the pkgconfig file(s) to the -dev package
pkgconfig files belong in the -dev package. They automatically add a runtime dependency (when packaging with RPM) for "pkgconfig", which is not desired to be installed with this package. This also fixes another problem in that FILES_{PN} was being assigned instead of being appended and was adding libdir/*, preventing the above from taking effect. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow/recipes-graphics')
-rw-r--r--meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb b/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
index 8fb25d6f..f6cee466 100644
--- a/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
+++ b/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "X11 drivers for Poulsbo (psb) 3D acceleration"
4# not Intel proprietary, but it has no obvious license attached to it. 4# not Intel proprietary, but it has no obvious license attached to it.
5LICENSE = "Intel-binary-only" 5LICENSE = "Intel-binary-only"
6LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8" 6LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8"
7PR = "r8" 7PR = "r9"
8 8
9inherit autotools 9inherit autotools
10 10
@@ -38,7 +38,8 @@ EXTRA_OEMAKE = "linux-dri-x86"
38 38
39DEPENDS += "libxfixes libxdamage libdrm-poulsbo libxxf86vm dri2proto libxmu libxi glproto makedepend-native" 39DEPENDS += "libxfixes libxdamage libdrm-poulsbo libxxf86vm dri2proto libxmu libxi glproto makedepend-native"
40 40
41FILES_${PN} = "${libdir}/* ${libdir}/xorg/modules/dri/* \ 41FILES_${PN}-dev += "${libdir}/pkgconfig"
42FILES_${PN} += "${libdir}/xorg/modules/dri/* \
42 ${libdir}/xorg/modules/drivers/*" 43 ${libdir}/xorg/modules/drivers/*"
43 44
44PACKAGES =+ "libglu libglu-dev" 45PACKAGES =+ "libglu libglu-dev"