All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Various PUs
@ 2013-11-15 20:01 Cristian Iorga
  2013-11-15 20:01 ` [PATCH 1/2] ofono: upgrade to 1.13 Cristian Iorga
  2013-11-15 20:01 ` [PATCH 2/2] telepathy-idle: upgrade to 0.2.0 Cristian Iorga
  0 siblings, 2 replies; 8+ messages in thread
From: Cristian Iorga @ 2013-11-15 20:01 UTC (permalink / raw)
  To: openembedded-core

Packages were built for various arches and targets.

The following changes since commit db7f8d4114267ed34c19dc66dd56c2372354b43f:

  kernel.bbclass: test for hardlinks before installing (2013-11-15 15:27:08 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/PUs
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs

Cristian Iorga (2):
  ofono: upgrade to 1.13
  telepathy-idle: upgrade to 0.2.0

 .../ofono-1.12/obsolete_automake_macros.patch      | 14 -------------
 .../ofono/ofono/missing-ssize_t.patch              | 23 ----------------------
 .../ofono/{ofono_1.12.bb => ofono_1.13.bb}         |  8 ++------
 .../fix-svc-gtk-doc.h-target.patch                 |  0
 ...athy-idle_0.1.16.bb => telepathy-idle_0.2.0.bb} |  4 ++--
 5 files changed, 4 insertions(+), 45 deletions(-)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono-1.12/obsolete_automake_macros.patch
 delete mode 100644 meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch
 rename meta/recipes-connectivity/ofono/{ofono_1.12.bb => ofono_1.13.bb} (40%)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle-0.1.16 => telepathy-idle-0.2.0}/fix-svc-gtk-doc.h-target.patch (100%)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.16.bb => telepathy-idle_0.2.0.bb} (82%)

-- 
1.8.1.2



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

* [PATCH 1/2] ofono: upgrade to 1.13
  2013-11-15 20:01 [PATCH 0/2] Various PUs Cristian Iorga
@ 2013-11-15 20:01 ` Cristian Iorga
  2013-11-15 20:01 ` [PATCH 2/2] telepathy-idle: upgrade to 0.2.0 Cristian Iorga
  1 sibling, 0 replies; 8+ messages in thread
From: Cristian Iorga @ 2013-11-15 20:01 UTC (permalink / raw)
  To: openembedded-core

obsolete_automake_macros.patch and
missing-ssize_t.patch no longer needed,
included in upstream.
Better support for BlueZ5.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../ofono-1.12/obsolete_automake_macros.patch      | 14 -------------
 .../ofono/ofono/missing-ssize_t.patch              | 23 ----------------------
 .../ofono/{ofono_1.12.bb => ofono_1.13.bb}         |  8 ++------
 3 files changed, 2 insertions(+), 43 deletions(-)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono-1.12/obsolete_automake_macros.patch
 delete mode 100644 meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch
 rename meta/recipes-connectivity/ofono/{ofono_1.12.bb => ofono_1.13.bb} (40%)

diff --git a/meta/recipes-connectivity/ofono/ofono-1.12/obsolete_automake_macros.patch b/meta/recipes-connectivity/ofono/ofono-1.12/obsolete_automake_macros.patch
deleted file mode 100644
index 31a102e..0000000
--- a/meta/recipes-connectivity/ofono/ofono-1.12/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Upstream-Status: Submitted [ofono@ofono.org]
-
-Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
-diff -Nurd ofono-1.12/configure.ac ofono-1.12/configure.ac
---- ofono-1.12/configure.ac	2012-12-19 21:28:44.000000000 +0200
-+++ ofono-1.12/configure.ac	2013-01-12 11:18:40.681410757 +0200
-@@ -2,7 +2,7 @@
- AC_INIT(ofono, 1.12)
-
- AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
-
- m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch b/meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch
deleted file mode 100644
index 71903c4..0000000
--- a/meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-include unistd.h for getting ssize_t definitions
-Fixes errors like
-
-| In file included from src/sms.c:38:0:
-| src/storage.h:32:1: error: unknown type name 'ssize_t'
-| src/storage.h:36:1: error: unknown type name 'ssize_t'
-
-
-Upstream-Status: Pending
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-
-Index: ofono-1.12/src/storage.h
-===================================================================
---- ofono-1.12.org/src/storage.h	2013-01-04 10:01:24.137804178 -0800
-+++ ofono-1.12/src/storage.h	2013-01-04 10:02:09.325806426 -0800
-@@ -26,6 +26,7 @@
- #endif
- 
- #include <fcntl.h>
-+#include <unistd.h>
- 
- int create_dirs(const char *filename, const mode_t mode);
- 
diff --git a/meta/recipes-connectivity/ofono/ofono_1.12.bb b/meta/recipes-connectivity/ofono/ofono_1.13.bb
similarity index 40%
rename from meta/recipes-connectivity/ofono/ofono_1.12.bb
rename to meta/recipes-connectivity/ofono/ofono_1.13.bb
index ad524a0..7a7e65c 100644
--- a/meta/recipes-connectivity/ofono/ofono_1.12.bb
+++ b/meta/recipes-connectivity/ofono/ofono_1.13.bb
@@ -3,13 +3,9 @@ require ofono.inc
 SRC_URI  = "\
   ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
   file://ofono \
-  file://missing-ssize_t.patch \
-  file://obsolete_automake_macros.patch \
 "
 
-PR = "r2"
-
-SRC_URI[md5sum] = "aa8924c0e8de3ec7ac5e41fe7df4cb99"
-SRC_URI[sha256sum] = "733b75bfd1b2a1925b6de532989c496b8ae17a746691120ef64cceb00b3ef751"
+SRC_URI[md5sum] = "78112668d8444bc28d4b3359efd866f6"
+SRC_URI[sha256sum] = "3329c0af1e672777122981dfb9728b2c517f30f9d1b997e08e6177eb0109f0d3"
 
 CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
-- 
1.8.1.2



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

* [PATCH 2/2] telepathy-idle: upgrade to 0.2.0
  2013-11-15 20:01 [PATCH 0/2] Various PUs Cristian Iorga
  2013-11-15 20:01 ` [PATCH 1/2] ofono: upgrade to 1.13 Cristian Iorga
@ 2013-11-15 20:01 ` Cristian Iorga
  2013-11-15 21:21   ` Saul Wold
  1 sibling, 1 reply; 8+ messages in thread
From: Cristian Iorga @ 2013-11-15 20:01 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../fix-svc-gtk-doc.h-target.patch                                    | 0
 .../telepathy/{telepathy-idle_0.1.16.bb => telepathy-idle_0.2.0.bb}   | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle-0.1.16 => telepathy-idle-0.2.0}/fix-svc-gtk-doc.h-target.patch (100%)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.16.bb => telepathy-idle_0.2.0.bb} (82%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle-0.1.16/fix-svc-gtk-doc.h-target.patch b/meta/recipes-connectivity/telepathy/telepathy-idle-0.2.0/fix-svc-gtk-doc.h-target.patch
similarity index 100%
rename from meta/recipes-connectivity/telepathy/telepathy-idle-0.1.16/fix-svc-gtk-doc.h-target.patch
rename to meta/recipes-connectivity/telepathy/telepathy-idle-0.2.0/fix-svc-gtk-doc.h-target.patch
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb
similarity index 82%
rename from meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb
rename to meta/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb
index 279e8f1..ca09f6d 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
 
 SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \
            file://fix-svc-gtk-doc.h-target.patch"
-SRC_URI[md5sum] = "afabda908a798aac3a427f4564af113a"
-SRC_URI[sha256sum] = "739614e2d526d82bdd2fd94026ca70a46670563556ff15537a2a08bf17172875"
+SRC_URI[md5sum] = "92a2de5198284cbd3c430b0d1a971a86"
+SRC_URI[sha256sum] = "3013ad4b38d14ee630b8cc8ada5e95ccaa849b9a6fe15d2eaf6d0717d76f2fab"
 
 inherit autotools pkgconfig pythonnative
 
-- 
1.8.1.2



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

* Re: [PATCH 2/2] telepathy-idle: upgrade to 0.2.0
  2013-11-15 20:01 ` [PATCH 2/2] telepathy-idle: upgrade to 0.2.0 Cristian Iorga
@ 2013-11-15 21:21   ` Saul Wold
  2013-11-17 17:26     ` Iorga, Cristian
  0 siblings, 1 reply; 8+ messages in thread
From: Saul Wold @ 2013-11-15 21:21 UTC (permalink / raw)
  To: Cristian Iorga, openembedded-core

On 11/15/2013 12:01 PM, Cristian Iorga wrote:
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
>   .../fix-svc-gtk-doc.h-target.patch                                    | 0
>   .../telepathy/{telepathy-idle_0.1.16.bb => telepathy-idle_0.2.0.bb}   | 4 ++--
>   2 files changed, 2 insertions(+), 2 deletions(-)
>   rename meta/recipes-connectivity/telepathy/{telepathy-idle-0.1.16 => telepathy-idle-0.2.0}/fix-svc-gtk-doc.h-target.patch (100%)
>   rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.16.bb => telepathy-idle_0.2.0.bb} (82%)
>
I noticed that there is a version specific patch directory, any reason 
to not rename it to ${PN} instead of keeping the version'ed patch?

Sau!

> diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle-0.1.16/fix-svc-gtk-doc.h-target.patch b/meta/recipes-connectivity/telepathy/telepathy-idle-0.2.0/fix-svc-gtk-doc.h-target.patch
> similarity index 100%
> rename from meta/recipes-connectivity/telepathy/telepathy-idle-0.1.16/fix-svc-gtk-doc.h-target.patch
> rename to meta/recipes-connectivity/telepathy/telepathy-idle-0.2.0/fix-svc-gtk-doc.h-target.patch
> diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb
> similarity index 82%
> rename from meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb
> rename to meta/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb
> index 279e8f1..ca09f6d 100644
> --- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb
> +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb
> @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
>
>   SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \
>              file://fix-svc-gtk-doc.h-target.patch"
> -SRC_URI[md5sum] = "afabda908a798aac3a427f4564af113a"
> -SRC_URI[sha256sum] = "739614e2d526d82bdd2fd94026ca70a46670563556ff15537a2a08bf17172875"
> +SRC_URI[md5sum] = "92a2de5198284cbd3c430b0d1a971a86"
> +SRC_URI[sha256sum] = "3013ad4b38d14ee630b8cc8ada5e95ccaa849b9a6fe15d2eaf6d0717d76f2fab"
>
>   inherit autotools pkgconfig pythonnative
>
>


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

* Re: [PATCH 2/2] telepathy-idle: upgrade to 0.2.0
  2013-11-15 21:21   ` Saul Wold
@ 2013-11-17 17:26     ` Iorga, Cristian
  0 siblings, 0 replies; 8+ messages in thread
From: Iorga, Cristian @ 2013-11-17 17:26 UTC (permalink / raw)
  To: Saul Wold, openembedded-core

Hi Saul,

You are right. It's a mistake from my part.
/Cristian

-----Original Message-----
From: Saul Wold [mailto:sgw@linux.intel.com] 
Sent: Friday, November 15, 2013 11:22 PM
To: Iorga, Cristian; openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 2/2] telepathy-idle: upgrade to 0.2.0

On 11/15/2013 12:01 PM, Cristian Iorga wrote:
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
>   .../fix-svc-gtk-doc.h-target.patch                                    | 0
>   .../telepathy/{telepathy-idle_0.1.16.bb => telepathy-idle_0.2.0.bb}   | 4 ++--
>   2 files changed, 2 insertions(+), 2 deletions(-)
>   rename meta/recipes-connectivity/telepathy/{telepathy-idle-0.1.16 => telepathy-idle-0.2.0}/fix-svc-gtk-doc.h-target.patch (100%)
>   rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.16.bb 
> => telepathy-idle_0.2.0.bb} (82%)
>
I noticed that there is a version specific patch directory, any reason to not rename it to ${PN} instead of keeping the version'ed patch?

Sau!

> diff --git 
> a/meta/recipes-connectivity/telepathy/telepathy-idle-0.1.16/fix-svc-gt
> k-doc.h-target.patch 
> b/meta/recipes-connectivity/telepathy/telepathy-idle-0.2.0/fix-svc-gtk
> -doc.h-target.patch
> similarity index 100%
> rename from 
> meta/recipes-connectivity/telepathy/telepathy-idle-0.1.16/fix-svc-gtk-
> doc.h-target.patch rename to 
> meta/recipes-connectivity/telepathy/telepathy-idle-0.2.0/fix-svc-gtk-d
> oc.h-target.patch diff --git 
> a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb 
> b/meta/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb
> similarity index 82%
> rename from 
> meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb
> rename to meta/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb
> index 279e8f1..ca09f6d 100644
> --- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb
> +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb
> @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = 
> "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
>
>   SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \
>              file://fix-svc-gtk-doc.h-target.patch"
> -SRC_URI[md5sum] = "afabda908a798aac3a427f4564af113a"
> -SRC_URI[sha256sum] = "739614e2d526d82bdd2fd94026ca70a46670563556ff15537a2a08bf17172875"
> +SRC_URI[md5sum] = "92a2de5198284cbd3c430b0d1a971a86"
> +SRC_URI[sha256sum] = "3013ad4b38d14ee630b8cc8ada5e95ccaa849b9a6fe15d2eaf6d0717d76f2fab"
>
>   inherit autotools pkgconfig pythonnative
>
>


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

* [PATCH 0/2] Various PUs
@ 2014-05-05 15:20 Cristian Iorga
  0 siblings, 0 replies; 8+ messages in thread
From: Cristian Iorga @ 2014-05-05 15:20 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 7b78c364b7de901f97cd8dbe56d5e02f545bf3d3:

  cleanup-workdir: Fix crosssdk reference after addition of PN (2014-05-05 09:05:42 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/PUs
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs

Cristian Iorga (2):
  taglib: upgrade to 1.9.1
  linux-firmware: upgrade to commit
    dec41bce44e0dff6a2c3358a958fadf22bf58858

 .../linux-firmware/linux-firmware_git.bb           | 27 ++++++++++++++--------
 .../taglib/{taglib_1.8.bb => taglib_1.9.1.bb}      | 14 ++++-------
 2 files changed, 22 insertions(+), 19 deletions(-)
 rename meta/recipes-support/taglib/{taglib_1.8.bb => taglib_1.9.1.bb} (64%)

-- 
1.9.1



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

* [PATCH 0/2] Various PUs
@ 2014-01-08 14:37 Cristian Iorga
  0 siblings, 0 replies; 8+ messages in thread
From: Cristian Iorga @ 2014-01-08 14:37 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 854daab404a23e4ebb6107d737d9cfd5a0e5548b:

  bitbake: gitannex: Add missing file from previous commit (2014-01-08 13:07:48 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/PUs
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs

Cristian Iorga (2):
  netbase: upgrade to 5.2
  qemu: upgrade to 1.7.0

 .../netbase/{netbase_5.1.bb => netbase_5.2.bb}     |  4 +-
 ...Handle-SOCK_CLOEXEC-NONBLOCK-if-unavailab.patch | 92 ----------------------
 meta/recipes-devtools/qemu/qemu.inc                |  1 -
 .../qemu/{qemu_1.6.1.bb => qemu_1.7.0.bb}          |  4 +-
 4 files changed, 4 insertions(+), 97 deletions(-)
 rename meta/recipes-core/netbase/{netbase_5.1.bb => netbase_5.2.bb} (84%)
 delete mode 100644 meta/recipes-devtools/qemu/files/linux-user-Handle-SOCK_CLOEXEC-NONBLOCK-if-unavailab.patch
 rename meta/recipes-devtools/qemu/{qemu_1.6.1.bb => qemu_1.7.0.bb} (78%)

-- 
1.8.3.2



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

* [PATCH 0/2] Various PUs
@ 2013-08-07 14:53 Cristian Iorga
  0 siblings, 0 replies; 8+ messages in thread
From: Cristian Iorga @ 2013-08-07 14:53 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit f63e7f4323368c0d6fe7a1d44393a7e15652d4f2:

  subversion: Add patch to use neon 0.30 (2013-08-07 07:43:47 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/work
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/work

Cristian Iorga (2):
  net-tools: upgrade to v1.60-25
  gst-fluendo-mpegdemux: upgrade to v0.10.72

 .../net-tools/{net-tools-1.60-24.2 => net-tools}/net-tools-config.h | 0
 .../{net-tools-1.60-24.2 => net-tools}/net-tools-config.make        | 0
 .../net-tools/{net-tools_1.60-24.2.bb => net-tools_1.60-25.bb}      | 5 ++---
 ...luendo-mpegdemux_0.10.71.bb => gst-fluendo-mpegdemux_0.10.72.bb} | 6 ++----
 4 files changed, 4 insertions(+), 7 deletions(-)
 rename meta/recipes-extended/net-tools/{net-tools-1.60-24.2 => net-tools}/net-tools-config.h (100%)
 rename meta/recipes-extended/net-tools/{net-tools-1.60-24.2 => net-tools}/net-tools-config.make (100%)
 rename meta/recipes-extended/net-tools/{net-tools_1.60-24.2.bb => net-tools_1.60-25.bb} (94%)
 rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.71.bb => gst-fluendo-mpegdemux_0.10.72.bb} (70%)

-- 
1.8.1.2



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

end of thread, other threads:[~2014-05-05 15:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-15 20:01 [PATCH 0/2] Various PUs Cristian Iorga
2013-11-15 20:01 ` [PATCH 1/2] ofono: upgrade to 1.13 Cristian Iorga
2013-11-15 20:01 ` [PATCH 2/2] telepathy-idle: upgrade to 0.2.0 Cristian Iorga
2013-11-15 21:21   ` Saul Wold
2013-11-17 17:26     ` Iorga, Cristian
  -- strict thread matches above, loose matches on Subject: below --
2014-05-05 15:20 [PATCH 0/2] Various PUs Cristian Iorga
2014-01-08 14:37 Cristian Iorga
2013-08-07 14:53 Cristian Iorga

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.