diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-06 08:28:20 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-06 08:28:20 +0100 |
commit | 7380be72ef261fea9648a9a396c5b2b3d6d8c59d (patch) | |
tree | 42b3b3d5f51be3c46a1620e35b2b812ca6590828 | |
parent | 6f1647aa9079471a2062166660ab9fb6b074817e (diff) | |
download | meta-openembedded-7380be72ef261fea9648a9a396c5b2b3d6d8c59d.tar.gz |
pixman 0.21.2: add license checksums
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | recipes-graphics/xorg-lib/pixman_0.21.2.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-lib/pixman_0.21.2.bb b/recipes-graphics/xorg-lib/pixman_0.21.2.bb index 19394d635b..ad1697f371 100644 --- a/recipes-graphics/xorg-lib/pixman_0.21.2.bb +++ b/recipes-graphics/xorg-lib/pixman_0.21.2.bb | |||
@@ -3,7 +3,13 @@ require pixman.inc | |||
3 | SRC_URI[archive.md5sum] = "9e09fd6e58cbf9717140891e0b7d4a7a" | 3 | SRC_URI[archive.md5sum] = "9e09fd6e58cbf9717140891e0b7d4a7a" |
4 | SRC_URI[archive.sha256sum] = "295f51416caf307ff7caf1153ee9b1d86b9f7f02a7876d12db6538d80451c5de" | 4 | SRC_URI[archive.sha256sum] = "295f51416caf307ff7caf1153ee9b1d86b9f7f02a7876d12db6538d80451c5de" |
5 | 5 | ||
6 | PR = "${INC_PR}.1" | 6 | LICENSE = "MIT & MIT-style & Public Domain" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e9d61bf6d32b58021e0eb0d41f223b6f \ | ||
8 | file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \ | ||
9 | file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \ | ||
10 | file://pixman/pixman-x64-mmx-emulation.h;beginline=4;endline=9;md5=4e32716f2efaa6c4659222667c339bb8" | ||
11 | |||
12 | PR = "${INC_PR}.2" | ||
7 | 13 | ||
8 | SRC_URI += "\ | 14 | SRC_URI += "\ |
9 | file://0002-Fix-argument-quoting-for-AC_INIT.patch \ | 15 | file://0002-Fix-argument-quoting-for-AC_INIT.patch \ |