diff options
-rw-r--r-- | meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb b/meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb index c1b75e6138..7c85697d4f 100644 --- a/meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb | |||
@@ -20,6 +20,9 @@ SRC_URI = "https://github.com/neutrinolabs/${BPN}/releases/download/v${PV}/${BPN | |||
20 | 20 | ||
21 | SRC_URI[sha256sum] = "94017d30e475c6d7a24f651e16791551862ae46f82d8de62385e63393f5f93d0" | 21 | SRC_URI[sha256sum] = "94017d30e475c6d7a24f651e16791551862ae46f82d8de62385e63393f5f93d0" |
22 | 22 | ||
23 | UPSTREAM_CHECK_URI = "https://github.com/neutrinolabs/xrdp/releases" | ||
24 | UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)" | ||
25 | |||
23 | CFLAGS += " -Wno-deprecated-declarations" | 26 | CFLAGS += " -Wno-deprecated-declarations" |
24 | 27 | ||
25 | PACKAGECONFIG ??= "" | 28 | PACKAGECONFIG ??= "" |