diff options
author | Maxin B. John <maxin.john@intel.com> | 2017-02-28 11:41:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-04 23:18:20 +0000 |
commit | a04105305630935b78f501aec154d94a9bae7b0d (patch) | |
tree | 4c406423627c39623096c511d68415ae04d5b591 /meta | |
parent | 47b2cf698be2ed2b49683d501bcb801212bb6b49 (diff) | |
download | poky-a04105305630935b78f501aec154d94a9bae7b0d.tar.gz |
gstreamer1.0-omx_1.2.0: remove recipe
Removing this recipe since we have the latest gstreamer1.0-omx_1.10.4
in place.
(From OE-Core rev: aa06a18d59eb391d1a7ace9daa0681bdf8daf17f)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb deleted file mode 100644 index 3b4580f8a3..0000000000 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require gstreamer1.0-omx.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | ||
4 | file://omx/gstomx.h;beginline=1;endline=21;md5=5c8e1fca32704488e76d2ba9ddfa935f" | ||
5 | |||
6 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-omx/gst-omx-${PV}.tar.xz" | ||
7 | |||
8 | SRC_URI[md5sum] = "d24e8c0153c35dfefee3e26b1c2c35f8" | ||
9 | SRC_URI[sha256sum] = "0b4874961e6488ad9e5808114bd486ea981c540907262caab1419355fd82d745" | ||
10 | |||
11 | S = "${WORKDIR}/gst-omx-${PV}" | ||