summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/xorg-xserver
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-07-20 11:29:23 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-07-20 11:29:23 -0500
commit961f835e4f5dd2d02b34b7fce13316ec7b0bf1c4 (patch)
treeb533ba981587a4d5de2426c547e61d94af857a4b /common/recipes-graphics/xorg-xserver
parent41d385015243dc02f8eea96a3ec3198dae7d2d27 (diff)
downloadmeta-intel-961f835e4f5dd2d02b34b7fce13316ec7b0bf1c4.tar.gz
emgd-driver-bin: remove FILES_${PN}-dev addition
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>
Diffstat (limited to 'common/recipes-graphics/xorg-xserver')
-rw-r--r--common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.10.bb3
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 53a43cde..5779e5d8 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 \
7local.conf in order to enable it in a build." 7local.conf in order to enable it in a build."
8LICENSE = "Intel-binary-only" 8LICENSE = "Intel-binary-only"
9LICENSE_FLAGS = "license_${PN}_${PV}" 9LICENSE_FLAGS = "license_${PN}_${PV}"
10PR = "r0" 10PR = "r1"
11 11
12EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License" 12EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License"
13EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2" 13EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2"
@@ -26,7 +26,6 @@ SRC_URI[sha256sum] = "acea5f0f93a31553553428623c007d7ed0c604cf715fd87dfe075751da
26INSANE_SKIP_${PN} = "ldflags" 26INSANE_SKIP_${PN} = "ldflags"
27 27
28FILES_${PN} += "${libdir}/dri ${libdir}/gstreamer-0.10 ${libdir}/xorg/modules/drivers" 28FILES_${PN} += "${libdir}/dri ${libdir}/gstreamer-0.10 ${libdir}/xorg/modules/drivers"
29FILES_${PN}-dev += "${libdir}/dri ${libdir}/xorg/modules/drivers"
30FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug" 29FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug"
31 30
32S = "${WORKDIR}/${EMGD_RPM_DIR}" 31S = "${WORKDIR}/${EMGD_RPM_DIR}"