diff options
Diffstat (limited to 'meta/recipes-support/libexif/libexif_0.6.24.bb')
-rw-r--r-- | meta/recipes-support/libexif/libexif_0.6.24.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-support/libexif/libexif_0.6.24.bb b/meta/recipes-support/libexif/libexif_0.6.24.bb index 20ba0ef282..367f012f8c 100644 --- a/meta/recipes-support/libexif/libexif_0.6.24.bb +++ b/meta/recipes-support/libexif/libexif_0.6.24.bb | |||
@@ -10,14 +10,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" | |||
10 | def version_underscore(v): | 10 | def version_underscore(v): |
11 | return "_".join(v.split(".")) | 11 | return "_".join(v.split(".")) |
12 | 12 | ||
13 | SRC_URI = "https://github.com/libexif/libexif/releases/download/v${PV}/libexif-${PV}.tar.bz2 \ | 13 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libexif-${PV}.tar.bz2 \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "d47564c433b733d83b6704c70477e0a4067811d184ec565258ac563d8223f6ae" | 16 | SRC_URI[sha256sum] = "d47564c433b733d83b6704c70477e0a4067811d184ec565258ac563d8223f6ae" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://github.com/libexif/libexif/releases/" | 18 | inherit autotools gettext github-releases |
19 | |||
20 | inherit autotools gettext | ||
21 | 19 | ||
22 | EXTRA_OECONF += "--disable-docs" | 20 | EXTRA_OECONF += "--disable-docs" |
23 | 21 | ||