diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-03-01 22:25:07 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-03 08:36:00 +0100 |
commit | 6e3d209d1fa85184e7a6d33e0f00cf9d17a70b58 (patch) | |
tree | 4cc3580b067444257def4d25112210f93bf24a70 /meta-oe/recipes-multimedia/v4l2apps/v4l-utils/mediactl-pkgconfig.patch | |
parent | 95b064c2bbea8899245da20ad02f75f8594b2e18 (diff) | |
download | meta-openembedded-6e3d209d1fa85184e7a6d33e0f00cf9d17a70b58.tar.gz |
v4l-utils: RPROVIDE media-ctl
media-ctl recipe was subsumed into v4l-utils
but there are apps which still have rdeps on media-ctl
Change-Id: I7c24fec3752e80f67730150504b7192ad4fea0c4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/v4l2apps/v4l-utils/mediactl-pkgconfig.patch')
-rw-r--r-- | meta-oe/recipes-multimedia/v4l2apps/v4l-utils/mediactl-pkgconfig.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/mediactl-pkgconfig.patch b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/mediactl-pkgconfig.patch new file mode 100644 index 000000000..34fb3cf23 --- /dev/null +++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/mediactl-pkgconfig.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | Index: v4l-utils-1.6.2/utils/media-ctl/Makefile.am | ||
2 | =================================================================== | ||
3 | --- v4l-utils-1.6.2.orig/utils/media-ctl/Makefile.am | ||
4 | +++ v4l-utils-1.6.2/utils/media-ctl/Makefile.am | ||
5 | @@ -7,6 +7,7 @@ libv4l2subdev_la_LIBADD = libmediactl.la | ||
6 | mediactl_includedir=$(includedir)/mediactl | ||
7 | noinst_HEADERS = mediactl.h v4l2subdev.h | ||
8 | |||
9 | +pkgconfig_DATA = libmediactl.pc | ||
10 | bin_PROGRAMS = media-ctl | ||
11 | media_ctl_SOURCES = media-ctl.c options.c options.h tools.h | ||
12 | media_ctl_LDADD = libmediactl.la libv4l2subdev.la | ||