aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-lib
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-01 17:50:02 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-01 17:50:02 +0100
commit32db19a7a1963a0f294c32eb45af3e642c8e3819 (patch)
tree67bba93c4af3e8e5174f7a137ecac38cb8bfb21f /meta-oe/recipes-graphics/xorg-lib
parent4e23fe26669910f27a5fafb1e6d98c6a35815a0c (diff)
downloadmeta-openembedded-contrib-32db19a7a1963a0f294c32eb45af3e642c8e3819.tar.gz
pixman: really remove it in favour of bbappend
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib')
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb b/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb
deleted file mode 100644
index 258cbf1150..0000000000
--- a/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-require pixman.inc
-
-LICENSE = "MIT & MIT-style & Public Domain"
-LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3\
- file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \
- file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \
- "
-
-PR = "${INC_PR}.0"
-
-SRC_URI = "http://xorg.freedesktop.org/archive/individual/lib/${BPN}-${PV}.tar.gz \
- file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch \
- "
-
-SRC_URI[md5sum] = "a2d0b120509bdccb10aa7f4bec3730e4"
-SRC_URI[sha256sum] = "a5647c7158f103eedff5fba799018f4169f6b26b573ab7685812ebc9a1c5d2e4"
-
-NEON = " --disable-arm-neon "
-NEON_armv7a = " "
-
-IWMMXT = " --disable-arm-iwmmxt "
-
-EXTRA_OECONF += "${NEON} ${IWMMXT} --disable-gtk"