Comments
Patch
@@ -9,19 +9,7 @@ inherit task
# Most of these tasks are arch independant
PACKAGE_ARCH = "all"
-PACKAGES += "task-gnome3-gstreamer task-gnome3-perl task-gnome3-cups task-gnome3-pulseaudio task-gnome3-themes task-gnome3-totem task-gnome3-xserver-base "
-
-DEPENDS_task-gnome3-gstreamer = " \
- gst-plugins-base \
- gst-plugins-good \
- gst-plugins-bad \
- gst-plugins-ugly \
-"
-
-RDEPENDS_task-gnome3-gstreamer = " \
- gst-ffmpeg \
- gst-plugins-base-meta \
-"
+PACKAGES += "task-gnome3-perl task-gnome3-cups task-gnome3-pulseaudio task-gnome3-themes task-gnome3-totem task-gnome3-xserver-base "
RDEPENDS_task-gnome3-perl = " \
perl \
@@ -6,6 +6,9 @@ PR = "r13"
inherit task
+# for backwards compatibility
+RPROVIDES_${PN} += "task-gnome3-gstreamer"
+
DEPENDS_${PN} = " \
gst-plugins-base \
gst-plugins-good \
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> --- recipes-angstrom/tasks/angstrom-task-gnome3.bb | 14 +------------- recipes-angstrom/tasks/task-gnome-gstreamer.bb | 3 +++ 2 files changed, 4 insertions(+), 13 deletions(-)