All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] emenlow: do_roofs fix
@ 2011-09-29 19:53 tom.zanussi
  2011-09-29 19:53 ` [PATCH 1/1] xpsb-glx: Move the pkgconfig file(s) to the -dev package tom.zanussi
  0 siblings, 1 reply; 2+ messages in thread
From: tom.zanussi @ 2011-09-29 19:53 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

This patch fixes a do_rootfs failure I saw building emenlow:

| error: Failed dependencies:
|        pkgconfig is needed by xpsb-glx-0.18-r8.core2

It should be pulled into both edison and master.

The following changes since commit 6041dcd0e6dee843437c23a0e76b5e9b12008314:
  Tom Zanussi (1):
        meta-crownbay: remove emgd-1.6

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/xpsb-glx-rootfs-fix
  http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/xpsb-glx-rootfs-fix

Tom Zanussi (1):
  xpsb-glx: Move the pkgconfig file(s) to the -dev package

 .../recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb     |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] xpsb-glx: Move the pkgconfig file(s) to the -dev package
  2011-09-29 19:53 [PATCH 0/1] emenlow: do_roofs fix tom.zanussi
@ 2011-09-29 19:53 ` tom.zanussi
  0 siblings, 0 replies; 2+ messages in thread
From: tom.zanussi @ 2011-09-29 19:53 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

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>
---
 .../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 8fb25d6..f6cee46 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"
 # not Intel proprietary, but it has no obvious license attached to it.
 LICENSE = "Intel-binary-only"
 LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8"
-PR = "r8"
+PR = "r9"
 
 inherit autotools
 
@@ -38,7 +38,8 @@ EXTRA_OEMAKE = "linux-dri-x86"
 
 DEPENDS += "libxfixes libxdamage libdrm-poulsbo libxxf86vm dri2proto libxmu libxi glproto makedepend-native"
 
-FILES_${PN} = "${libdir}/* ${libdir}/xorg/modules/dri/* \
+FILES_${PN}-dev += "${libdir}/pkgconfig"
+FILES_${PN} += "${libdir}/xorg/modules/dri/* \
 	    ${libdir}/xorg/modules/drivers/*"
 
 PACKAGES =+ "libglu libglu-dev"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-29 19:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-29 19:53 [PATCH 0/1] emenlow: do_roofs fix tom.zanussi
2011-09-29 19:53 ` [PATCH 1/1] xpsb-glx: Move the pkgconfig file(s) to the -dev package tom.zanussi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.