diff options
-rw-r--r-- | meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb b/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb index f7a98fb61e..0183659077 100644 --- a/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb +++ b/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "http://downloads.sourceforge.net/openobex/${BP}-Source.tar.gz \ | |||
14 | SRC_URI[md5sum] = "157a9d1b2ed220203f7084db906de73c" | 14 | SRC_URI[md5sum] = "157a9d1b2ed220203f7084db906de73c" |
15 | SRC_URI[sha256sum] = "d40fb48e0a0eea997b3e582774b29f793919a625d54b87182e31a3f3d1c989a3" | 15 | SRC_URI[sha256sum] = "d40fb48e0a0eea997b3e582774b29f793919a625d54b87182e31a3f3d1c989a3" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/openobex/files/obexftp/" | ||
18 | UPSTREAM_CHECK_REGEX = "${BPN}/(?P<pver>\d+(\.\d+)+)" | ||
19 | |||
17 | inherit cmake pkgconfig | 20 | inherit cmake pkgconfig |
18 | 21 | ||
19 | OECMAKE_GENERATOR = "Unix Makefiles" | 22 | OECMAKE_GENERATOR = "Unix Makefiles" |