]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgudev: fix upstream check
authorMaxin B. John <maxin.john@intel.com>
Thu, 19 May 2016 13:43:08 +0000 (16:43 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2016 21:31:34 +0000 (22:31 +0100)
Provide UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to fix upstream
check.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/libgudev/libgudev_230.bb

index 6a105023b9ac26bc6cce2e69829e25214a1ce776..f9e1d23a2dcd27341d219b8dd0ca3cf3f704e1fb 100644 (file)
@@ -12,3 +12,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
 inherit gnomebase gobject-introspection
 
+UPSTREAM_CHECK_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgudev/"
+UPSTREAM_CHECK_REGEX = "(?P<pver>(\d+))"