summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-07-15 03:28:19 +0300
committerDevaev Maxim <[email protected]>2019-07-15 03:28:19 +0300
commit7b98777ed0deefe2055b201fb1e8d6ecb79a7d23 (patch)
tree6de28d6297593dc055d4ad8c96c49225c3f13aed /Makefile
parent46e4f89b566697d0f5f25f4524fd1aa455a018d3 (diff)
USTREAMER_MIN_VERSION
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 13123cf8..56e44d5e 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,7 @@ TESTENV_HID ?= /dev/ttyS10
TESTENV_VIDEO ?= /dev/video0
TESTENV_LOOP ?= /dev/loop7
-USTREAMER_VERSION = $(shell curl --silent "https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=ustreamer" \
- | grep "^pkgver=" \
- | grep -Po "\d+\.\d+[^\"']*")
+USTREAMER_MIN_VERSION ?= 1.1
# =====
@@ -36,7 +34,7 @@ testenv:
$(if $(NC),--no-cache,) \
--rm \
--tag $(TESTENV_IMAGE) \
- --build-arg USTREAMER_VERSION=$(USTREAMER_VERSION) \
+ --build-arg USTREAMER_MIN_VERSION=$(USTREAMER_MIN_VERSION) \
-f testenv/Dockerfile .