summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-07-04 11:45:26 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-09 16:58:56 +0100
commit254d225f9c5ed0012c12c924ccf1d199551926a6 (patch)
tree4a2405aa5871f9c21a4afdca6e7cb34ae69f4164
parentda043d0dc1b78e85080fa82a5490de96a3fd4ed2 (diff)
downloadpoky-254d225f9c5ed0012c12c924ccf1d199551926a6.tar.gz
pixman: upgrade to 0.26.2
Also, disable Loongson MMI for now because Pixman's build system will autodetect a Loongson2f architecture revision and the build will fail. (From OE-Core rev: 7dded4da52bc73677583da740620b0c81e594d62) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/xorg-lib/pixman_0.26.2.bb (renamed from meta/recipes-graphics/xorg-lib/pixman_0.25.2.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.25.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.26.2.bb
index acfe727b17..337ac2be43 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.25.2.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.26.2.bb
@@ -15,13 +15,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3 \
15DEPENDS += "zlib libpng" 15DEPENDS += "zlib libpng"
16BBCLASSEXTEND = "native" 16BBCLASSEXTEND = "native"
17 17
18PR = "r1" 18PR = "r0"
19 19
20PE = "1" 20PE = "1"
21 21
22IWMMXT = "--disable-arm-iwmmxt" 22IWMMXT = "--disable-arm-iwmmxt"
23LOONGSON_MMI = "--disable-loongson-mmi"
23 24
24EXTRA_OECONF="--disable-gtk ${IWMMXT}" 25EXTRA_OECONF="--disable-gtk ${IWMMXT} ${LOONGSON_MMI}"
25 26
26SRC_URI[md5sum] = "8d5722f6f61db50034303947a40f5e7b" 27SRC_URI[md5sum] = "6b3e4c5300adb893a2baa9631c23efb2"
27SRC_URI[sha256sum] = "06d83ce5a5f2f8ab3761e88a2de1576b6596bb436190166a242b9d75a68bc1d8" 28SRC_URI[sha256sum] = "193b651c8ba89ecfacb8dc62a34d2bd305245163910cdbdf907e5d5ece92647c"