diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-29 13:03:21 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-29 13:03:21 +0000 |
commit | 4fa85ceb0d08112ed4dcdb10b9e54310735cf70a (patch) | |
tree | 72f2d10fe3036ba4b885eea1077f9468115a1d5c | |
parent | 02e60d26770c6c1007f2f63944020d72422654c9 (diff) |
gst-plugins-good: depend on gst-plugins-base (from Poky)
-rw-r--r-- | packages/gstreamer/gst-plugins-good_0.10.5.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/gstreamer/gst-plugins-good_0.10.5.bb b/packages/gstreamer/gst-plugins-good_0.10.5.bb new file mode 100644 index 0000000000..42f6df4d9d --- /dev/null +++ b/packages/gstreamer/gst-plugins-good_0.10.5.bb @@ -0,0 +1,4 @@ +require gst-plugins.inc + +DEPENDS += "gst-plugins-base" +PR = "r2" |