All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] gnome.bbclass: remove to use oe-core's version
@ 2012-08-24  7:23 Andreas Müller
  2012-08-24  7:23 ` [PATCH 2/3] busybox/meta-oe: follow oe-core to 1.20.2 Andreas Müller
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andreas Müller @ 2012-08-24  7:23 UTC (permalink / raw)
  To: openembedded-devel

* suggested in [1]
* build tested from scratch with my working image [2]

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-August/041157.html
[2] http://gitorious.org/schnitzeltony-oe-meta/meta-misc/blobs/master/recipes-image/xfce-full-image.bb

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-oe/classes/gnome.bbclass |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
 delete mode 100644 meta-oe/classes/gnome.bbclass

diff --git a/meta-oe/classes/gnome.bbclass b/meta-oe/classes/gnome.bbclass
deleted file mode 100644
index 0a32a77..0000000
--- a/meta-oe/classes/gnome.bbclass
+++ /dev/null
@@ -1,4 +0,0 @@
-inherit gnomebase gtk-icon-cache gconf mime
-
-EXTRA_OECONF += "--enable-introspection=no"
-BBCLASSEXTEND += "native"
-- 
1.7.6.5




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

* [PATCH 2/3] busybox/meta-oe: follow oe-core to 1.20.2
  2012-08-24  7:23 [PATCH 1/3] gnome.bbclass: remove to use oe-core's version Andreas Müller
@ 2012-08-24  7:23 ` Andreas Müller
  2012-08-24  7:23 ` [PATCH 3/3] busybox/meta-systemd: " Andreas Müller
  2012-09-03  6:49 ` [PATCH 1/3] gnome.bbclass: remove to use oe-core's version Andreas Müller
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Müller @ 2012-08-24  7:23 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 ...box_1.19.4.bbappend => busybox_1.20.2.bbappend} |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 rename meta-oe/recipes-core/busybox/{busybox_1.19.4.bbappend => busybox_1.20.2.bbappend} (90%)

diff --git a/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend b/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
similarity index 90%
rename from meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend
rename to meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
index e9dd4ac..0741b76 100644
--- a/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend
+++ b/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
@@ -1,4 +1,4 @@
-PRINC := "${@int(PRINC) + 5}"
+PRINC := "${@int(PRINC) + 1}"
 
 # look for files in the layer first
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-- 
1.7.6.5




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

* [PATCH 3/3] busybox/meta-systemd: follow oe-core to 1.20.2
  2012-08-24  7:23 [PATCH 1/3] gnome.bbclass: remove to use oe-core's version Andreas Müller
  2012-08-24  7:23 ` [PATCH 2/3] busybox/meta-oe: follow oe-core to 1.20.2 Andreas Müller
@ 2012-08-24  7:23 ` Andreas Müller
  2012-09-03  6:49 ` [PATCH 1/3] gnome.bbclass: remove to use oe-core's version Andreas Müller
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Müller @ 2012-08-24  7:23 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 ...box_1.19.4.bbappend => busybox_1.20.2.bbappend} |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 rename meta-systemd/meta-oe/recipes-core/busybox/{busybox_1.19.4.bbappend => busybox_1.20.2.bbappend} (96%)

diff --git a/meta-systemd/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend b/meta-systemd/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
similarity index 96%
rename from meta-systemd/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend
rename to meta-systemd/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
index bb11550..a0ae2ce 100644
--- a/meta-systemd/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend
+++ b/meta-systemd/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
@@ -1,6 +1,6 @@
 inherit systemd
 
-PRINC := "${@int(PRINC) + 3}"
+PRINC := "${@int(PRINC) + 1}"
 
 # look for files in the layer first
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-- 
1.7.6.5




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

* Re: [PATCH 1/3] gnome.bbclass: remove to use oe-core's version
  2012-08-24  7:23 [PATCH 1/3] gnome.bbclass: remove to use oe-core's version Andreas Müller
  2012-08-24  7:23 ` [PATCH 2/3] busybox/meta-oe: follow oe-core to 1.20.2 Andreas Müller
  2012-08-24  7:23 ` [PATCH 3/3] busybox/meta-systemd: " Andreas Müller
@ 2012-09-03  6:49 ` Andreas Müller
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Müller @ 2012-09-03  6:49 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Aug 24, 2012 at 9:23 AM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> * suggested in [1]
> * build tested from scratch with my working image [2]
>
> [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-August/041157.html
> [2] http://gitorious.org/schnitzeltony-oe-meta/meta-misc/blobs/master/recipes-image/xfce-full-image.bb
>
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
>  meta-oe/classes/gnome.bbclass |    4 ----
>  1 files changed, 0 insertions(+), 4 deletions(-)
>  delete mode 100644 meta-oe/classes/gnome.bbclass
>
> diff --git a/meta-oe/classes/gnome.bbclass b/meta-oe/classes/gnome.bbclass
> deleted file mode 100644
> index 0a32a77..0000000
> --- a/meta-oe/classes/gnome.bbclass
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -inherit gnomebase gtk-icon-cache gconf mime
> -
> -EXTRA_OECONF += "--enable-introspection=no"
> -BBCLASSEXTEND += "native"
> --
> 1.7.6.5
>
Some final ACK/NAK on this?

Andreas



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

end of thread, other threads:[~2012-09-03  7:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-24  7:23 [PATCH 1/3] gnome.bbclass: remove to use oe-core's version Andreas Müller
2012-08-24  7:23 ` [PATCH 2/3] busybox/meta-oe: follow oe-core to 1.20.2 Andreas Müller
2012-08-24  7:23 ` [PATCH 3/3] busybox/meta-systemd: " Andreas Müller
2012-09-03  6:49 ` [PATCH 1/3] gnome.bbclass: remove to use oe-core's version Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.