[oe-issues] [Bug 2360] New: more granularity for xserver-xorg package
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Tue May 22 13:35:55 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2360
Summary: more granularity for xserver-xorg package
Product: Openembedded
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: antti.andreimann at mail.ee
QAContact: tinderbox-oe at gmx.net
current xserver-xorg package includes xorgconfig (about 300kb on i386) and
multimedia drivers which are not needed for many installations.
It would be nice to split them to separate packages.
I suggest adding the following lines to
packages/xorg-xserver/xorg-xserver-common.inc
PACKAGES =+ "${PN}-multimedia ${PN}-configtools"
FILES_${PN}-multimedia = "${libdir}/xorg/modules/multimedia/*.so"
FILES_${PN}-configtools = "${bindir}/xorgconfig ${bindir}/xorgcfg"
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list