diff options
| author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2013-11-16 21:23:57 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-20 14:03:32 +0000 |
| commit | c2cbe0f60e6d19ab9a8321be74d636d2c36671a8 (patch) | |
| tree | 2bdb40fa526b09e9a9aa7e08f11afb5fd09d82c7 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.0.bb | |
| parent | 7865ce6d805ba19ea32d2658cae65c9585c84539 (diff) | |
| download | poky-c2cbe0f60e6d19ab9a8321be74d636d2c36671a8.tar.gz | |
gstreamer1.0: upgrade to 1.2.0
starting with this version, the recipes enable Orc acceleration by
default
(From OE-Core rev: 686ee2f13673d48d8c7666d4fa1806e98b037561)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.0.bb')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.0.bb new file mode 100644 index 0000000000..cc4d11bff2 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.0.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | include gstreamer1.0-plugins-base.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \ | ||
| 4 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ | ||
| 5 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ | ||
| 6 | " | ||
| 7 | SRC_URI[md5sum] = "d0f7bb7f6c781be127902bff89b87c5c" | ||
| 8 | SRC_URI[sha256sum] = "8656e20bf4b675e5696fb4af193793351926d428ca02826c5667a6384729a45d" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/gst-plugins-base-${PV}" | ||
