diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-11-15 20:53:10 +0000 |
---|---|---|
committer | Justin Patrin <papercrane@gmail.com> | 2006-11-15 20:53:10 +0000 |
commit | f5bf01ca8fa9aea4e25a731189ffd5ac4e9b75f9 (patch) | |
tree | 4256ba664ef58b7fd15e7d03b992cb6967a9c4c6 | |
parent | 116b4efe01d589fa327bdf10aec9afabca0ef763 (diff) |
gst-plugins-base: fix PROVIDES
-rw-r--r-- | packages/gstreamer/gst-plugins-base_0.10.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gstreamer/gst-plugins-base_0.10.7.bb b/packages/gstreamer/gst-plugins-base_0.10.7.bb index 1679ecb1ca..4286a50c61 100644 --- a/packages/gstreamer/gst-plugins-base_0.10.7.bb +++ b/packages/gstreamer/gst-plugins-base_0.10.7.bb @@ -1,5 +1,5 @@ require gst-plugins.inc -PROVIDES_${PN} += "gst-plugins" +PROVIDES += "gst-plugins" do_stage() { autotools_stage_all |