From 803427eedbf62d58bd250d577f2c0afb5b68383d Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 5 Aug 2006 14:01:52 +0000 Subject: packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks! Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included. --- packages/gstreamer/gst-plugins-bad_0.10.1.bb | 2 +- packages/gstreamer/gst-plugins-base_0.10.5.bb | 2 +- packages/gstreamer/gst-plugins-base_0.10.6.bb | 2 +- packages/gstreamer/gst-plugins-base_0.10.7.bb | 2 +- packages/gstreamer/gst-plugins-good_0.10.2.bb | 2 +- packages/gstreamer/gst-plugins-ugly_0.10.2.bb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'packages/gstreamer') diff --git a/packages/gstreamer/gst-plugins-bad_0.10.1.bb b/packages/gstreamer/gst-plugins-bad_0.10.1.bb index 182ed9349f..7c548acf7d 100644 --- a/packages/gstreamer/gst-plugins-bad_0.10.1.bb +++ b/packages/gstreamer/gst-plugins-bad_0.10.1.bb @@ -1,2 +1,2 @@ -include gst-plugins.inc +require gst-plugins.inc DEPENDS += "gst-plugins-base" diff --git a/packages/gstreamer/gst-plugins-base_0.10.5.bb b/packages/gstreamer/gst-plugins-base_0.10.5.bb index 655f2c1d66..34b5504551 100644 --- a/packages/gstreamer/gst-plugins-base_0.10.5.bb +++ b/packages/gstreamer/gst-plugins-base_0.10.5.bb @@ -1 +1 @@ -include gst-plugins.inc +require gst-plugins.inc diff --git a/packages/gstreamer/gst-plugins-base_0.10.6.bb b/packages/gstreamer/gst-plugins-base_0.10.6.bb index 5d5108788b..48e24bf756 100644 --- a/packages/gstreamer/gst-plugins-base_0.10.6.bb +++ b/packages/gstreamer/gst-plugins-base_0.10.6.bb @@ -1,2 +1,2 @@ -include gst-plugins.inc +require gst-plugins.inc PROVIDES_${PN} += "gst-plugins" diff --git a/packages/gstreamer/gst-plugins-base_0.10.7.bb b/packages/gstreamer/gst-plugins-base_0.10.7.bb index 5d5108788b..48e24bf756 100644 --- a/packages/gstreamer/gst-plugins-base_0.10.7.bb +++ b/packages/gstreamer/gst-plugins-base_0.10.7.bb @@ -1,2 +1,2 @@ -include gst-plugins.inc +require gst-plugins.inc PROVIDES_${PN} += "gst-plugins" diff --git a/packages/gstreamer/gst-plugins-good_0.10.2.bb b/packages/gstreamer/gst-plugins-good_0.10.2.bb index 182ed9349f..7c548acf7d 100644 --- a/packages/gstreamer/gst-plugins-good_0.10.2.bb +++ b/packages/gstreamer/gst-plugins-good_0.10.2.bb @@ -1,2 +1,2 @@ -include gst-plugins.inc +require gst-plugins.inc DEPENDS += "gst-plugins-base" diff --git a/packages/gstreamer/gst-plugins-ugly_0.10.2.bb b/packages/gstreamer/gst-plugins-ugly_0.10.2.bb index 182ed9349f..7c548acf7d 100644 --- a/packages/gstreamer/gst-plugins-ugly_0.10.2.bb +++ b/packages/gstreamer/gst-plugins-ugly_0.10.2.bb @@ -1,2 +1,2 @@ -include gst-plugins.inc +require gst-plugins.inc DEPENDS += "gst-plugins-base" -- cgit v1.2.3