diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-28 08:49:59 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-30 16:38:45 -0500 |
commit | 527d0c90cc37ca988745578e213fb451fd6a6fe4 (patch) | |
tree | 7e1bd0da1c51035cf74a53ad33099fcadcf36bc5 /meta-emenlow/recipes-graphics/xpsb-glx | |
parent | ac16720e8a1f3b69de822a147f96a8196246b736 (diff) | |
download | meta-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/xpsb-glx')
-rw-r--r-- | meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb | 5 |
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. |
5 | LICENSE = "Intel-binary-only" | 5 | LICENSE = "Intel-binary-only" |
6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8" | 6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8" |
7 | PR = "r8" | 7 | PR = "r9" |
8 | 8 | ||
9 | inherit autotools | 9 | inherit autotools |
10 | 10 | ||
@@ -38,7 +38,8 @@ EXTRA_OEMAKE = "linux-dri-x86" | |||
38 | 38 | ||
39 | DEPENDS += "libxfixes libxdamage libdrm-poulsbo libxxf86vm dri2proto libxmu libxi glproto makedepend-native" | 39 | DEPENDS += "libxfixes libxdamage libdrm-poulsbo libxxf86vm dri2proto libxmu libxi glproto makedepend-native" |
40 | 40 | ||
41 | FILES_${PN} = "${libdir}/* ${libdir}/xorg/modules/dri/* \ | 41 | FILES_${PN}-dev += "${libdir}/pkgconfig" |
42 | FILES_${PN} += "${libdir}/xorg/modules/dri/* \ | ||
42 | ${libdir}/xorg/modules/drivers/*" | 43 | ${libdir}/xorg/modules/drivers/*" |
43 | 44 | ||
44 | PACKAGES =+ "libglu libglu-dev" | 45 | PACKAGES =+ "libglu libglu-dev" |