All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-intel: emgd package reorder fix
@ 2012-07-20 17:02 tom.zanussi
  2012-07-20 17:02 ` [PATCH 1/1] emgd-driver-bin: remove FILES_${PN}-dev addition tom.zanussi
  0 siblings, 1 reply; 2+ messages in thread
From: tom.zanussi @ 2012-07-20 17:02 UTC (permalink / raw)
  To: yocto

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

The recent package reorder changes broke emgd - this patch fixes
that and gets crownbay et al graphics working again.

The following changes since commit 41d385015243dc02f8eea96a3ec3198dae7d2d27:
  Khem Raj (1):
        va-intel.bb: Add compatible host x86/x86_64

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/emgd-package-reorder-fix
  http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/emgd-package-reorder-fix

Tom Zanussi (1):
  emgd-driver-bin: remove FILES_${PN}-dev addition

 .../xorg-xserver/emgd-driver-bin_1.10.bb           |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)



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

* [PATCH 1/1] emgd-driver-bin: remove FILES_${PN}-dev addition
  2012-07-20 17:02 [PATCH 0/1] meta-intel: emgd package reorder fix tom.zanussi
@ 2012-07-20 17:02 ` tom.zanussi
  0 siblings, 0 replies; 2+ messages in thread
From: tom.zanussi @ 2012-07-20 17:02 UTC (permalink / raw)
  To: yocto

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

The package reordering patches exposed a problem in that the files
specified in the FILES_${PN}-dev shouldn't really be put in the -dev
package in the first place - this removes them.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 .../xorg-xserver/emgd-driver-bin_1.10.bb           |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.10.bb b/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.10.bb
index 53a43cd..5779e5d 100644
--- a/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.10.bb
+++ b/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.10.bb
@@ -7,7 +7,7 @@ to LICENSE_FLAGS_WHITELIST += \"License_emgd-driver-bin_1.10\" to your \
 local.conf in order to enable it in a build."
 LICENSE = "Intel-binary-only"
 LICENSE_FLAGS = "license_${PN}_${PV}"
-PR = "r0"
+PR = "r1"
 
 EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License"
 EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2"
@@ -26,7 +26,6 @@ SRC_URI[sha256sum] = "acea5f0f93a31553553428623c007d7ed0c604cf715fd87dfe075751da
 INSANE_SKIP_${PN} = "ldflags"
 
 FILES_${PN} += "${libdir}/dri ${libdir}/gstreamer-0.10 ${libdir}/xorg/modules/drivers"
-FILES_${PN}-dev += "${libdir}/dri ${libdir}/xorg/modules/drivers"
 FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug"
 
 S = "${WORKDIR}/${EMGD_RPM_DIR}"
-- 
1.7.0.4



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

end of thread, other threads:[~2012-07-20 17:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20 17:02 [PATCH 0/1] meta-intel: emgd package reorder fix tom.zanussi
2012-07-20 17:02 ` [PATCH 1/1] emgd-driver-bin: remove FILES_${PN}-dev addition 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.