Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/4] Move some .bbappends with just native BBCLASSEXTENDs to oe-core
@ 2012-03-21 21:48 Martin Jansa
  2012-03-21 21:48 ` [meta-oe][PATCH 1/4] gtk+: drop bbappend for gtk+-native, moved " Martin Jansa
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Martin Jansa @ 2012-03-21 21:48 UTC (permalink / raw)
  To: openembedded-devel

This patchset depends on
[oe-core][PATCH 00/13] Merge native BBCLASSEXTENDs and SDK, PACKAGECONFIG fix

The following changes since commit 986de01251408605161e0f8343866a0e7ffe7910:

  qmake2: remove (2012-03-21 13:50:44 +0100)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/pull
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/pull

Martin Jansa (4):
  gtk+: drop bbappend for gtk+-native, moved to oe-core
  librsvg, cairo, pixman, tiff, libgpg-error: remove native support,
    was moved to oe-core
  libusb*: remove native support, was moved to oe-core
  pango: native support and --disable-introspection moved to oe-core
    pango.inc

 meta-gnome/recipes-gnome/gtk+/gtk+_2.24.8.bbappend |    3 ---
 .../recipes-gnome/librsvg/librsvg_2.32.1.bbappend  |    2 --
 .../recipes-graphics/cairo/cairo_1.10.2.bbappend   |    2 --
 meta-oe/recipes-graphics/pango/pango_1.29.4.bb     |    5 -----
 .../xorg-lib/pixman_0.25.2.bbappend                |    5 +----
 .../recipes-multimedia/libtiff/tiff_4.0.1.bbappend |    1 -
 .../libgpg-error/libgpg-error_1.10.bbappend        |    2 --
 .../libusb/libusb-compat_0.1.3.bbappend            |    6 ------
 .../recipes-support/libusb/libusb1_1.0.8.bbappend  |    1 -
 9 files changed, 1 insertions(+), 26 deletions(-)
 delete mode 100644 meta-gnome/recipes-gnome/gtk+/gtk+_2.24.8.bbappend
 delete mode 100644 meta-gnome/recipes-gnome/librsvg/librsvg_2.32.1.bbappend
 delete mode 100644 meta-oe/recipes-graphics/cairo/cairo_1.10.2.bbappend
 delete mode 100644 meta-oe/recipes-multimedia/libtiff/tiff_4.0.1.bbappend
 delete mode 100644 meta-oe/recipes-support/libgpg-error/libgpg-error_1.10.bbappend
 delete mode 100644 meta-oe/recipes-support/libusb/libusb-compat_0.1.3.bbappend
 delete mode 100644 meta-oe/recipes-support/libusb/libusb1_1.0.8.bbappend

-- 
1.7.8.5




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [meta-oe][PATCH 1/4] gtk+: drop bbappend for gtk+-native, moved to oe-core
  2012-03-21 21:48 [meta-oe][PATCH 0/4] Move some .bbappends with just native BBCLASSEXTENDs to oe-core Martin Jansa
@ 2012-03-21 21:48 ` Martin Jansa
  2012-03-21 21:49 ` [meta-oe][PATCH 2/4] librsvg, cairo, pixman, tiff, libgpg-error: remove native support, was " Martin Jansa
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2012-03-21 21:48 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-gnome/recipes-gnome/gtk+/gtk+_2.24.8.bbappend |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
 delete mode 100644 meta-gnome/recipes-gnome/gtk+/gtk+_2.24.8.bbappend

diff --git a/meta-gnome/recipes-gnome/gtk+/gtk+_2.24.8.bbappend b/meta-gnome/recipes-gnome/gtk+/gtk+_2.24.8.bbappend
deleted file mode 100644
index 7df58c3..0000000
--- a/meta-gnome/recipes-gnome/gtk+/gtk+_2.24.8.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-BBCLASSEXTEND = "native"
-RRECOMMENDS_${PN}_virtclass-native = ""
-EXTRA_OECONF_virtclass-native += "--disable-introspection"
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-oe][PATCH 2/4] librsvg, cairo, pixman, tiff, libgpg-error: remove native support, was moved to oe-core
  2012-03-21 21:48 [meta-oe][PATCH 0/4] Move some .bbappends with just native BBCLASSEXTENDs to oe-core Martin Jansa
  2012-03-21 21:48 ` [meta-oe][PATCH 1/4] gtk+: drop bbappend for gtk+-native, moved " Martin Jansa
@ 2012-03-21 21:49 ` Martin Jansa
  2012-03-21 21:49 ` [meta-oe][PATCH 3/4] libusb*: " Martin Jansa
  2012-03-21 21:49 ` [meta-oe][PATCH 4/4] pango: native support and --disable-introspection moved to oe-core pango.inc Martin Jansa
  3 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2012-03-21 21:49 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../recipes-gnome/librsvg/librsvg_2.32.1.bbappend  |    2 --
 .../recipes-graphics/cairo/cairo_1.10.2.bbappend   |    2 --
 .../xorg-lib/pixman_0.25.2.bbappend                |    5 +----
 .../recipes-multimedia/libtiff/tiff_4.0.1.bbappend |    1 -
 .../libgpg-error/libgpg-error_1.10.bbappend        |    2 --
 5 files changed, 1 insertions(+), 11 deletions(-)
 delete mode 100644 meta-gnome/recipes-gnome/librsvg/librsvg_2.32.1.bbappend
 delete mode 100644 meta-oe/recipes-graphics/cairo/cairo_1.10.2.bbappend
 delete mode 100644 meta-oe/recipes-multimedia/libtiff/tiff_4.0.1.bbappend
 delete mode 100644 meta-oe/recipes-support/libgpg-error/libgpg-error_1.10.bbappend

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 daea68c..0000000
--- a/meta-gnome/recipes-gnome/librsvg/librsvg_2.32.1.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-DEPENDS_virtclass-native = "cairo-native pango-native gdk-pixbuf-native"
-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 f02e129..0000000
--- a/meta-oe/recipes-graphics/cairo/cairo_1.10.2.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-BBCLASSEXTEND = "native"
-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 ea28422..7ad5db4 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 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
 
-DEPENDS += "perl-native"
-BBCLASSEXTEND = "native"
-
-PRINC = "7"
+PRINC := "${@int(PRINC) + 8}"
 
 SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch"
 
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 d3267ac..0000000
--- a/meta-oe/recipes-multimedia/libtiff/tiff_4.0.1.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-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 d9172b4..0000000
--- a/meta-oe/recipes-support/libgpg-error/libgpg-error_1.10.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-BBCLASSEXTEND = "native"
-
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-oe][PATCH 3/4] libusb*: remove native support, was moved to oe-core
  2012-03-21 21:48 [meta-oe][PATCH 0/4] Move some .bbappends with just native BBCLASSEXTENDs to oe-core Martin Jansa
  2012-03-21 21:48 ` [meta-oe][PATCH 1/4] gtk+: drop bbappend for gtk+-native, moved " Martin Jansa
  2012-03-21 21:49 ` [meta-oe][PATCH 2/4] librsvg, cairo, pixman, tiff, libgpg-error: remove native support, was " Martin Jansa
@ 2012-03-21 21:49 ` Martin Jansa
  2012-03-21 21:49 ` [meta-oe][PATCH 4/4] pango: native support and --disable-introspection moved to oe-core pango.inc Martin Jansa
  3 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2012-03-21 21:49 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../libusb/libusb-compat_0.1.3.bbappend            |    6 ------
 .../recipes-support/libusb/libusb1_1.0.8.bbappend  |    1 -
 2 files changed, 0 insertions(+), 7 deletions(-)
 delete mode 100644 meta-oe/recipes-support/libusb/libusb-compat_0.1.3.bbappend
 delete mode 100644 meta-oe/recipes-support/libusb/libusb1_1.0.8.bbappend

diff --git a/meta-oe/recipes-support/libusb/libusb-compat_0.1.3.bbappend b/meta-oe/recipes-support/libusb/libusb-compat_0.1.3.bbappend
deleted file mode 100644
index 5b50d6b..0000000
--- a/meta-oe/recipes-support/libusb/libusb-compat_0.1.3.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-PROVIDES += "virtual/libusb0"
-PROVIDES_virtclass-native += "virtual/libusb0-native"
-BBCLASSEXTEND = "native nativesdk"
-
-inherit lib_package
-
diff --git a/meta-oe/recipes-support/libusb/libusb1_1.0.8.bbappend b/meta-oe/recipes-support/libusb/libusb1_1.0.8.bbappend
deleted file mode 100644
index 608377e..0000000
--- a/meta-oe/recipes-support/libusb/libusb1_1.0.8.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-BBCLASSEXTEND = "native nativesdk"
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-oe][PATCH 4/4] pango: native support and --disable-introspection moved to oe-core pango.inc
  2012-03-21 21:48 [meta-oe][PATCH 0/4] Move some .bbappends with just native BBCLASSEXTENDs to oe-core Martin Jansa
                   ` (2 preceding siblings ...)
  2012-03-21 21:49 ` [meta-oe][PATCH 3/4] libusb*: " Martin Jansa
@ 2012-03-21 21:49 ` Martin Jansa
  3 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2012-03-21 21:49 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-graphics/pango/pango_1.29.4.bb |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-graphics/pango/pango_1.29.4.bb b/meta-oe/recipes-graphics/pango/pango_1.29.4.bb
index b14430f..ea79a63 100644
--- a/meta-oe/recipes-graphics/pango/pango_1.29.4.bb
+++ b/meta-oe/recipes-graphics/pango/pango_1.29.4.bb
@@ -1,8 +1,5 @@
 require recipes-graphics/pango/pango.inc
 
-BBCLASSEXTEND = "native"
-DEPENDS_virtclass-native = "glib-2.0-native cairo-native"
-
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
 
 SRC_URI[archive.md5sum] = "a5ee785f4f31d6bdd8625a09ea3f8b4b"
@@ -11,5 +8,3 @@ SRC_URI[archive.sha256sum] = "f15deecaecf1e9dcb7db0e4947d12b5bcff112586434f8d30a
 SRC_URI += "file://no-tests.patch"
 
 PR = "r4"
-
-EXTRA_OECONF += "--disable-introspection"
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-21 21:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 21:48 [meta-oe][PATCH 0/4] Move some .bbappends with just native BBCLASSEXTENDs to oe-core Martin Jansa
2012-03-21 21:48 ` [meta-oe][PATCH 1/4] gtk+: drop bbappend for gtk+-native, moved " Martin Jansa
2012-03-21 21:49 ` [meta-oe][PATCH 2/4] librsvg, cairo, pixman, tiff, libgpg-error: remove native support, was " Martin Jansa
2012-03-21 21:49 ` [meta-oe][PATCH 3/4] libusb*: " Martin Jansa
2012-03-21 21:49 ` [meta-oe][PATCH 4/4] pango: native support and --disable-introspection moved to oe-core pango.inc Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox