All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/5] Fixes for oe-core changes
@ 2012-07-28 12:33 Martin Jansa
  2012-07-28 12:33 ` [meta-oe][PATCH 1/5] tcpdump: bump PR to rebuild against libpcap1 instead libpcap Martin Jansa
                   ` (6 more replies)
  0 siblings, 7 replies; 31+ messages in thread
From: Martin Jansa @ 2012-07-28 12:33 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 9afc488a1b97bfc5378f139ba04a7a5297b15fdb:

  nano: add PACKAGECONFIG for 'tiny' build (2012-07-25 09:18:12 +0200)

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 (5):
  tcpdump: bump PR to rebuild against libpcap1 instead libpcap
  vala-dbus-binding-tool: bump SRCREV and add recipe for 0.4.0 tarball
  libwnck: use gobject-introspection-stub instead of -native which was
    removed in oe-core
  libgee: use gobject-introspection-stub instead of -native which was
    removed in oe-core
  upower: use gobject-introspection-stub instead of -native which was
    removed in oe-core

 meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb |   10 +++-------
 meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb |   10 ++--------
 meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb    |    7 +++----
 .../vala-dbus-binding-tool.inc                     |    2 +-
 .../vala-dbus-binding-tool_0.4.0.bb                |    4 ++++
 .../vala-dbus-binding-tool_git.bb                  |    7 +++++--
 meta-oe/recipes-support/tcpdump/tcpdump_4.1.1.bb   |    2 +-
 meta-oe/recipes-support/upower/upower_0.9.14.bb    |    4 ++--
 8 files changed, 21 insertions(+), 25 deletions(-)
 create mode 100644 meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_0.4.0.bb

-- 
1.7.8.6




^ permalink raw reply	[flat|nested] 31+ messages in thread
* [meta-oe][PATCH 0/5] Fixes for oe-core changes
@ 2012-07-24  8:02 Martin Jansa
  0 siblings, 0 replies; 31+ messages in thread
From: Martin Jansa @ 2012-07-24  8:02 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 8f0de34919eb56f0e1e8565d024729cd8d7264a5:

  cramfs_cvs.bb: fix compile step so it can be rerun without failing (2012-07-23 12:47:11 +0200)

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 (5):
  gpsd: inherit pythonnative
  webkit-efl: inherit pythonnative
  orbit2: cleanup thanks to new gtk-doc.bbclass
  libbonoboui: cleanup thanks to new gtk-doc.bbclass
  libgpewidget: cleanup thanks to new gtk-doc.bbclass

 meta-efl/recipes-efl/webkit/webkit-efl_svn.bb      |    4 +-
 .../recipes-gnome/bonobo/libbonoboui_2.24.3.bb     |    8 +-
 .../recipes-gnome/orbit2/orbit2-2.14.17/gtk-doc.m4 |   53 ------
 .../orbit2/orbit2-2.14.17/gtk-doc.make             |  173 --------------------
 meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb  |   19 +--
 .../libgpewidget/libgpewidget_0.117.bb             |    6 +-
 meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb        |    4 +-
 meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb        |    4 +-
 meta-oe/recipes-navigation/gpsd/gpsd_git.bb        |    4 +-
 9 files changed, 20 insertions(+), 255 deletions(-)
 delete mode 100644 meta-gnome/recipes-gnome/orbit2/orbit2-2.14.17/gtk-doc.m4
 delete mode 100644 meta-gnome/recipes-gnome/orbit2/orbit2-2.14.17/gtk-doc.make

-- 
1.7.8.6




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

end of thread, other threads:[~2012-07-31  2:12 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-28 12:33 [meta-oe][PATCH 0/5] Fixes for oe-core changes Martin Jansa
2012-07-28 12:33 ` [meta-oe][PATCH 1/5] tcpdump: bump PR to rebuild against libpcap1 instead libpcap Martin Jansa
2012-07-30  8:41   ` Andreas Müller
2012-07-28 12:33 ` [meta-oe][PATCH 2/5] vala-dbus-binding-tool: bump SRCREV and add recipe for 0.4.0 tarball Martin Jansa
2012-07-28 12:33 ` [meta-oe][PATCH 3/5] libwnck: use gobject-introspection-stub instead of -native which was removed in oe-core Martin Jansa
2012-07-30  8:40   ` Andreas Müller
2012-07-28 12:33 ` [meta-oe][PATCH 4/5] libgee: " Martin Jansa
2012-07-30  8:40   ` Andreas Müller
2012-07-28 12:33 ` [meta-oe][PATCH 5/5] upower: " Martin Jansa
2012-07-30  8:41   ` Andreas Müller
2012-07-30  9:48 ` [meta-oe][PATCH 6/6] gpsd: drop older version 3.4 Martin Jansa
2012-07-31  1:58 ` [meta-oe][PATCH 00/24] Merge some recipes from meta-smartphone + few fixes Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 07/24] webkit-efl: upgrade to 1.9.3 Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 08/24] eve: add patch to build against newer webkit-efl Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 09/24] e-wm: use new update-alternatives syntax Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 10/24] gpsd: add chrpath-native to DEPENDS otherwise it could autodetect host chrpath Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 11/24] udev-extra-rules: drop in favor of udev-extraconf from oe-core Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 12/24] meta-elf: e-module: add *.a to PN-staticdev Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 13/24] gnuplot: import from meta-smartphone Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 14/24] libetpan: " Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 15/24] claws-mail, sylpheed: " Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 16/24] python-epydoc, python-gdata, python-ldap, python-webdav: " Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 17/24] mcnavi, monav, omgps, orrery: " Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 18/24] emacs: " Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 19/24] fbreader, fltk, gpm, iksemel, joe, links, ode, openldap, opensync, xchat: " Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 20/24] liblockfile, libungif: import from oe-classic Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 21/24] emacs: fix dso build Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 22/24] emacs: upgrade to 23.4 Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 23/24] pixman: add patch to fix SEGFAULT when parsing auxv Martin Jansa
2012-07-31  1:58   ` [meta-oe][PATCH 24/24] emacs: drop older version 23.1 Martin Jansa
  -- strict thread matches above, loose matches on Subject: below --
2012-07-24  8:02 [meta-oe][PATCH 0/5] Fixes for oe-core changes 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.