diff options
-rw-r--r-- | meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb (renamed from meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb index a2d6cc61ed..eb58d8f88b 100644 --- a/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | SUMMARY = "A font editor" | 1 | SUMMARY = "A font editor" |
2 | HOMEPAGE = "http://fontforge.github.io/en-US/" | 2 | HOMEPAGE = "http://fontforge.github.io/en-US/" |
3 | LICENSE = "GPLv3" | 3 | LICENSE = "BSD-3-Clause & GPLv3" |
4 | LIC_FILES_CHKSUM = " \ | 4 | LIC_FILES_CHKSUM = " \ |
5 | file://COPYING.gplv3;md5=d32239bcb673463ab874e80d47fae504 \ | 5 | file://COPYING.gplv3;md5=d32239bcb673463ab874e80d47fae504 \ |
6 | file://LICENSE;md5=71d636ba7678baa1573e1b531041386e \ | 6 | file://LICENSE;md5=3f922b42ed0033fa0fd4cd3268f6429c \ |
7 | " | 7 | " |
8 | 8 | ||
9 | inherit autotools pkgconfig pythonnative distro_features_check | 9 | inherit autotools pkgconfig pythonnative distro_features_check |
@@ -12,9 +12,10 @@ DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool" | |||
12 | DEPENDS_append_class-target = " libxi" | 12 | DEPENDS_append_class-target = " libxi" |
13 | REQUIRED_DISTRO_FEATURES_append_class-target = " x11" | 13 | REQUIRED_DISTRO_FEATURES_append_class-target = " x11" |
14 | 14 | ||
15 | SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz" | 15 | SRC_URI = "git://github.com/${BPN}/${BPN}.git" |
16 | SRC_URI[md5sum] = "0d6f5112c4e5689087339a94aceadf77" | 16 | # tag 20150824 |
17 | SRC_URI[sha256sum] = "9c90c640023463c0b2b97b87575a014fcf44f688c3763f4cd136d3c267092106" | 17 | SRCREV = "07d5ccff2704f8a56f1b3cc6695a4e31f85f88e6" |
18 | S = "${WORKDIR}/git" | ||
18 | 19 | ||
19 | EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disable-python-scripting" | 20 | EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disable-python-scripting" |
20 | 21 | ||