mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
41d3850152
commit
961f835e4f
|
@ -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."
|
local.conf in order to enable it in a build."
|
||||||
LICENSE = "Intel-binary-only"
|
LICENSE = "Intel-binary-only"
|
||||||
LICENSE_FLAGS = "license_${PN}_${PV}"
|
LICENSE_FLAGS = "license_${PN}_${PV}"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License"
|
EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License"
|
||||||
EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2"
|
EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2"
|
||||||
|
@ -26,7 +26,6 @@ SRC_URI[sha256sum] = "acea5f0f93a31553553428623c007d7ed0c604cf715fd87dfe075751da
|
||||||
INSANE_SKIP_${PN} = "ldflags"
|
INSANE_SKIP_${PN} = "ldflags"
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/dri ${libdir}/gstreamer-0.10 ${libdir}/xorg/modules/drivers"
|
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"
|
FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug"
|
||||||
|
|
||||||
S = "${WORKDIR}/${EMGD_RPM_DIR}"
|
S = "${WORKDIR}/${EMGD_RPM_DIR}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user