diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-07-04 11:45:26 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-09 16:51:20 +0100 |
commit | 7dded4da52bc73677583da740620b0c81e594d62 (patch) | |
tree | ba30ea885b5f23b7e75ff5b37e8a1ecef6c290a9 /meta/recipes-graphics/xorg-lib | |
parent | aa2c4052ac238231bb54dfce97f0714a868ce455 (diff) | |
download | openembedded-core-7dded4da52bc73677583da740620b0c81e594d62.tar.gz openembedded-core-7dded4da52bc73677583da740620b0c81e594d62.tar.bz2 openembedded-core-7dded4da52bc73677583da740620b0c81e594d62.zip |
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.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-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 \ DEPENDS += "zlib libpng" BBCLASSEXTEND = "native" -PR = "r1" +PR = "r0" PE = "1" IWMMXT = "--disable-arm-iwmmxt" +LOONGSON_MMI = "--disable-loongson-mmi" -EXTRA_OECONF="--disable-gtk ${IWMMXT}" +EXTRA_OECONF="--disable-gtk ${IWMMXT} ${LOONGSON_MMI}" -SRC_URI[md5sum] = "8d5722f6f61db50034303947a40f5e7b" -SRC_URI[sha256sum] = "06d83ce5a5f2f8ab3761e88a2de1576b6596bb436190166a242b9d75a68bc1d8" +SRC_URI[md5sum] = "6b3e4c5300adb893a2baa9631c23efb2" +SRC_URI[sha256sum] = "193b651c8ba89ecfacb8dc62a34d2bd305245163910cdbdf907e5d5ece92647c" |