diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-03-21 09:05:26 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-04-26 13:50:24 +0200 |
commit | 37400df21c7b870bbf0b915451b426c5ee993578 (patch) | |
tree | a5684c8b6b63cb9ccd231bb8d330f5fda4f334cd /meta-oe/recipes-graphics | |
parent | 5cee0a2325b26e849590b041edd47607b56c5af3 (diff) | |
download | meta-openembedded-37400df21c7b870bbf0b915451b426c5ee993578.tar.gz |
librsvg, cairo, pixman, tiff, libgpg-error: remove native support, was moved to oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/cairo/cairo_1.10.2.bbappend | 2 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/meta-oe/recipes-graphics/cairo/cairo_1.10.2.bbappend b/meta-oe/recipes-graphics/cairo/cairo_1.10.2.bbappend deleted file mode 100644 index 17350b4af..000000000 --- a/meta-oe/recipes-graphics/cairo/cairo_1.10.2.bbappend +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | BBCLASSEXTEND += "native" | ||
2 | PRINC := "${@int(PRINC) + 1}" | ||
diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend b/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend index 4798eecf3..579d5081e 100644 --- a/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend +++ b/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend | |||
@@ -1,9 +1,6 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" |
2 | 2 | ||
3 | DEPENDS += "perl-native" | 3 | PRINC := "${@int(PRINC) + 9}" |
4 | BBCLASSEXTEND += "native" | ||
5 | |||
6 | PRINC := "${@int(PRINC) + 8}" | ||
7 | 4 | ||
8 | SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch" | 5 | SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch" |
9 | 6 | ||