diff options
| -rw-r--r-- | meta-oe/recipes-support/iksemel/iksemel_1.5.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/iksemel/iksemel_1.5.bb b/meta-oe/recipes-support/iksemel/iksemel_1.5.bb index 017e7d26a6..b27c2b2e8a 100644 --- a/meta-oe/recipes-support/iksemel/iksemel_1.5.bb +++ b/meta-oe/recipes-support/iksemel/iksemel_1.5.bb | |||
| @@ -11,6 +11,9 @@ SRC_URI = "git://github.com/meduketto/iksemel.git;protocol=https;branch=master \ | |||
| 11 | file://fix-configure-option-parsing.patch \ | 11 | file://fix-configure-option-parsing.patch \ |
| 12 | file://avoid-obsolete-gnutls-apis.patch" | 12 | file://avoid-obsolete-gnutls-apis.patch" |
| 13 | 13 | ||
| 14 | # The current PV is not a git tag but a README content | ||
| 15 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 16 | |||
| 14 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 15 | 18 | ||
| 16 | inherit autotools pkgconfig lib_package texinfo | 19 | inherit autotools pkgconfig lib_package texinfo |
