diff options
-rw-r--r-- | meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb index a5a5605dae..4f8e4d4282 100644 --- a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb +++ b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb | |||
@@ -8,6 +8,8 @@ SRC_URI = "git://github.com/sctplab/usrsctp;protocol=https;branch=master \ | |||
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
11 | UPSTREAM_CHECK_COMMITS = "1" | ||
12 | |||
11 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
12 | 14 | ||
13 | DEPENDS += "openssl" | 15 | DEPENDS += "openssl" |