Khem Raj 28db5ce99e task-xserver: Remove the recipe in favor of one from meta-oe
meta-oe also has a recipe task-x11-server_1.0.bb
which provides task-xserver as well and they are exactly same
see the diff below. This fixes the duplicate provider problem
when building systemd-gnome-image

-DESCRIPTION = "Task for a GNOME based image"
+DESCRIPTION = "Task for an image with Xserver"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM =
"file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
+PR = "r9"

 inherit task

+# for backwards compatibility
+RPROVIDES_${PN} += "task-xserver"
+
 XSERVER ?= "xserver-xorg \
            xf86-input-evdev \
            xf86-input-mouse \
@@ -17,4 +21,3 @@
 "

 PACKAGE_ARCH = "${MACHINE_ARCH}"
-

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-30 12:17:47 +01:00
2012-01-27 14:10:14 +01:00

This layer depends on:

URI: git://git.openembedded.org/openembedded-core branch: master revision: HEAD

And for testlab.bbclass:

URI: git://git.openembedded.net/meta-openembedded branch: master revision: HEAD

============================== Setup

It is recommended to follow the instruction at http://www.angstrom-distribution.org/building-angstrom

This will set it up for the OpenEmbedded-core layout needed for this layer instead of the old OpenEmbedded-dev layout.

============================== Patches

Send pull requests to angstrom-distro-devel@linuxtogo.org with '[meta-angstrom]' in the subject'

When sending single patches, please use something like 'git send-email -1 --to angstrom-distro-devel@linuxtogo.org --subject-prefix meta-angstrom'

You are encouraged to fork the mirror on github https://github.com/koenkooi/meta-angstrom to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch ' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

Main layer maintainer: Koen Kooi koen@dominion.thruhere.net

Description
No description provided
Readme 2.3 MiB
Languages
BitBake 60.7%
Shell 38.2%
Lua 1.1%