diff options
Diffstat (limited to 'meta-oe/recipes-graphics/pango/pango_1.29.4.bb')
-rw-r--r-- | meta-oe/recipes-graphics/pango/pango_1.29.4.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/pango/pango_1.29.4.bb b/meta-oe/recipes-graphics/pango/pango_1.29.4.bb index 70f881502..65c402837 100644 --- a/meta-oe/recipes-graphics/pango/pango_1.29.4.bb +++ b/meta-oe/recipes-graphics/pango/pango_1.29.4.bb | |||
@@ -1,9 +1,14 @@ | |||
1 | require pango.inc | 1 | require recipes-graphics/pango/pango.inc |
2 | |||
3 | BBCLASSEXTEND = "native" | ||
4 | DEPENDS_virtclass-native = "glib-2.0-native cairo-native" | ||
2 | 5 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
4 | 7 | ||
5 | SRC_URI[archive.md5sum] = "a5ee785f4f31d6bdd8625a09ea3f8b4b" | 8 | SRC_URI[archive.md5sum] = "a5ee785f4f31d6bdd8625a09ea3f8b4b" |
6 | SRC_URI[archive.sha256sum] = "f15deecaecf1e9dcb7db0e4947d12b5bcff112586434f8d30a5afd750747ff2b" | 9 | SRC_URI[archive.sha256sum] = "f15deecaecf1e9dcb7db0e4947d12b5bcff112586434f8d30a5afd750747ff2b" |
7 | 10 | ||
8 | PR = "${INC_PR}.1" | 11 | SRC_URI += "file://no-tests.patch" |
12 | |||
13 | PR = "r3" | ||
9 | 14 | ||