diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2012-07-20 11:29:23 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-07-20 11:29:23 -0500 |
| commit | 961f835e4f5dd2d02b34b7fce13316ec7b0bf1c4 (patch) | |
| tree | b533ba981587a4d5de2426c547e61d94af857a4b | |
| parent | 41d385015243dc02f8eea96a3ec3198dae7d2d27 (diff) | |
| download | meta-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>
| -rw-r--r-- | common/recipes-graphics/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 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 \ | |||
| 7 | local.conf in order to enable it in a build." | 7 | local.conf in order to enable it in a build." |
| 8 | LICENSE = "Intel-binary-only" | 8 | LICENSE = "Intel-binary-only" |
| 9 | LICENSE_FLAGS = "license_${PN}_${PV}" | 9 | LICENSE_FLAGS = "license_${PN}_${PV}" |
| 10 | PR = "r0" | 10 | PR = "r1" |
| 11 | 11 | ||
| 12 | EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License" | 12 | EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License" |
| 13 | EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2" | 13 | EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2" |
| @@ -26,7 +26,6 @@ SRC_URI[sha256sum] = "acea5f0f93a31553553428623c007d7ed0c604cf715fd87dfe075751da | |||
| 26 | INSANE_SKIP_${PN} = "ldflags" | 26 | INSANE_SKIP_${PN} = "ldflags" |
| 27 | 27 | ||
| 28 | FILES_${PN} += "${libdir}/dri ${libdir}/gstreamer-0.10 ${libdir}/xorg/modules/drivers" | 28 | FILES_${PN} += "${libdir}/dri ${libdir}/gstreamer-0.10 ${libdir}/xorg/modules/drivers" |
| 29 | FILES_${PN}-dev += "${libdir}/dri ${libdir}/xorg/modules/drivers" | ||
| 30 | FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug" | 29 | FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug" |
| 31 | 30 | ||
| 32 | S = "${WORKDIR}/${EMGD_RPM_DIR}" | 31 | S = "${WORKDIR}/${EMGD_RPM_DIR}" |
