summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/v4l-utils.in1
-rw-r--r--rules/v4l-utils.make4
2 files changed, 3 insertions, 2 deletions
diff --git a/rules/v4l-utils.in b/rules/v4l-utils.in
index de7cb374b..322adb316 100644
--- a/rules/v4l-utils.in
+++ b/rules/v4l-utils.in
@@ -3,6 +3,7 @@
menuconfig V4L_UTILS
tristate
prompt "v4l-utils "
+ select HOST_GETTEXT
select UDEV if V4L_UTILS_MEDIACTL
select UDEV_LIBUDEV if V4L_UTILS_MEDIACTL
select LIBC_DL if V4L_UTILS_LIBV4L2 || V4L_UTILS_MEDIACTL
diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make
index b5b5891e6..6a43d1152 100644
--- a/rules/v4l-utils.make
+++ b/rules/v4l-utils.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_V4L_UTILS) += v4l-utils
#
# Paths and names
#
-V4L_UTILS_VERSION := 1.20.0
-V4L_UTILS_MD5 := 46f9e2c0b2fdccd009da2f7e1aa87894
+V4L_UTILS_VERSION := 1.22.0
+V4L_UTILS_MD5 := da92142cf56210258ab2afd7e2ca1fb8
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)