mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
monkey: add a valid upstream check uri and regex
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
80eb096768
commit
e6dd00359b
@@ -17,6 +17,9 @@ SRC_URI = "http://monkey-project.com/releases/1.5/monkey-${PV}.tar.gz \
|
||||
SRC_URI[md5sum] = "9699e4c9ea6ce6b989907c252ae80254"
|
||||
SRC_URI[sha256sum] = "7c3d845306aa74ee6effd7ab6169d16ac4e6450e564954d0d0baa2d1e9be1a22"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/monkey/monkey/releases"
|
||||
UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+).tar.gz"
|
||||
|
||||
EXTRA_OECONF = "--plugdir=${libdir}/monkey/ \
|
||||
--logdir=${localstatedir}/log/monkey/ \
|
||||
--pidfile=${localstatedir}/run/monkey.pid \
|
||||
|
||||
Reference in New Issue
Block a user