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 | |
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>
5 files changed, 1 insertions, 11 deletions
diff --git a/meta-gnome/recipes-gnome/librsvg/librsvg_2.32.1.bbappend b/meta-gnome/recipes-gnome/librsvg/librsvg_2.32.1.bbappend deleted file mode 100644 index daea68c01..000000000 --- a/meta-gnome/recipes-gnome/librsvg/librsvg_2.32.1.bbappend +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | DEPENDS_virtclass-native = "cairo-native pango-native gdk-pixbuf-native" | ||
2 | BBCLASSEXTEND = "native" | ||
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 | ||
diff --git a/meta-oe/recipes-multimedia/libtiff/tiff_4.0.1.bbappend b/meta-oe/recipes-multimedia/libtiff/tiff_4.0.1.bbappend deleted file mode 100644 index d3267ac41..000000000 --- a/meta-oe/recipes-multimedia/libtiff/tiff_4.0.1.bbappend +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-oe/recipes-support/libgpg-error/libgpg-error_1.10.bbappend b/meta-oe/recipes-support/libgpg-error/libgpg-error_1.10.bbappend deleted file mode 100644 index d9172b491..000000000 --- a/meta-oe/recipes-support/libgpg-error/libgpg-error_1.10.bbappend +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | BBCLASSEXTEND = "native" | ||
2 | |||