mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] v4l-utils: version bump 1.10.0 -> 1.12.2
Date: Wed, 8 Feb 2017 16:56:19 +0100	[thread overview]
Message-ID: <20170208155619.gbdqf5ch4is3r7y3@pengutronix.de> (raw)
In-Reply-To: <20170131151651.16014-1-p.zabel@pengutronix.de>

On Tue, Jan 31, 2017 at 04:16:51PM +0100, Philipp Zabel wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

Thanks, applied,

Michael

> ---
>  rules/v4l-utils.in   | 16 +++++++++++++---
>  rules/v4l-utils.make | 19 +++++++++++++++----
>  2 files changed, 28 insertions(+), 7 deletions(-)
> 
> diff --git a/rules/v4l-utils.in b/rules/v4l-utils.in
> index 04347905c..b29a3c2b9 100644
> --- a/rules/v4l-utils.in
> +++ b/rules/v4l-utils.in
> @@ -3,8 +3,8 @@
>  menuconfig V4L_UTILS
>  	tristate
>  	prompt "v4l-utils                     "
> -	select UDEV		if V4L_UTILS_MEDIACTL
> -	select UDEV_LIBUDEV	if V4L_UTILS_MEDIACTL
> +	select UDEV
> +	select UDEV_LIBUDEV
>  	select LIBC_DL		if V4L_UTILS_LIBV4L2 || V4L_UTILS_MEDIACTL
>  	select LIBC_RT		if V4L_UTILS_LIBV4LCONVERT || V4L_UTILS_MEDIACTL
>  	select LIBC_M		if V4L_UTILS_LIBV4LCONVERT
> @@ -49,6 +49,16 @@ config V4L_UTILS_V4L2CTL
>  	select V4L_UTILS_LIBV4L2
>  	prompt "install v4l-ctl"
>  
> -endif
> +config V4L_UTILS_CECCTL
> +	bool
> +	prompt "install cec-ctl"
> +
> +config V4L_UTILS_CECCOMPLIANCE
> +	bool
> +	prompt "install cec-compliance"
>  
> +config V4L_UTILS_CECFOLLOWER"
> +	bool
> +	prompt "install cec-follower"
>  
> +endif
> diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make
> index 4580a6ee9..5c94fdd01 100644
> --- a/rules/v4l-utils.make
> +++ b/rules/v4l-utils.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_V4L_UTILS) += v4l-utils
>  #
>  # Paths and names
>  #
> -V4L_UTILS_VERSION	:= 1.10.0
> -V4L_UTILS_MD5		:= 945a38979138997e805828a4a53e53ec
> +V4L_UTILS_VERSION	:= 1.12.2
> +V4L_UTILS_MD5		:= 13a3fde0f30bca32bc4e55fb371174ba
>  V4L_UTILS		:= v4l-utils-$(V4L_UTILS_VERSION)
>  V4L_UTILS_SUFFIX	:= tar.bz2
>  V4L_UTILS_URL		:= http://linuxtv.org/downloads/v4l-utils/$(V4L_UTILS).$(V4L_UTILS_SUFFIX)
> @@ -38,8 +38,7 @@ V4L_UTILS_CONF_OPT	:= \
>  	--enable-libv4l \
>  	--enable-v4l-utils \
>  	--disable-qv4l2 \
> -	--$(call ptx/wwo, PTXCONF_V4L_UTILS_LIBV4LCONVERT)-jpeg \
> -	--$(call ptx/wwo, PTXCONF_V4L_UTILS_MEDIACTL)-libudev
> +	--$(call ptx/wwo, PTXCONF_V4L_UTILS_LIBV4LCONVERT)-jpeg
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install
> @@ -82,6 +81,18 @@ ifdef PTXCONF_V4L_UTILS_V4L2CTL
>  	@$(call install_copy, v4l-utils, 0, 0, 0755, -, /usr/bin/v4l2-ctl)
>  endif
>  
> +ifdef PTXCONF_V4L_UTILS_CECCTL
> +	@$(call install_copy, v4l-utils, 0, 0, 0755, -, /usr/bin/cec-ctl)
> +endif
> +
> +ifdef PTXCONF_V4L_UTILS_CECCOMPLIANCE
> +	@$(call install_copy, v4l-utils, 0, 0, 0755, -, /usr/bin/cec-compliance)
> +endif
> +
> +ifdef PTXCONF_V4L_UTILS_CECFOLLOWER
> +	@$(call install_copy, v4l-utils, 0, 0, 0755, -, /usr/bin/cec-follower)
> +endif
> +
>  	@$(call install_finish, v4l-utils)
>  
>  	@$(call touch)
> -- 
> 2.11.0
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

      reply	other threads:[~2017-02-08 15:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-31 15:16 Philipp Zabel
2017-02-08 15:56 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170208155619.gbdqf5ch4is3r7y3@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox