mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
be8c765c7c
There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
27 lines
921 B
Diff
27 lines
921 B
Diff
From f7109d6b2fcb291824d795071c04a492d9fbc45b Mon Sep 17 00:00:00 2001
|
|
From: Khem Raj <raj.khem@gmail.com>
|
|
Date: Sun, 1 Mar 2015 22:25:07 +0000
|
|
Subject: [PATCH] %% original patch: export-mediactl-headers.patch
|
|
|
|
---
|
|
Upstream-Status: Pending
|
|
|
|
utils/media-ctl/Makefile.am | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/utils/media-ctl/Makefile.am b/utils/media-ctl/Makefile.am
|
|
index ff7b417..6ce656f 100644
|
|
--- a/utils/media-ctl/Makefile.am
|
|
+++ b/utils/media-ctl/Makefile.am
|
|
@@ -17,8 +17,8 @@ CLEANFILES = $(BUILT_SOURCES)
|
|
nodist_libv4l2subdev_la_SOURCES = $(BUILT_SOURCES)
|
|
libv4l2subdev_la_SOURCES = libv4l2subdev.c
|
|
libv4l2subdev_la_LIBADD = libmediactl.la
|
|
-mediactl_includedir=$(includedir)/mediactl
|
|
-noinst_HEADERS = mediactl.h v4l2subdev.h
|
|
+otherincludedir = $(includedir)/mediactl
|
|
+otherinclude_HEADERS = mediactl.h v4l2subdev.h
|
|
|
|
pkgconfig_DATA = libmediactl.pc
|
|
bin_PROGRAMS = media-ctl
|