All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/5] Pull request #18
@ 2011-07-20 20:58 Martin Jansa
  2011-07-20 20:58 ` [meta-oe][PATCH 1/5] vala-dbus-binding-tool: inherit perlnative Martin Jansa
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Martin Jansa @ 2011-07-20 20:58 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 037a063303d35c2fab8097d977aa5625c916c565:

  connman: update to 0.76 (2011-07-20 09:13:00 +0200)

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

Martin Jansa (5):
  vala-dbus-binding-tool: inherit perlnative
  pidgin: inherit perlnative
  tangogps: add misssing dependency bluez4
  bluez4: add missing dependency usbpath
  vala-terminal: inherit perlnative

 meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb  |    2 +-
 .../vala-dbus-binding-tool.inc                     |    2 +-
 .../recipes-navigation/tangogps/tangogps_0.99.4.bb |    2 +-
 meta-oe/recipes-support/pidgin/pidgin.inc          |    2 +-
 .../vala-terminal/vala-terminal_git.bb             |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

-- 
1.7.6




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

* [meta-oe][PATCH 1/5] vala-dbus-binding-tool: inherit perlnative
  2011-07-20 20:58 [meta-oe][PATCH 0/5] Pull request #18 Martin Jansa
@ 2011-07-20 20:58 ` Martin Jansa
  2011-07-20 20:58 ` [meta-oe][PATCH 2/5] pidgin: " Martin Jansa
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Martin Jansa @ 2011-07-20 20:58 UTC (permalink / raw)
  To: openembedded-devel

* otherwise perl from host is used and if there isn't libxml-parser-perl
  installed on host it fails with:
  checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../vala-dbus-binding-tool.inc                     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool.inc b/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool.inc
index d86e923..a59488d 100644
--- a/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool.inc
+++ b/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool.inc
@@ -11,6 +11,6 @@ export XDG_DATA_DIRS = "${STAGING_DATADIR}"
 
 SRC_URI = "http://downloads.freesmartphone.org/sources/vala-dbus-binding-tool-${PV}.tar.bz2;name=archive"
 
-inherit autotools
+inherit autotools perlnative
 
 BBCLASSEXTEND = "native"
-- 
1.7.6




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

* [meta-oe][PATCH 2/5] pidgin: inherit perlnative
  2011-07-20 20:58 [meta-oe][PATCH 0/5] Pull request #18 Martin Jansa
  2011-07-20 20:58 ` [meta-oe][PATCH 1/5] vala-dbus-binding-tool: inherit perlnative Martin Jansa
@ 2011-07-20 20:58 ` Martin Jansa
  2011-07-20 20:58 ` [meta-oe][PATCH 3/5] tangogps: add misssing dependency bluez4 Martin Jansa
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Martin Jansa @ 2011-07-20 20:58 UTC (permalink / raw)
  To: openembedded-devel

* otherwise perl from host is used and if there isn't libxml-parser-perl
  installed on host it fails with:
  checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/pidgin/pidgin.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/pidgin/pidgin.inc b/meta-oe/recipes-support/pidgin/pidgin.inc
index 91d5176..9d21976 100644
--- a/meta-oe/recipes-support/pidgin/pidgin.inc
+++ b/meta-oe/recipes-support/pidgin/pidgin.inc
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus"
 INC_PR = "r0"
 
-inherit autotools gettext pkgconfig gconf
+inherit autotools gettext pkgconfig gconf perlnative
 
 EXTRA_OECONF = " \
 		--enable-vv \
-- 
1.7.6




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

* [meta-oe][PATCH 3/5] tangogps: add misssing dependency bluez4
  2011-07-20 20:58 [meta-oe][PATCH 0/5] Pull request #18 Martin Jansa
  2011-07-20 20:58 ` [meta-oe][PATCH 1/5] vala-dbus-binding-tool: inherit perlnative Martin Jansa
  2011-07-20 20:58 ` [meta-oe][PATCH 2/5] pidgin: " Martin Jansa
@ 2011-07-20 20:58 ` Martin Jansa
  2011-07-20 20:58 ` [meta-oe][PATCH 4/5] bluez4: add missing dependency usbpath Martin Jansa
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Martin Jansa @ 2011-07-20 20:58 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../recipes-navigation/tangogps/tangogps_0.99.4.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb b/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
index d583637..e04f0a5 100644
--- a/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
+++ b/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://tangogps.org/"
 SECTION = "x11/applications"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-DEPENDS = "curl gtk+ gconf sqlite3 libexif libsoup-2.4"
+DEPENDS = "curl gtk+ gconf sqlite3 libexif libsoup-2.4 bluez4"
 
 SRC_URI = "http://www.tangogps.org/downloads/${P}.tar.gz"
 SRC_URI[md5sum] = "0f07ede94a21eb84f5e017fa88a1fc3d"
-- 
1.7.6




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

* [meta-oe][PATCH 4/5] bluez4: add missing dependency usbpath
  2011-07-20 20:58 [meta-oe][PATCH 0/5] Pull request #18 Martin Jansa
                   ` (2 preceding siblings ...)
  2011-07-20 20:58 ` [meta-oe][PATCH 3/5] tangogps: add misssing dependency bluez4 Martin Jansa
@ 2011-07-20 20:58 ` Martin Jansa
  2011-07-21 19:10   ` Martin Jansa
  2011-07-20 20:58 ` [meta-oe][PATCH 5/5] vala-terminal: inherit perlnative Martin Jansa
  2011-07-21  6:27 ` [meta-oe][PATCH 0/5] Pull request #18 Koen Kooi
  5 siblings, 1 reply; 9+ messages in thread
From: Martin Jansa @ 2011-07-20 20:58 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb b/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb
index ab85776..7688986 100644
--- a/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb
+++ b/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
                     file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
                     file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e \
                     file://sbc/sbc.c;beginline=1;endline=25;md5=1a40781ed30d50d8639323a184aeb191"
-DEPENDS = "udev gst-plugins-base alsa-lib libusb dbus-glib libnl"
+DEPENDS = "udev gst-plugins-base alsa-lib libusb dbus-glib libnl usbpath"
 RDEPENDS_${PN}-dev = "bluez-hcidump"
 
 ASNEEDED = ""
-- 
1.7.6




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

* [meta-oe][PATCH 5/5] vala-terminal: inherit perlnative
  2011-07-20 20:58 [meta-oe][PATCH 0/5] Pull request #18 Martin Jansa
                   ` (3 preceding siblings ...)
  2011-07-20 20:58 ` [meta-oe][PATCH 4/5] bluez4: add missing dependency usbpath Martin Jansa
@ 2011-07-20 20:58 ` Martin Jansa
  2011-07-21  6:27 ` [meta-oe][PATCH 0/5] Pull request #18 Koen Kooi
  5 siblings, 0 replies; 9+ messages in thread
From: Martin Jansa @ 2011-07-20 20:58 UTC (permalink / raw)
  To: openembedded-devel

* otherwise perl from host is used and if there isn't libxml-parser-perl
  installed on host it fails with:
  checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../vala-terminal/vala-terminal_git.bb             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb
index 1900b6f..2549fd6 100644
--- a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb
+++ b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb
@@ -8,7 +8,7 @@ PV = "1.1.1+gitr${SRCPV}"
 PE = "1"
 PR = "r1"
 
-inherit autotools
+inherit autotools perlnative
 
 SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master"
 S = "${WORKDIR}/git"
-- 
1.7.6




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

* Re: [meta-oe][PATCH 0/5] Pull request #18
  2011-07-20 20:58 [meta-oe][PATCH 0/5] Pull request #18 Martin Jansa
                   ` (4 preceding siblings ...)
  2011-07-20 20:58 ` [meta-oe][PATCH 5/5] vala-terminal: inherit perlnative Martin Jansa
@ 2011-07-21  6:27 ` Koen Kooi
  2011-07-21  7:01   ` Martin Jansa
  5 siblings, 1 reply; 9+ messages in thread
From: Koen Kooi @ 2011-07-21  6:27 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 20-07-11 22:58, Martin Jansa schreef:
> The following changes since commit 037a063303d35c2fab8097d977aa5625c916c565:
> 
>   connman: update to 0.76 (2011-07-20 09:13:00 +0200)
> 
> are available in the git repository at:
>   git://git.openembedded.org/meta-openembedded-contrib jansa/meta-oe
>   http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-oe
> 
> Martin Jansa (5):
>   vala-dbus-binding-tool: inherit perlnative
>   pidgin: inherit perlnative
>   tangogps: add misssing dependency bluez4
>   bluez4: add missing dependency usbpath
>   vala-terminal: inherit perlnative

Thanks, I pulled these in and will push to the OE servers once ssh gets fixed. In the meantime, it's at github: https://github.com/koenkooi/meta-oe/commits/master
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOJ8biMkyGM64RGpERAnGHAJ0Rrn4XPdSBz2k+4OMPAnIstU7+/QCeMUdp
KfxAxrJoCbeL3mzP9Jm9Yms=
=lQSI
-----END PGP SIGNATURE-----




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

* Re: [meta-oe][PATCH 0/5] Pull request #18
  2011-07-21  6:27 ` [meta-oe][PATCH 0/5] Pull request #18 Koen Kooi
@ 2011-07-21  7:01   ` Martin Jansa
  0 siblings, 0 replies; 9+ messages in thread
From: Martin Jansa @ 2011-07-21  7:01 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1211 bytes --]

On Thu, Jul 21, 2011 at 08:27:46AM +0200, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Op 20-07-11 22:58, Martin Jansa schreef:
> > The following changes since commit 037a063303d35c2fab8097d977aa5625c916c565:
> > 
> >   connman: update to 0.76 (2011-07-20 09:13:00 +0200)
> > 
> > are available in the git repository at:
> >   git://git.openembedded.org/meta-openembedded-contrib jansa/meta-oe
> >   http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-oe
> > 
> > Martin Jansa (5):
> >   vala-dbus-binding-tool: inherit perlnative
> >   pidgin: inherit perlnative
> >   tangogps: add misssing dependency bluez4
> >   bluez4: add missing dependency usbpath
> >   vala-terminal: inherit perlnative
> 
> Thanks, I pulled these in and will push to the OE servers once ssh gets fixed. In the meantime, it's at github: https://github.com/koenkooi/meta-oe/commits/master

Thanks,

maybe wait with push a bit more please as there is discussion about
similar patch series on oe-core and Tom maybe has better fix for it (but
that fix doesn't work for me sofar).

Regards,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-oe][PATCH 4/5] bluez4: add missing dependency usbpath
  2011-07-20 20:58 ` [meta-oe][PATCH 4/5] bluez4: add missing dependency usbpath Martin Jansa
@ 2011-07-21 19:10   ` Martin Jansa
  0 siblings, 0 replies; 9+ messages in thread
From: Martin Jansa @ 2011-07-21 19:10 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]

On Wed, Jul 20, 2011 at 10:58:49PM +0200, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb b/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb
> index ab85776..7688986 100644
> --- a/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb
> +++ b/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb
> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
>                      file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
>                      file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e \
>                      file://sbc/sbc.c;beginline=1;endline=25;md5=1a40781ed30d50d8639323a184aeb191"
> -DEPENDS = "udev gst-plugins-base alsa-lib libusb dbus-glib libnl"
> +DEPENDS = "udev gst-plugins-base alsa-lib libusb dbus-glib libnl usbpath"

This patch only adds usbpath.

The patch which was commited also removes libnl, I guess it was
intentional manual edit, but maybe is worth it to say so in commit message 
or pushing as separate change (to see who did it).

Because otherwise when I noticed it I expected that it was typo on my
side and that I did replace libnl with usbpath by my error.

Regards,

>  RDEPENDS_${PN}-dev = "bluez-hcidump"
>  
>  ASNEEDED = ""
> -- 
> 1.7.6
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2011-07-21 19:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-20 20:58 [meta-oe][PATCH 0/5] Pull request #18 Martin Jansa
2011-07-20 20:58 ` [meta-oe][PATCH 1/5] vala-dbus-binding-tool: inherit perlnative Martin Jansa
2011-07-20 20:58 ` [meta-oe][PATCH 2/5] pidgin: " Martin Jansa
2011-07-20 20:58 ` [meta-oe][PATCH 3/5] tangogps: add misssing dependency bluez4 Martin Jansa
2011-07-20 20:58 ` [meta-oe][PATCH 4/5] bluez4: add missing dependency usbpath Martin Jansa
2011-07-21 19:10   ` Martin Jansa
2011-07-20 20:58 ` [meta-oe][PATCH 5/5] vala-terminal: inherit perlnative Martin Jansa
2011-07-21  6:27 ` [meta-oe][PATCH 0/5] Pull request #18 Koen Kooi
2011-07-21  7:01   ` Martin Jansa

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.