* [CONSOLIDATED PULL 00/11]
@ 2013-12-17 17:10 Saul Wold
2013-12-17 19:20 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2013-12-17 17:10 UTC (permalink / raw)
To: openembedded-core
The following changes since commit b226ab4cf7779f4dfaa78210cb6249766ed564c1:
insane: handle recursive configures when checking for unknown configure options (2013-12-16 12:12:40 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/stage
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage
Cristian Iorga (1):
libpcap: upgrade to 1.5.2
Kai Kang (5):
lsb: update directory of install_initd and remove_initd
LSB_Test.sh: update rpm platform file when enable multilib
LSB_Test.sh: check ldconfig before update cache
LSB_Test.sh: update locales
lsbtest: add ppc64 support
Paul Eggleton (1):
scripts/contrib: Add graph-tool
Ross Burton (1):
systemd-compat-units: drop machineid.service
Saul Wold (1):
man-pages: upgrade to 3.55
Zhong Hongbo (2):
bluez4: Install the test script
bluez4: use legacy pygobject instead of gobject-introspection
.../bluez/bluez4-4.101/install-test-script.patch | 26 ++++++
...pygobject-instead-ofgobject-introspection.patch | 27 +++++++
meta/recipes-connectivity/bluez/bluez4_4.101.bb | 7 +-
.../libpcap/libpcap/aclocal.patch | 8 +-
.../libpcap/{libpcap_1.4.0.bb => libpcap_1.5.2.bb} | 4 +-
meta/recipes-core/systemd/systemd-compat-units.bb | 4 -
.../systemd/systemd-compat-units/machineid.service | 16 ----
meta/recipes-extended/lsb/lsb_4.1.bb | 8 +-
meta/recipes-extended/lsb/lsbtest/LSB_Test.sh | 20 ++++-
meta/recipes-extended/lsb/lsbtest_1.0.bb | 12 +++
.../{man-pages_3.54.bb => man-pages_3.55.bb} | 4 +-
scripts/contrib/graph-tool | 92 ++++++++++++++++++++++
12 files changed, 194 insertions(+), 34 deletions(-)
create mode 100644 meta/recipes-connectivity/bluez/bluez4-4.101/install-test-script.patch
create mode 100644 meta/recipes-connectivity/bluez/bluez4-4.101/use-legacy-pygobject-instead-ofgobject-introspection.patch
rename meta/recipes-connectivity/libpcap/{libpcap_1.4.0.bb => libpcap_1.5.2.bb} (80%)
delete mode 100644 meta/recipes-core/systemd/systemd-compat-units/machineid.service
rename meta/recipes-extended/man-pages/{man-pages_3.54.bb => man-pages_3.55.bb} (82%)
create mode 100755 scripts/contrib/graph-tool
--
1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [CONSOLIDATED PULL 00/11]
2013-12-17 17:10 [CONSOLIDATED PULL 00/11] Saul Wold
@ 2013-12-17 19:20 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2013-12-17 19:20 UTC (permalink / raw)
To: openembedded-core
On 12/17/2013 09:10 AM, Saul Wold wrote:
>
> The following changes since commit b226ab4cf7779f4dfaa78210cb6249766ed564c1:
>
> insane: handle recursive configures when checking for unknown configure options (2013-12-16 12:12:40 +0000)
>
> are available in the git repository at:
>
> git://git.openembedded.org/openembedded-core-contrib sgw/stage
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage
>
> Cristian Iorga (1):
> libpcap: upgrade to 1.5.2
>
> Kai Kang (5):
> lsb: update directory of install_initd and remove_initd
> LSB_Test.sh: update rpm platform file when enable multilib
> LSB_Test.sh: check ldconfig before update cache
> LSB_Test.sh: update locales
> lsbtest: add ppc64 support
>
> Paul Eggleton (1):
> scripts/contrib: Add graph-tool
>
I updated my branch with the updates from Paul, so they should be in sync.
Sau!
> Ross Burton (1):
> systemd-compat-units: drop machineid.service
>
> Saul Wold (1):
> man-pages: upgrade to 3.55
>
> Zhong Hongbo (2):
> bluez4: Install the test script
> bluez4: use legacy pygobject instead of gobject-introspection
>
> .../bluez/bluez4-4.101/install-test-script.patch | 26 ++++++
> ...pygobject-instead-ofgobject-introspection.patch | 27 +++++++
> meta/recipes-connectivity/bluez/bluez4_4.101.bb | 7 +-
> .../libpcap/libpcap/aclocal.patch | 8 +-
> .../libpcap/{libpcap_1.4.0.bb => libpcap_1.5.2.bb} | 4 +-
> meta/recipes-core/systemd/systemd-compat-units.bb | 4 -
> .../systemd/systemd-compat-units/machineid.service | 16 ----
> meta/recipes-extended/lsb/lsb_4.1.bb | 8 +-
> meta/recipes-extended/lsb/lsbtest/LSB_Test.sh | 20 ++++-
> meta/recipes-extended/lsb/lsbtest_1.0.bb | 12 +++
> .../{man-pages_3.54.bb => man-pages_3.55.bb} | 4 +-
> scripts/contrib/graph-tool | 92 ++++++++++++++++++++++
> 12 files changed, 194 insertions(+), 34 deletions(-)
> create mode 100644 meta/recipes-connectivity/bluez/bluez4-4.101/install-test-script.patch
> create mode 100644 meta/recipes-connectivity/bluez/bluez4-4.101/use-legacy-pygobject-instead-ofgobject-introspection.patch
> rename meta/recipes-connectivity/libpcap/{libpcap_1.4.0.bb => libpcap_1.5.2.bb} (80%)
> delete mode 100644 meta/recipes-core/systemd/systemd-compat-units/machineid.service
> rename meta/recipes-extended/man-pages/{man-pages_3.54.bb => man-pages_3.55.bb} (82%)
> create mode 100755 scripts/contrib/graph-tool
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-17 19:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 17:10 [CONSOLIDATED PULL 00/11] Saul Wold
2013-12-17 19:20 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox