diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-17 20:46:31 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-17 21:33:26 +0100 |
commit | e04b826e9b24dbe3b9332da8da9b9310f5125dc4 (patch) | |
tree | 71a0d96568fc9317a1abcf7340678cb9cfba8f35 /recipes/gstreamer/gst-rtsp_0.10.4.bb | |
parent | d695f337bdaa0e297ad89c6fdd99edf97bc270db (diff) |
gstreamer: updates
* switch to new-style staging
* add support for new-style checksums
* move plugins to newer versions, so plugins moved (e.g. ivorbis)
* fixup gstconfig header parsing
Diffstat (limited to 'recipes/gstreamer/gst-rtsp_0.10.4.bb')
-rw-r--r-- | recipes/gstreamer/gst-rtsp_0.10.4.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/gstreamer/gst-rtsp_0.10.4.bb b/recipes/gstreamer/gst-rtsp_0.10.4.bb index 11c57aa71f..ac7565bd9b 100644 --- a/recipes/gstreamer/gst-rtsp_0.10.4.bb +++ b/recipes/gstreamer/gst-rtsp_0.10.4.bb @@ -5,8 +5,7 @@ DEPENDS = "gst-plugins-base gstreamer" SRC_URI = "http://people.freedesktop.org/~wtay/gst-rtsp-${PV}.tar.bz2" -inherit autotools_stage +inherit autotools -AUTOTOOLS_STAGE_PKGCONFIG = "1" |