Signed-off-by: Karthik Ramanan <[email protected]>
---
 ...gure.ac-also-check-for-libavcodec-library.patch | 28 ----------------------
 .../omapdrmtest/omapdrmtest_1.0.0.bb               |  5 ++--
 2 files changed, 2 insertions(+), 31 deletions(-)
 delete mode 100644 
meta-arago-extras/recipes-graphics/omapdrmtest/files/0001-configure.ac-also-check-for-libavcodec-library.patch

diff --git 
a/meta-arago-extras/recipes-graphics/omapdrmtest/files/0001-configure.ac-also-check-for-libavcodec-library.patch
 
b/meta-arago-extras/recipes-graphics/omapdrmtest/files/0001-configure.ac-also-check-for-libavcodec-library.patch
deleted file mode 100644
index 5b7d3f4..0000000
--- 
a/meta-arago-extras/recipes-graphics/omapdrmtest/files/0001-configure.ac-also-check-for-libavcodec-library.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From e74fe2b030a841387e026cb7d37e8fb0c411075f Mon Sep 17 00:00:00 2001
-From: Denys Dmytriyenko <[email protected]>
-Date: Wed, 16 Nov 2016 19:52:36 -0500
-Subject: [PATCH] configure.ac: also check for libavcodec library
-
-Required for av_bitstream_filter_close and such.
-
-Signed-off-by: Denys Dmytriyenko <[email protected]>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 31762f5..649c97a 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -75,7 +75,7 @@ fi
- AM_CONDITIONAL(ENABLE_WAYLAND, [test "x$HAVE_WAYLAND" = xyes])
- 
- # Check for libdce and libav..
--PKG_CHECK_MODULES(DCE, libdce libavformat libavutil, [HAVE_DCE=yes], 
[HAVE_DCE=no])
-+PKG_CHECK_MODULES(DCE, libdce libavformat libavcodec libavutil, 
[HAVE_DCE=yes], [HAVE_DCE=no])
- if test "x$HAVE_DCE" = "xyes"; then
-       AC_DEFINE(HAVE_DCE, 1, [Have DCE support])
-       AC_MSG_NOTICE([Detected libdce and libavformat, building video codec 
tests])
--- 
-2.7.4
-
diff --git 
a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb 
b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
index bb787ec..4090061 100644
--- a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
+++ b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
@@ -7,14 +7,13 @@ DEPENDS = "ffmpeg libdce libdrm libgbm ti-sgx-ddk-um wayland"
 
 inherit autotools pkgconfig
 
-PR = "r21"
-SRCREV = "809e72b2c5ebe45bb7ba13bcfe964b1ef69f98f0"
+PR = "r22"
+SRCREV = "116c940c2b06b221c13be28bb79af49233ba462a"
 
 EXTRA_OEMAKE = "CC="${CC}""
 TARGET_CC_ARCH += "${LDFLAGS}"
 
 SRC_URI = "git://git.ti.com/glsdk/omapdrmtest.git;protocol=git \
-           file://0001-configure.ac-also-check-for-libavcodec-library.patch \
 "
 
 S = "${WORKDIR}/git"
-- 
1.9.1

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to