This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: Makefile.am: copy cec headers from usr/include
Author:  Hans Verkuil <hans.verk...@cisco.com>
Date:    Sat Aug 11 13:11:05 2018 +0200

When syncing cec headers from a kernel, copy the installed headers,
not the headers from uapi.

This was done for all other headers, just not the cec headers.

Signed-off-by: Hans Verkuil <hans.verk...@cisco.com>

 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=08e4d723e05da954f688c79e72091b614e6bc1ed
diff --git a/Makefile.am b/Makefile.am
index fc8f2f34615f..042da3748ee7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,12 +43,12 @@ sync-with-kernel:
        cp $(top_srcdir)/include/linux/dvb/frontend.h 
$(top_srcdir)/lib/include/libdvbv5/dvb-frontend.h
        cp -a $(KERNEL_DIR)/usr/include/linux/dvb/dmx.h 
$(top_srcdir)/include/linux/dvb
        cp -a $(KERNEL_DIR)/usr/include/linux/lirc.h $(top_srcdir)/include/linux
+       cp -a $(KERNEL_DIR)/usr/include/linux/cec.h $(top_srcdir)/include/linux
+       cp -a $(KERNEL_DIR)/usr/include/linux/cec-funcs.h 
$(top_srcdir)/include/linux
        cp -a $(KERNEL_DIR)/drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 
$(top_srcdir)/utils/common
        cp -a $(KERNEL_DIR)/drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c 
$(top_srcdir)/utils/common
        cp -a $(KERNEL_DIR)/include/media/tpg/v4l2-tpg* 
$(top_srcdir)/utils/common
        patch -p0 <$(top_srcdir)/utils/common/v4l2-tpg.patch
-       cp -a $(KERNEL_DIR)/include/uapi/linux/cec.h $(top_srcdir)/include/linux
-       cp -a $(KERNEL_DIR)/include/uapi/linux/cec-funcs.h 
$(top_srcdir)/include/linux
 
        $(MAKE) -C utils/keytable $@
        $(MAKE) -C lib/libdvbv5 $@

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to