pixman: really remove it in favour of bbappend
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 1 Dec 2011 16:50:02 +0000 (17:50 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:17:01 +0000 (08:17 -0800)
(From meta-openembedded rev: 32db19a7a1963a0f294c32eb45af3e642c8e3819)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb [deleted file]

diff --git a/meta-openembedded/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb b/meta-openembedded/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb
deleted file mode 100644 (file)
index 258cbf1..0000000
+++ /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"