Make some adjustments to qemu-config and items it depends upon to avoid having a hard depencency on building X11. Note that there is still a dependency chain that builds X11 for core-image-minimal by default (udev->glib-2.0->dbus...) however, at least you can now remove x11 from DISTRO_FEATURES and still be able to build an image for a qemu* machine.
As a side bonus because of the oprofileui-server split qemu-config should not need to be blacklisted for non-GPLv3 builds anymore. The following changes since commit f2316ff39670ed99382411e15ac035550360fbdd: opkg: Ensure we use the uname/gname fields when extracting tarballs (2011-11-14 11:15:36 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/qemu-x11 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/qemu-x11 Paul Eggleton (4): oprofileui: split server to separate recipe to avoid X11 dependency qemu-config: split out anjuta-remote-run distcc: make distccmon-gnome optional and default to off qemu-config: update DESCRIPTION and LICENSE meta/recipes-bsp/qemu-config/qemu-config.bb | 12 +- .../anjuta-remote-run/anjuta-remote-run.bb | 21 ++ .../anjuta-remote-run/COPYING.GPL | 339 ++++++++++++++++++++ .../anjuta-remote-run}/anjuta-remote-run | 0 meta/recipes-devtools/distcc/distcc_2.18.3.bb | 18 +- .../oprofile/oprofileui-server_git.bb | 13 + meta/recipes-kernel/oprofile/oprofileui.inc | 11 +- meta/recipes-kernel/oprofile/oprofileui_git.bb | 12 +- 8 files changed, 398 insertions(+), 28 deletions(-) create mode 100644 meta/recipes-devtools/anjuta-remote-run/anjuta-remote-run.bb create mode 100644 meta/recipes-devtools/anjuta-remote-run/anjuta-remote-run/COPYING.GPL rename meta/{recipes-bsp/qemu-config/qemu-config => recipes-devtools/anjuta-remote-run/anjuta-remote-run}/anjuta-remote-run (100%) create mode 100644 meta/recipes-kernel/oprofile/oprofileui-server_git.bb -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
