All of lore.kernel.org
 help / color / mirror / Atom feed
* Some updates from my world builds
@ 2012-10-09  7:52 Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
                   ` (15 more replies)
  0 siblings, 16 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

During AArch64 work I did several 'world' builds to stress cross
toolchain and catch all ICEs and other problems. As there were
problems I tried to fix them when possible.

[PATCH 01/14] soft66: added missing AM_PROG_AR
[PATCH 02/14] libdivecomputer: added missing AM_PROG_AR

Those two were simple. We need to update libdivecomputer to more
up-to-date version as fix is upstream already.

[PATCH 06/14] ttf-gentium: added license stuff
[PATCH 07/14] ttf-hunkyfonts: added license stuff
[PATCH 08/14] ttf-mplus: added license stuff
[PATCH 09/14] ttf-wqy-zenhei: added license stuff
[PATCH 10/14] ttf-ubuntu-font-family: added license stuff and

Looks like no one builds those so I fixed them to comply.

[PATCH 03/14] lzip: update to 1.13
[PATCH 12/14] ca-certificates: update to 20120623 version
[PATCH 11/14] libedit: update to latest version

Previous ones were unfetchable.

[PATCH 04/14] orrery: added missing dependency on gtk+
[PATCH 05/14] lvm2: added missing dependency on udev
[PATCH 14/14] net-snmp: add pciutils to dependencies

I do love missing dependencies. Doing builds without libffi available
allows to catch interesting failures ;)

[PATCH 13/14] modemmanager: do not include glib private headers

Fix taken from upstream.



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

* [PATCH 01/14] soft66: added missing AM_PROG_AR
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
@ 2012-10-09  7:52 ` Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 02/14] libdivecomputer: " Marcin Juszkiewicz
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-connectivity/soft66/files/fix-ar.patch |   13 +++++++++++++
 meta-oe/recipes-connectivity/soft66/soft66_git.bb      |    4 +++-
 2 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-connectivity/soft66/files/fix-ar.patch

diff --git a/meta-oe/recipes-connectivity/soft66/files/fix-ar.patch b/meta-oe/recipes-connectivity/soft66/files/fix-ar.patch
new file mode 100644
index 0000000..bf1ffdf
--- /dev/null
+++ b/meta-oe/recipes-connectivity/soft66/files/fix-ar.patch
@@ -0,0 +1,13 @@
+---
+ configure.ac |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- git.orig/configure.ac
++++ git/configure.ac
+@@ -7,5 +7,6 @@ AC_PROG_CC
+ AC_CONFIG_HEADERS([config.h])
+ AC_CONFIG_FILES([Makefile lib/Makefile tools/Makefile])
+ PKG_CHECK_MODULES([FTDI], [libftdi >= 0.13])
+ AC_OUTPUT
+ AM_PROG_CC_C_O
++AM_PROG_AR
diff --git a/meta-oe/recipes-connectivity/soft66/soft66_git.bb b/meta-oe/recipes-connectivity/soft66/soft66_git.bb
index c38ac15..a574c3c 100644
--- a/meta-oe/recipes-connectivity/soft66/soft66_git.bb
+++ b/meta-oe/recipes-connectivity/soft66/soft66_git.bb
@@ -6,9 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
 DEPENDS = "libftdi"
 
 PV = "0.1.3+gitr${SRCPV}"
+PR = "r1"
 
 SRCREV = "a1dab25e73896c90c98227ac8055f227b830d512"
-SRC_URI = "git://home.horsten.com/soft66;protocol=git"
+SRC_URI = "git://home.horsten.com/soft66;protocol=git \
+file://fix-ar.patch"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.10.4




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

* [PATCH 02/14] libdivecomputer: added missing AM_PROG_AR
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
@ 2012-10-09  7:52 ` Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 03/14] lzip: update to 1.13 Marcin Juszkiewicz
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

Change is present upstream for long time. We should consider update of
recipe.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 .../libdivecomputer/files/fix-ar.patch               |   18 ++++++++++++++++++
 .../libdivecomputer/libdivecomputer_git.bb           |    5 ++++-
 2 files changed, 22 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch

diff --git a/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch b/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
new file mode 100644
index 0000000..cc3f5d4
--- /dev/null
+++ b/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
@@ -0,0 +1,18 @@
+---
+ configure.ac |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- git.orig/configure.ac
++++ git/configure.ac
+@@ -24,10 +24,11 @@ LT_INIT([win32-dll])
+ LT_PROG_RC
+ 
+ # Checks for programs.
+ AC_PROG_CC
+ AC_PROG_CC_C99
++AM_PROG_AR
+ 
+ # Enable automake silent build rules.
+ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+ 
+ # Checks for native Windows.
diff --git a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
index ac609a9..1154dc0 100644
--- a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
+++ b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
@@ -9,8 +9,11 @@ DEPENDS = "libusb1"
 inherit autotools pkgconfig
 
 PV = "0.0.0"
+PR = "r1"
+
 SRCREV = "b7a6be15ca58cc8f89fbc8fa1a4c840e13d51092"
-SRC_URI = "git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer"
+SRC_URI = "git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer \
+file://fix-ar.patch"
 S = "${WORKDIR}/git"
 
 
-- 
1.7.10.4




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

* [PATCH 03/14] lzip: update to 1.13
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 02/14] libdivecomputer: " Marcin Juszkiewicz
@ 2012-10-09  7:52 ` Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 04/14] orrery: added missing dependency on gtk+ Marcin Juszkiewicz
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-support/lzip/{lzip_1.12.bb => lzip_1.13.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/lzip/{lzip_1.12.bb => lzip_1.13.bb} (85%)

diff --git a/meta-oe/recipes-support/lzip/lzip_1.12.bb b/meta-oe/recipes-support/lzip/lzip_1.13.bb
similarity index 85%
rename from meta-oe/recipes-support/lzip/lzip_1.12.bb
rename to meta-oe/recipes-support/lzip/lzip_1.13.bb
index 68f9d0d..e04b6dc 100644
--- a/meta-oe/recipes-support/lzip/lzip_1.12.bb
+++ b/meta-oe/recipes-support/lzip/lzip_1.13.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
 
 SRC_URI = "http://download.savannah.gnu.org/releases/lzip/lzip-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "69a40172db5ce896b58d862c50fcd517"
-SRC_URI[sha256sum] = "eabc590d02d404dc1a1cc8e2777ed398370174b68edb22043c8ca0b209dfcd27"
+SRC_URI[md5sum] = "2f401e995c36cca05bd1805aa9c28231"
+SRC_URI[sha256sum] = "c73d36c0a926b71d484eacc192262a1d209674e3f903016f2c74a2bcbc5c28ac"
 
 CONFIGUREOPTS = "\
     '--srcdir=${S}' \
-- 
1.7.10.4




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

* [PATCH 04/14] orrery: added missing dependency on gtk+
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
                   ` (2 preceding siblings ...)
  2012-10-09  7:52 ` [PATCH 03/14] lzip: update to 1.13 Marcin Juszkiewicz
@ 2012-10-09  7:52 ` Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 05/14] lvm2: added missing dependency on udev Marcin Juszkiewicz
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-navigation/orrery/orrery_2.7.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
index 1e41f5b..c216f29 100644
--- a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
+++ b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
@@ -3,6 +3,7 @@ HOMEPAGE    = "http://projects.openmoko.org/projects/orrery/"
 SECTION = "x11/scientific"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://orrery.c;endline=25;md5=d792bdf2b591972da175aecc38d88cfe"
+DEPENDS = "gtk+"
 
 inherit autotools
 
-- 
1.7.10.4




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

* [PATCH 05/14] lvm2: added missing dependency on udev
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
                   ` (3 preceding siblings ...)
  2012-10-09  7:52 ` [PATCH 04/14] orrery: added missing dependency on gtk+ Marcin Juszkiewicz
@ 2012-10-09  7:52 ` Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 06/14] ttf-gentium: added license stuff Marcin Juszkiewicz
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

checking for UDEV... no
configure: error: Package requirements (libudev >= 143) were not met:

No package 'libudev' found

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-support/lvm2/lvm2.inc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index 7ac6a41..b357fd9 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -1,5 +1,6 @@
 SECTION = "utils"
 DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux."
+DEPENDS = "udev"
 LICENSE = "GPLv2 & LGPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24"
-- 
1.7.10.4




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

* [PATCH 06/14] ttf-gentium: added license stuff
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
                   ` (4 preceding siblings ...)
  2012-10-09  7:52 ` [PATCH 05/14] lvm2: added missing dependency on udev Marcin Juszkiewicz
@ 2012-10-09  7:52 ` Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 07/14] ttf-hunkyfonts: " Marcin Juszkiewicz
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 .../recipes-graphics/ttf-fonts/ttf-gentium/OFL.gz  |  Bin 1963 -> 0 bytes
 .../recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb |  113 ++------------------
 2 files changed, 7 insertions(+), 106 deletions(-)
 delete mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-gentium/OFL.gz

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium/OFL.gz b/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium/OFL.gz
deleted file mode 100644
index 7ebada75728080de1b1ee7676484bdbfab6822b1..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 1963
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

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb
index ee27c12..3c49e24 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb
@@ -2,12 +2,13 @@ require ttf.inc
 
 DESCRIPTION = "Gentium fonts - TTF Version"
 HOMEPAGE = "http://scripts.sil.org/gentium"
-LICENSE = "SIL Open Font License"
+LICENSE = "OFL"
 LICENSE_URL = "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL"
-PR = "r5"
+LIC_FILES_CHKSUM = "file://OFL;md5=33a5bf7b98a9c0ae87430760ba762295 \
+"
+PR = "r6"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz \
-           file://OFL.gz"
+SRC_URI = "${DEBIAN_MIRROR}/main/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz "
 
 S = "${WORKDIR}/ttf-sil-gentium-${PV}"
 
@@ -16,8 +17,8 @@ do_install_append() {
     install -d ${D}${datadir}/doc/ttf-gentium/
     install -d ${D}${datadir}/doc/ttf-gentium-alt/
 
-    install -m 0644 ${WORKDIR}/OFL ${D}${datadir}/doc/ttf-gentium/
-    install -m 0644 ${WORKDIR}/OFL ${D}${datadir}/doc/ttf-gentium-alt/
+    install -m 0644 ${S}/OFL ${D}${datadir}/doc/ttf-gentium/
+    install -m 0644 ${S}/OFL ${D}${datadir}/doc/ttf-gentium-alt/
 
 }
 
@@ -31,105 +32,5 @@ FILES_${PN} = "${datadir}/fonts/truetype/GenI*.ttf \
                ${datadir}/fonts/truetype/GenR*.ttf \
 	       ${datadir}/doc/ttf-gentium/*"
 
-#
-# License
-#
-# Gentium is released under the SIL Open Font License - please read it carefully
-# and do not download the fonts unless you agree to the terms of the license:
-#
-# This Font Software is Copyright (c) 2003-2005, SIL International
-# (http://scripts.sil.org/). All Rights Reserved.
-#
-# "Gentium" is a Reserved Font Name for this Font Software. "SIL" is a Reserved
-# Font Name for this Font Software.
-#
-# This Font Software is licensed under the SIL Open Font License, Version 1.0. No
-# modification of the license is permitted, only verbatim copy is allowed. This
-# license is copied below, and is also available with a FAQ
-# at:http://scripts.sil.org/OFL SIL OPEN FONT LICENSE
-#
-# Version 1.0 - 22 November 2005
-#
-# PREAMBLE
-#
-# The goals of the Open Font License (OFL) are to stimulate worldwide development
-# of cooperative font projects, to support the font creation efforts of academic
-# and linguistic communities, and to provide an open framework in which fonts may
-# be shared and improved in partnership with others.
-#
-# The OFL allows the licensed fonts to be used, studied, modified and
-# redistributed freely as long as they are not sold by themselves. The fonts,
-# including any derivative works, can be bundled, embedded, redistributed and
-# sold with any software provided that the font names of derivative works are
-# changed. The fonts and derivatives, however, cannot be released under any other
-# type of license.
-#
-# DEFINITIONS
-#
-# "Font Software" refers to any and all of the following:
-#
-#     * font files data files source code build scripts documentation
-#
-# "Reserved Font Name" refers to the Font Software name as seen by users and any
-# other names as specified after the copyright statement.
-#
-# "Standard Version" refers to the collection of Font Software components as
-# distributed by the Copyright Holder.
-#
-# "Modified Version" refers to any derivative font software made by adding to,
-# deleting, or substituting -- in part or in whole -- any of the components of
-# the Standard Version, by changing formats or by porting the Font Software to a
-# new environment.
-#
-# "Author" refers to any designer, engineer, programmer, technical writer or
-# other person who contributed to the Font Software.
-#
-# PERMISSION & CONDITIONS
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy of
-# the Font Software, to use, study, copy, merge, embed, modify, redistribute, and
-# sell modified and unmodified copies of the Font Software, subject to the
-# following conditions:
-#
-# 1) Neither the Font Software nor any of its individual components, in Standard
-# or Modified Versions, may be sold by itself.
-#
-# 2) Standard or Modified Versions of the Font Software may be bundled,
-# redistributed and sold with any software, provided that each copy contains the
-# above copyright notice and this license. These can be included either as
-# stand-alone text files, human-readable headers or in the appropriate
-# machine-readable metadata fields within text or binary files as long as those
-# fields can be easily viewed by the user.
-#
-# 3) No Modified Version of the Font Software may use the Reserved Font Name(s),
-# in part or in whole, unless explicit written permission is granted by the
-# Copyright Holder. This restriction applies to all references stored in the Font
-# Software, such as the font menu name and other font description fields, which
-# are used to differentiate the font from others.
-#
-# 4) The name(s) of the Copyright Holder or the Author(s) of the Font Software
-# shall not be used to promote, endorse or advertise any Modified Version, except
-# to acknowledge the contribution(s) of the Copyright Holder and the Author(s) or
-# with their explicit written permission.
-#
-# 5) The Font Software, modified or unmodified, in part or in whole, must be
-# distributed using this license, and may not be distributed under any other
-# license.
-#
-# TERMINATION
-#
-# This license becomes null and void if any of the above conditions are not met.
-#
-# DISCLAIMER
-#
-# THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
-# TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR
-# ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL,
-# INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
-# CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE
-# THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
-
 SRC_URI[md5sum] = "4c3e6ae586be277537ebb68f2a45b883"
 SRC_URI[sha256sum] = "4746c04c9a4ad9e0788a38e0a2f81919a630d8070ceabc89f156b6d41d8ceb37"
-- 
1.7.10.4




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

* [PATCH 07/14] ttf-hunkyfonts: added license stuff
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
                   ` (5 preceding siblings ...)
  2012-10-09  7:52 ` [PATCH 06/14] ttf-gentium: added license stuff Marcin Juszkiewicz
@ 2012-10-09  7:52 ` Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 08/14] ttf-mplus: " Marcin Juszkiewicz
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb
index a2ef0cf..4a23451 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb
@@ -3,6 +3,7 @@ require ttf.inc
 DESCRIPTION = "Hunky fonts - TTF Version"
 HOMEPAGE = "http://sourceforge.net/projects/hunkyfonts"
 LICENSE = "LGPL"
+LIC_FILES_CHKSUM = "file://../LICENSE;md5=7fbc338309ac38fefcd64b04bb903e34"
 PR = "r5"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/hunkyfonts/hunkyfonts-${PV}.tar.bz2"
-- 
1.7.10.4




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

* [PATCH 08/14] ttf-mplus: added license stuff
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
                   ` (6 preceding siblings ...)
  2012-10-09  7:52 ` [PATCH 07/14] ttf-hunkyfonts: " Marcin Juszkiewicz
@ 2012-10-09  7:52 ` Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 09/14] ttf-wqy-zenhei: " Marcin Juszkiewicz
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb
index 79920ce..731c490 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb
@@ -3,6 +3,9 @@ require ttf.inc
 DESCRIPTION = "MPlus font - TTF Edition"
 HOMEPAGE = "http://dejavu.sourceforge.net/wiki/"
 LICENSE = "${PN}"
+LIC_FILES_CHKSUM = "file://LICENSE_E;md5=ac161e96eda00db9a3aec7870b5d9658 \
+                    file://LICENSE_J;md5=a120ca8d7c8e4a475d5277c9aeb95221 \
+"
 PR = "r2"
 
 SRC_URI = "http://osdn.dl.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-${PV}.tar.gz"
-- 
1.7.10.4




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

* [PATCH 09/14] ttf-wqy-zenhei: added license stuff
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
                   ` (7 preceding siblings ...)
  2012-10-09  7:52 ` [PATCH 08/14] ttf-mplus: " Marcin Juszkiewicz
@ 2012-10-09  7:52 ` Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 10/14] ttf-ubuntu-font-family: added license stuff and updated to 0.80 version Marcin Juszkiewicz
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb
index f1eb6ff..d8c88d5 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb
@@ -4,6 +4,7 @@ DESCRIPTION = "WenQuanYi Zen Hei - A Hei-Ti Style Chinese font"
 AUTHOR = "Qianqian Fang and The WenQuanYi Project Contributors"
 HOMEPAGE = "http://wqy.sourceforge.net/en/"
 LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=cf540fc7d35b5777e36051280b3a911c"
 PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/wqy/wqy-zenhei-${PV}-0.tar.gz"
-- 
1.7.10.4




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

* [PATCH 10/14] ttf-ubuntu-font-family: added license stuff and updated to 0.80 version
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
                   ` (8 preceding siblings ...)
  2012-10-09  7:52 ` [PATCH 09/14] ttf-wqy-zenhei: " Marcin Juszkiewicz
@ 2012-10-09  7:52 ` Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 11/14] libedit: update to latest version Marcin Juszkiewicz
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

Dropped Serif handling code - there is no Ubuntu Serif.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 .../ttf-fonts/ttf-ubuntu-font-family_0.69.bb       |   18 ------------------
 .../ttf-fonts/ttf-ubuntu-font-family_0.80.bb       |   20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 18 deletions(-)
 delete mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.69.bb
 create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.69.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.69.bb
deleted file mode 100644
index 22a7aec..0000000
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.69.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-require ttf.inc
-
-DESCRIPTION = "Ubuntu Font Family - TTF Version"
-HOMEPAGE = "http://font.ubuntu.com"
-LICENSE = "UFL"
-PR = "r2"
-
-SRC_URI = "http://font.ubuntu.com/download/ubuntu-font-family-${PV}+ufl.zip"
-SRC_URI[md5sum] = "2c3287ea72f81ce025095f7a6d68af28"
-SRC_URI[sha256sum] = "23206a306d92ec57404ab3bc75610b6d8cfed0b8ddcfbe51b99fb48519a4855b"
-S = "${WORKDIR}/ubuntu-font-family-0.69+ufl"
-
-PACKAGES = "${PN}-dbg ttf-ubuntu-mono ttf-ubuntu-sans ttf-ubuntu-serif"
-RRECOMMENDS_${PN}-dbg = ""
-
-FILES_ttf-ubuntu-mono  = "${datadir}/fonts/truetype/*Mono*"
-FILES_ttf-ubuntu-sans  = "${datadir}/fonts/truetype/Ubuntu-*"
-FILES_ttf-ubuntu-serif = "${datadir}/fonts/truetype/*Serif*"
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb
new file mode 100644
index 0000000..08d79a1
--- /dev/null
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb
@@ -0,0 +1,20 @@
+require ttf.inc
+
+DESCRIPTION = "Ubuntu Font Family - TTF Version"
+HOMEPAGE = "http://font.ubuntu.com"
+LICENSE = "UFL"
+LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=325a1a9029112a2405e743c7f816427b"
+PR = "r0"
+
+SRC_URI = "http://font.ubuntu.com/download/ubuntu-font-family-${PV}.zip"
+
+SRC_URI[md5sum] = "a1fc70f5a5b1d096ab8310886cddaa1c"
+SRC_URI[sha256sum] = "107170099bbc3beae8602b97a5c423525d363106c3c24f787d43e09811298e4c"
+
+S = "${WORKDIR}/ubuntu-font-family-${PV}"
+
+PACKAGES = "${PN}-dbg ttf-ubuntu-mono ttf-ubuntu-sans"
+RRECOMMENDS_${PN}-dbg = ""
+
+FILES_ttf-ubuntu-mono  = "${datadir}/fonts/truetype/*Mono*"
+FILES_ttf-ubuntu-sans  = "${datadir}/fonts/truetype/Ubuntu-*"
-- 
1.7.10.4




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

* [PATCH 11/14] libedit: update to latest version
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
                   ` (9 preceding siblings ...)
  2012-10-09  7:52 ` [PATCH 10/14] ttf-ubuntu-font-family: added license stuff and updated to 0.80 version Marcin Juszkiewicz
@ 2012-10-09  7:52 ` Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 12/14] ca-certificates: update to 20120623 version Marcin Juszkiewicz
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 .../libedit/{libedit_20110802.bb => libedit_20120601.bb}           |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/libedit/{libedit_20110802.bb => libedit_20120601.bb} (70%)

diff --git a/meta-oe/recipes-devtools/libedit/libedit_20110802.bb b/meta-oe/recipes-devtools/libedit/libedit_20120601.bb
similarity index 70%
rename from meta-oe/recipes-devtools/libedit/libedit_20110802.bb
rename to meta-oe/recipes-devtools/libedit/libedit_20120601.bb
index 2aac727..1be967d 100644
--- a/meta-oe/recipes-devtools/libedit/libedit_20110802.bb
+++ b/meta-oe/recipes-devtools/libedit/libedit_20120601.bb
@@ -12,5 +12,5 @@ SRC_URI = "http://www.thrysoee.dk/editline/${PN}-${PV}-3.0.tar.gz"
 
 S = "${WORKDIR}/${PN}-${PV}-3.0"
 
-SRC_URI[md5sum] = "0ea42e2c794da8ed32f6307b427f6590"
-SRC_URI[sha256sum] = "0b5ec9aa41faff761cda7819add93e9d8cb9c0bad85e65a686475e8375ac8a71"
+SRC_URI[md5sum] = "e50f6a7afb4de00c81650f7b1a0f5aea"
+SRC_URI[sha256sum] = "51f0f4b4a97b7ebab26e7b5c2564c47628cdb3042fd8ba8d0605c719d2541918"
-- 
1.7.10.4




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

* [PATCH 12/14] ca-certificates: update to 20120623 version
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
                   ` (10 preceding siblings ...)
  2012-10-09  7:52 ` [PATCH 11/14] libedit: update to latest version Marcin Juszkiewicz
@ 2012-10-09  7:52 ` Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 13/14] modemmanager: do not include glib private headers Marcin Juszkiewicz
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 .../{ca-certificates_20120212.bb => ca-certificates_20120623.bb} |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/ca-certificates/{ca-certificates_20120212.bb => ca-certificates_20120623.bb} (83%)

diff --git a/meta-oe/recipes-support/ca-certificates/ca-certificates_20120212.bb b/meta-oe/recipes-support/ca-certificates/ca-certificates_20120623.bb
similarity index 83%
rename from meta-oe/recipes-support/ca-certificates/ca-certificates_20120212.bb
rename to meta-oe/recipes-support/ca-certificates/ca-certificates_20120623.bb
index b3d7b9c..66150f0 100644
--- a/meta-oe/recipes-support/ca-certificates/ca-certificates_20120212.bb
+++ b/meta-oe/recipes-support/ca-certificates/ca-certificates_20120623.bb
@@ -2,13 +2,13 @@ DESCRIPTION = "Common CA certificates"
 HOMEPAGE = "http://packages.debian.org/sid/ca-certificates"
 SECTION = "misc"
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://debian/copyright;md5=6275b491c91b57d92ebe11205ebf4dfe"
+LIC_FILES_CHKSUM = "file://debian/copyright;md5=6135800ff6d893c7904d7aad90972eb5"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/c/ca-certificates/ca-certificates_${PV}.tar.gz \
            file://0001-update-ca-certificates-remove-c-rehash.patch"
 
-SRC_URI[md5sum] = "391dea8d827db935ca0d0d1e6641bf23"
-SRC_URI[sha256sum] = "95f3eac93dad4433b5731bc9e106a26e2ccf210acace1927e597477b24187dce"
+SRC_URI[md5sum] = "5105d4cc086f0d4ecf7bf2e4c4667289"
+SRC_URI[sha256sum] = "878cd1130ba056fe5f96decde7e5fc1b71d35eb8565a1515744912e100731ee9"
 
 inherit autotools allarch
 
-- 
1.7.10.4




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

* [PATCH 13/14] modemmanager: do not include glib private headers
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
                   ` (11 preceding siblings ...)
  2012-10-09  7:52 ` [PATCH 12/14] ca-certificates: update to 20120623 version Marcin Juszkiewicz
@ 2012-10-09  7:52 ` Marcin Juszkiewicz
  2012-10-09  7:52 ` [PATCH 14/14] net-snmp: add pciutils to dependencies Marcin Juszkiewicz
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 .../dont-include-private-glib-headers.patch        |   94 ++++++++++++++++++++
 .../networkmanager/modemmanager_0.5.bb             |    6 +-
 2 files changed, 99 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-connectivity/networkmanager/modemmanager/dont-include-private-glib-headers.patch

diff --git a/meta-oe/recipes-connectivity/networkmanager/modemmanager/dont-include-private-glib-headers.patch b/meta-oe/recipes-connectivity/networkmanager/modemmanager/dont-include-private-glib-headers.patch
new file mode 100644
index 0000000..71dffc0
--- /dev/null
+++ b/meta-oe/recipes-connectivity/networkmanager/modemmanager/dont-include-private-glib-headers.patch
@@ -0,0 +1,94 @@
+From 28f64090dfa15097587bbea69209df10b8ab8593 Mon Sep 17 00:00:00 2001
+From: Aleksander Morgado <aleksander@lanedo.com>
+Date: Mon, 24 Oct 2011 19:09:11 +0000
+Subject: core: don't include private headers from glib
+
+The "glib/gtypes.h" is now considered private, and only "glib.h" should be
+included directly.
+---
+diff --git a/src/mm-at-serial-port.h b/src/mm-at-serial-port.h
+index 5d5f13f..cec5dc3 100644
+--- a/src/mm-at-serial-port.h
++++ b/src/mm-at-serial-port.h
+@@ -18,7 +18,6 @@
+ #define MM_AT_SERIAL_PORT_H
+ 
+ #include <glib.h>
+-#include <glib/gtypes.h>
+ #include <glib-object.h>
+ 
+ #include "mm-serial-port.h"
+diff --git a/src/mm-manager.h b/src/mm-manager.h
+index 1c98458..c6a64bd 100644
+--- a/src/mm-manager.h
++++ b/src/mm-manager.h
+@@ -17,7 +17,6 @@
+ #ifndef MM_MANAGER_H
+ #define MM_MANAGER_H
+ 
+-#include <glib/gtypes.h>
+ #include <glib-object.h>
+ #include <dbus/dbus-glib.h>
+ #include "mm-modem.h"
+diff --git a/src/mm-modem-base.h b/src/mm-modem-base.h
+index 933aae1..be11af6 100644
+--- a/src/mm-modem-base.h
++++ b/src/mm-modem-base.h
+@@ -18,7 +18,6 @@
+ #define MM_MODEM_BASE_H
+ 
+ #include <glib.h>
+-#include <glib/gtypes.h>
+ #include <glib-object.h>
+ 
+ #include "mm-port.h"
+diff --git a/src/mm-plugin-base.h b/src/mm-plugin-base.h
+index 4b0932c..5b049a4 100644
+--- a/src/mm-plugin-base.h
++++ b/src/mm-plugin-base.h
+@@ -17,7 +17,6 @@
+ #define MM_PLUGIN_BASE_H
+ 
+ #include <glib.h>
+-#include <glib/gtypes.h>
+ #include <glib-object.h>
+ 
+ #define G_UDEV_API_IS_SUBJECT_TO_CHANGE
+diff --git a/src/mm-port.h b/src/mm-port.h
+index 4bcffd4..df935db 100644
+--- a/src/mm-port.h
++++ b/src/mm-port.h
+@@ -17,7 +17,6 @@
+ #define MM_PORT_H
+ 
+ #include <glib.h>
+-#include <glib/gtypes.h>
+ #include <glib-object.h>
+ 
+ typedef enum {
+diff --git a/src/mm-qcdm-serial-port.h b/src/mm-qcdm-serial-port.h
+index 2786ee8..605016d 100644
+--- a/src/mm-qcdm-serial-port.h
++++ b/src/mm-qcdm-serial-port.h
+@@ -18,7 +18,6 @@
+ #define MM_QCDM_SERIAL_PORT_H
+ 
+ #include <glib.h>
+-#include <glib/gtypes.h>
+ #include <glib-object.h>
+ 
+ #include "mm-serial-port.h"
+diff --git a/src/mm-serial-port.h b/src/mm-serial-port.h
+index eb12cbb..9450926 100644
+--- a/src/mm-serial-port.h
++++ b/src/mm-serial-port.h
+@@ -18,7 +18,6 @@
+ #define MM_SERIAL_PORT_H
+ 
+ #include <glib.h>
+-#include <glib/gtypes.h>
+ #include <glib-object.h>
+ 
+ #include "mm-port.h"
+--
+cgit v0.9.0.2-2-gbebe
diff --git a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.5.bb b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.5.bb
index 29c2575..55e083a 100644
--- a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.5.bb
+++ b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.5.bb
@@ -3,9 +3,13 @@ DEPENDS = "ppp udev glib-2.0"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
+PR = "r1"
+
 inherit gnome gettext
 
-SRC_URI = "${GNOME_MIRROR}/ModemManager/${@gnome_verdir("${PV}")}/ModemManager-${PV}.tar.bz2"
+SRC_URI = "${GNOME_MIRROR}/ModemManager/${@gnome_verdir("${PV}")}/ModemManager-${PV}.tar.bz2 \
+file://dont-include-private-glib-headers.patch" 
+
 SRC_URI[md5sum] = "cd04109506e88bf4c4cd3e7ce0034c08"
 SRC_URI[sha256sum] = "108de70537b1193634883fa6b3642b130a23f4c04d901cb15caeceb486af6152"
 
-- 
1.7.10.4




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

* [PATCH 14/14] net-snmp: add pciutils to dependencies
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
                   ` (12 preceding siblings ...)
  2012-10-09  7:52 ` [PATCH 13/14] modemmanager: do not include glib private headers Marcin Juszkiewicz
@ 2012-10-09  7:52 ` Marcin Juszkiewicz
  2012-10-09  8:58 ` Some updates from my world builds Koen Kooi
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
  15 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09  7:52 UTC (permalink / raw)
  To: openembedded-devel

It is using libpci if it is available and there is no --disable-pci
switch.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-extended/net-snmp/net-snmp.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/net-snmp/net-snmp.inc b/meta-oe/recipes-extended/net-snmp/net-snmp.inc
index 40ee8b5..c6f613d 100644
--- a/meta-oe/recipes-extended/net-snmp/net-snmp.inc
+++ b/meta-oe/recipes-extended/net-snmp/net-snmp.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Various tools relating to the Simple Network Management Protocol"
 HOMEPAGE = "http://www.net-snmp.org/"
 LICENSE = "BSD"
 
-DEPENDS = "openssl libnl"
+DEPENDS = "openssl libnl pciutils"
 RDEPENDS_${PN}-server-snmpd += "net-snmp-mibs"
 RDEPENDS_${PN}-server-snmptrapd += "net-snmp-server-snmpd"
 RDEPENDS_${PN}-server += "net-snmp-server-snmpd net-snmp-server-snmptrapd"
-- 
1.7.10.4




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

* Re: Some updates from my world builds
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
                   ` (13 preceding siblings ...)
  2012-10-09  7:52 ` [PATCH 14/14] net-snmp: add pciutils to dependencies Marcin Juszkiewicz
@ 2012-10-09  8:58 ` Koen Kooi
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
  15 siblings, 0 replies; 30+ messages in thread
From: Koen Kooi @ 2012-10-09  8:58 UTC (permalink / raw)
  To: openembedded-devel

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

Op 09-10-12 09:52, Marcin Juszkiewicz schreef:
> During AArch64 work I did several 'world' builds to stress cross 
> toolchain and catch all ICEs and other problems. As there were problems I
> tried to fix them when possible.

Can you please read the README in meta-oe and submit patches accordingly so
they get picked up in patchwork:
http://patches.openembedded.org/project/oe/list/?q=meta-oe ?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFQc+dMMkyGM64RGpERAktbAJ9/yMbZK3e371YYxL5ODw2Z3kFMpQCeIy18
0X4TQbCbPyuDGdp3MUGA+5A=
=Ig4C
-----END PGP SIGNATURE-----




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

* [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR
  2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
                   ` (14 preceding siblings ...)
  2012-10-09  8:58 ` Some updates from my world builds Koen Kooi
@ 2012-10-09 11:11 ` Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 02/14] libdivecomputer: " Marcin Juszkiewicz
                     ` (12 more replies)
  15 siblings, 13 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09 11:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-connectivity/soft66/files/fix-ar.patch |   13 +++++++++++++
 meta-oe/recipes-connectivity/soft66/soft66_git.bb      |    4 +++-
 2 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-connectivity/soft66/files/fix-ar.patch

diff --git a/meta-oe/recipes-connectivity/soft66/files/fix-ar.patch b/meta-oe/recipes-connectivity/soft66/files/fix-ar.patch
new file mode 100644
index 0000000..bf1ffdf
--- /dev/null
+++ b/meta-oe/recipes-connectivity/soft66/files/fix-ar.patch
@@ -0,0 +1,13 @@
+---
+ configure.ac |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- git.orig/configure.ac
++++ git/configure.ac
+@@ -7,5 +7,6 @@ AC_PROG_CC
+ AC_CONFIG_HEADERS([config.h])
+ AC_CONFIG_FILES([Makefile lib/Makefile tools/Makefile])
+ PKG_CHECK_MODULES([FTDI], [libftdi >= 0.13])
+ AC_OUTPUT
+ AM_PROG_CC_C_O
++AM_PROG_AR
diff --git a/meta-oe/recipes-connectivity/soft66/soft66_git.bb b/meta-oe/recipes-connectivity/soft66/soft66_git.bb
index c38ac15..a574c3c 100644
--- a/meta-oe/recipes-connectivity/soft66/soft66_git.bb
+++ b/meta-oe/recipes-connectivity/soft66/soft66_git.bb
@@ -6,9 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
 DEPENDS = "libftdi"
 
 PV = "0.1.3+gitr${SRCPV}"
+PR = "r1"
 
 SRCREV = "a1dab25e73896c90c98227ac8055f227b830d512"
-SRC_URI = "git://home.horsten.com/soft66;protocol=git"
+SRC_URI = "git://home.horsten.com/soft66;protocol=git \
+file://fix-ar.patch"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.10.4




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

* [meta-oe][PATCH 02/14] libdivecomputer: added missing AM_PROG_AR
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
@ 2012-10-09 11:11   ` Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 03/14] lzip: update to 1.13 Marcin Juszkiewicz
                     ` (11 subsequent siblings)
  12 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09 11:11 UTC (permalink / raw)
  To: openembedded-devel

Change is present upstream for long time. We should consider update of
recipe.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 .../libdivecomputer/files/fix-ar.patch               |   18 ++++++++++++++++++
 .../libdivecomputer/libdivecomputer_git.bb           |    5 ++++-
 2 files changed, 22 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch

diff --git a/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch b/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
new file mode 100644
index 0000000..cc3f5d4
--- /dev/null
+++ b/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
@@ -0,0 +1,18 @@
+---
+ configure.ac |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- git.orig/configure.ac
++++ git/configure.ac
+@@ -24,10 +24,11 @@ LT_INIT([win32-dll])
+ LT_PROG_RC
+ 
+ # Checks for programs.
+ AC_PROG_CC
+ AC_PROG_CC_C99
++AM_PROG_AR
+ 
+ # Enable automake silent build rules.
+ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+ 
+ # Checks for native Windows.
diff --git a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
index ac609a9..1154dc0 100644
--- a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
+++ b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
@@ -9,8 +9,11 @@ DEPENDS = "libusb1"
 inherit autotools pkgconfig
 
 PV = "0.0.0"
+PR = "r1"
+
 SRCREV = "b7a6be15ca58cc8f89fbc8fa1a4c840e13d51092"
-SRC_URI = "git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer"
+SRC_URI = "git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer \
+file://fix-ar.patch"
 S = "${WORKDIR}/git"
 
 
-- 
1.7.10.4




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

* [meta-oe][PATCH 03/14] lzip: update to 1.13
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 02/14] libdivecomputer: " Marcin Juszkiewicz
@ 2012-10-09 11:11   ` Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 04/14] orrery: added missing dependency on gtk+ Marcin Juszkiewicz
                     ` (10 subsequent siblings)
  12 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09 11:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-support/lzip/{lzip_1.12.bb => lzip_1.13.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/lzip/{lzip_1.12.bb => lzip_1.13.bb} (85%)

diff --git a/meta-oe/recipes-support/lzip/lzip_1.12.bb b/meta-oe/recipes-support/lzip/lzip_1.13.bb
similarity index 85%
rename from meta-oe/recipes-support/lzip/lzip_1.12.bb
rename to meta-oe/recipes-support/lzip/lzip_1.13.bb
index 68f9d0d..e04b6dc 100644
--- a/meta-oe/recipes-support/lzip/lzip_1.12.bb
+++ b/meta-oe/recipes-support/lzip/lzip_1.13.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
 
 SRC_URI = "http://download.savannah.gnu.org/releases/lzip/lzip-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "69a40172db5ce896b58d862c50fcd517"
-SRC_URI[sha256sum] = "eabc590d02d404dc1a1cc8e2777ed398370174b68edb22043c8ca0b209dfcd27"
+SRC_URI[md5sum] = "2f401e995c36cca05bd1805aa9c28231"
+SRC_URI[sha256sum] = "c73d36c0a926b71d484eacc192262a1d209674e3f903016f2c74a2bcbc5c28ac"
 
 CONFIGUREOPTS = "\
     '--srcdir=${S}' \
-- 
1.7.10.4




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

* [meta-oe][PATCH 04/14] orrery: added missing dependency on gtk+
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 02/14] libdivecomputer: " Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 03/14] lzip: update to 1.13 Marcin Juszkiewicz
@ 2012-10-09 11:11   ` Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 05/14] lvm2: added missing dependency on udev Marcin Juszkiewicz
                     ` (9 subsequent siblings)
  12 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09 11:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-navigation/orrery/orrery_2.7.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
index 1e41f5b..c216f29 100644
--- a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
+++ b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
@@ -3,6 +3,7 @@ HOMEPAGE    = "http://projects.openmoko.org/projects/orrery/"
 SECTION = "x11/scientific"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://orrery.c;endline=25;md5=d792bdf2b591972da175aecc38d88cfe"
+DEPENDS = "gtk+"
 
 inherit autotools
 
-- 
1.7.10.4




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

* [meta-oe][PATCH 05/14] lvm2: added missing dependency on udev
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
                     ` (2 preceding siblings ...)
  2012-10-09 11:11   ` [meta-oe][PATCH 04/14] orrery: added missing dependency on gtk+ Marcin Juszkiewicz
@ 2012-10-09 11:11   ` Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 06/14] ttf-gentium: added license stuff Marcin Juszkiewicz
                     ` (8 subsequent siblings)
  12 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09 11:11 UTC (permalink / raw)
  To: openembedded-devel

checking for UDEV... no
configure: error: Package requirements (libudev >= 143) were not met:

No package 'libudev' found

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-support/lvm2/lvm2.inc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index 7ac6a41..b357fd9 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -1,5 +1,6 @@
 SECTION = "utils"
 DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux."
+DEPENDS = "udev"
 LICENSE = "GPLv2 & LGPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24"
-- 
1.7.10.4




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

* [meta-oe][PATCH 06/14] ttf-gentium: added license stuff
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
                     ` (3 preceding siblings ...)
  2012-10-09 11:11   ` [meta-oe][PATCH 05/14] lvm2: added missing dependency on udev Marcin Juszkiewicz
@ 2012-10-09 11:11   ` Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 07/14] ttf-hunkyfonts: " Marcin Juszkiewicz
                     ` (7 subsequent siblings)
  12 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09 11:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 .../recipes-graphics/ttf-fonts/ttf-gentium/OFL.gz  |  Bin 1963 -> 0 bytes
 .../recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb |  113 ++------------------
 2 files changed, 7 insertions(+), 106 deletions(-)
 delete mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-gentium/OFL.gz

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium/OFL.gz b/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium/OFL.gz
deleted file mode 100644
index 7ebada75728080de1b1ee7676484bdbfab6822b1..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 1963
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

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb
index ee27c12..3c49e24 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb
@@ -2,12 +2,13 @@ require ttf.inc
 
 DESCRIPTION = "Gentium fonts - TTF Version"
 HOMEPAGE = "http://scripts.sil.org/gentium"
-LICENSE = "SIL Open Font License"
+LICENSE = "OFL"
 LICENSE_URL = "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL"
-PR = "r5"
+LIC_FILES_CHKSUM = "file://OFL;md5=33a5bf7b98a9c0ae87430760ba762295 \
+"
+PR = "r6"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz \
-           file://OFL.gz"
+SRC_URI = "${DEBIAN_MIRROR}/main/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz "
 
 S = "${WORKDIR}/ttf-sil-gentium-${PV}"
 
@@ -16,8 +17,8 @@ do_install_append() {
     install -d ${D}${datadir}/doc/ttf-gentium/
     install -d ${D}${datadir}/doc/ttf-gentium-alt/
 
-    install -m 0644 ${WORKDIR}/OFL ${D}${datadir}/doc/ttf-gentium/
-    install -m 0644 ${WORKDIR}/OFL ${D}${datadir}/doc/ttf-gentium-alt/
+    install -m 0644 ${S}/OFL ${D}${datadir}/doc/ttf-gentium/
+    install -m 0644 ${S}/OFL ${D}${datadir}/doc/ttf-gentium-alt/
 
 }
 
@@ -31,105 +32,5 @@ FILES_${PN} = "${datadir}/fonts/truetype/GenI*.ttf \
                ${datadir}/fonts/truetype/GenR*.ttf \
 	       ${datadir}/doc/ttf-gentium/*"
 
-#
-# License
-#
-# Gentium is released under the SIL Open Font License - please read it carefully
-# and do not download the fonts unless you agree to the terms of the license:
-#
-# This Font Software is Copyright (c) 2003-2005, SIL International
-# (http://scripts.sil.org/). All Rights Reserved.
-#
-# "Gentium" is a Reserved Font Name for this Font Software. "SIL" is a Reserved
-# Font Name for this Font Software.
-#
-# This Font Software is licensed under the SIL Open Font License, Version 1.0. No
-# modification of the license is permitted, only verbatim copy is allowed. This
-# license is copied below, and is also available with a FAQ
-# at:http://scripts.sil.org/OFL SIL OPEN FONT LICENSE
-#
-# Version 1.0 - 22 November 2005
-#
-# PREAMBLE
-#
-# The goals of the Open Font License (OFL) are to stimulate worldwide development
-# of cooperative font projects, to support the font creation efforts of academic
-# and linguistic communities, and to provide an open framework in which fonts may
-# be shared and improved in partnership with others.
-#
-# The OFL allows the licensed fonts to be used, studied, modified and
-# redistributed freely as long as they are not sold by themselves. The fonts,
-# including any derivative works, can be bundled, embedded, redistributed and
-# sold with any software provided that the font names of derivative works are
-# changed. The fonts and derivatives, however, cannot be released under any other
-# type of license.
-#
-# DEFINITIONS
-#
-# "Font Software" refers to any and all of the following:
-#
-#     * font files data files source code build scripts documentation
-#
-# "Reserved Font Name" refers to the Font Software name as seen by users and any
-# other names as specified after the copyright statement.
-#
-# "Standard Version" refers to the collection of Font Software components as
-# distributed by the Copyright Holder.
-#
-# "Modified Version" refers to any derivative font software made by adding to,
-# deleting, or substituting -- in part or in whole -- any of the components of
-# the Standard Version, by changing formats or by porting the Font Software to a
-# new environment.
-#
-# "Author" refers to any designer, engineer, programmer, technical writer or
-# other person who contributed to the Font Software.
-#
-# PERMISSION & CONDITIONS
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy of
-# the Font Software, to use, study, copy, merge, embed, modify, redistribute, and
-# sell modified and unmodified copies of the Font Software, subject to the
-# following conditions:
-#
-# 1) Neither the Font Software nor any of its individual components, in Standard
-# or Modified Versions, may be sold by itself.
-#
-# 2) Standard or Modified Versions of the Font Software may be bundled,
-# redistributed and sold with any software, provided that each copy contains the
-# above copyright notice and this license. These can be included either as
-# stand-alone text files, human-readable headers or in the appropriate
-# machine-readable metadata fields within text or binary files as long as those
-# fields can be easily viewed by the user.
-#
-# 3) No Modified Version of the Font Software may use the Reserved Font Name(s),
-# in part or in whole, unless explicit written permission is granted by the
-# Copyright Holder. This restriction applies to all references stored in the Font
-# Software, such as the font menu name and other font description fields, which
-# are used to differentiate the font from others.
-#
-# 4) The name(s) of the Copyright Holder or the Author(s) of the Font Software
-# shall not be used to promote, endorse or advertise any Modified Version, except
-# to acknowledge the contribution(s) of the Copyright Holder and the Author(s) or
-# with their explicit written permission.
-#
-# 5) The Font Software, modified or unmodified, in part or in whole, must be
-# distributed using this license, and may not be distributed under any other
-# license.
-#
-# TERMINATION
-#
-# This license becomes null and void if any of the above conditions are not met.
-#
-# DISCLAIMER
-#
-# THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
-# TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR
-# ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL,
-# INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
-# CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE
-# THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
-
 SRC_URI[md5sum] = "4c3e6ae586be277537ebb68f2a45b883"
 SRC_URI[sha256sum] = "4746c04c9a4ad9e0788a38e0a2f81919a630d8070ceabc89f156b6d41d8ceb37"
-- 
1.7.10.4




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

* [meta-oe][PATCH 07/14] ttf-hunkyfonts: added license stuff
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
                     ` (4 preceding siblings ...)
  2012-10-09 11:11   ` [meta-oe][PATCH 06/14] ttf-gentium: added license stuff Marcin Juszkiewicz
@ 2012-10-09 11:11   ` Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 08/14] ttf-mplus: " Marcin Juszkiewicz
                     ` (6 subsequent siblings)
  12 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09 11:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb
index a2ef0cf..4a23451 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb
@@ -3,6 +3,7 @@ require ttf.inc
 DESCRIPTION = "Hunky fonts - TTF Version"
 HOMEPAGE = "http://sourceforge.net/projects/hunkyfonts"
 LICENSE = "LGPL"
+LIC_FILES_CHKSUM = "file://../LICENSE;md5=7fbc338309ac38fefcd64b04bb903e34"
 PR = "r5"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/hunkyfonts/hunkyfonts-${PV}.tar.bz2"
-- 
1.7.10.4




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

* [meta-oe][PATCH 08/14] ttf-mplus: added license stuff
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
                     ` (5 preceding siblings ...)
  2012-10-09 11:11   ` [meta-oe][PATCH 07/14] ttf-hunkyfonts: " Marcin Juszkiewicz
@ 2012-10-09 11:11   ` Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 09/14] ttf-wqy-zenhei: " Marcin Juszkiewicz
                     ` (5 subsequent siblings)
  12 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09 11:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb
index 79920ce..731c490 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb
@@ -3,6 +3,9 @@ require ttf.inc
 DESCRIPTION = "MPlus font - TTF Edition"
 HOMEPAGE = "http://dejavu.sourceforge.net/wiki/"
 LICENSE = "${PN}"
+LIC_FILES_CHKSUM = "file://LICENSE_E;md5=ac161e96eda00db9a3aec7870b5d9658 \
+                    file://LICENSE_J;md5=a120ca8d7c8e4a475d5277c9aeb95221 \
+"
 PR = "r2"
 
 SRC_URI = "http://osdn.dl.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-${PV}.tar.gz"
-- 
1.7.10.4




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

* [meta-oe][PATCH 09/14] ttf-wqy-zenhei: added license stuff
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
                     ` (6 preceding siblings ...)
  2012-10-09 11:11   ` [meta-oe][PATCH 08/14] ttf-mplus: " Marcin Juszkiewicz
@ 2012-10-09 11:11   ` Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 10/14] ttf-ubuntu-font-family: added license stuff and updated to 0.80 version Marcin Juszkiewicz
                     ` (4 subsequent siblings)
  12 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09 11:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb
index f1eb6ff..d8c88d5 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb
@@ -4,6 +4,7 @@ DESCRIPTION = "WenQuanYi Zen Hei - A Hei-Ti Style Chinese font"
 AUTHOR = "Qianqian Fang and The WenQuanYi Project Contributors"
 HOMEPAGE = "http://wqy.sourceforge.net/en/"
 LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=cf540fc7d35b5777e36051280b3a911c"
 PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/wqy/wqy-zenhei-${PV}-0.tar.gz"
-- 
1.7.10.4




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

* [meta-oe][PATCH 10/14] ttf-ubuntu-font-family: added license stuff and updated to 0.80 version
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
                     ` (7 preceding siblings ...)
  2012-10-09 11:11   ` [meta-oe][PATCH 09/14] ttf-wqy-zenhei: " Marcin Juszkiewicz
@ 2012-10-09 11:11   ` Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 11/14] libedit: update to latest version Marcin Juszkiewicz
                     ` (3 subsequent siblings)
  12 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09 11:11 UTC (permalink / raw)
  To: openembedded-devel

Dropped Serif handling code - there is no Ubuntu Serif.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 .../ttf-fonts/ttf-ubuntu-font-family_0.69.bb       |   18 ------------------
 .../ttf-fonts/ttf-ubuntu-font-family_0.80.bb       |   20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 18 deletions(-)
 delete mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.69.bb
 create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.69.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.69.bb
deleted file mode 100644
index 22a7aec..0000000
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.69.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-require ttf.inc
-
-DESCRIPTION = "Ubuntu Font Family - TTF Version"
-HOMEPAGE = "http://font.ubuntu.com"
-LICENSE = "UFL"
-PR = "r2"
-
-SRC_URI = "http://font.ubuntu.com/download/ubuntu-font-family-${PV}+ufl.zip"
-SRC_URI[md5sum] = "2c3287ea72f81ce025095f7a6d68af28"
-SRC_URI[sha256sum] = "23206a306d92ec57404ab3bc75610b6d8cfed0b8ddcfbe51b99fb48519a4855b"
-S = "${WORKDIR}/ubuntu-font-family-0.69+ufl"
-
-PACKAGES = "${PN}-dbg ttf-ubuntu-mono ttf-ubuntu-sans ttf-ubuntu-serif"
-RRECOMMENDS_${PN}-dbg = ""
-
-FILES_ttf-ubuntu-mono  = "${datadir}/fonts/truetype/*Mono*"
-FILES_ttf-ubuntu-sans  = "${datadir}/fonts/truetype/Ubuntu-*"
-FILES_ttf-ubuntu-serif = "${datadir}/fonts/truetype/*Serif*"
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb
new file mode 100644
index 0000000..08d79a1
--- /dev/null
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb
@@ -0,0 +1,20 @@
+require ttf.inc
+
+DESCRIPTION = "Ubuntu Font Family - TTF Version"
+HOMEPAGE = "http://font.ubuntu.com"
+LICENSE = "UFL"
+LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=325a1a9029112a2405e743c7f816427b"
+PR = "r0"
+
+SRC_URI = "http://font.ubuntu.com/download/ubuntu-font-family-${PV}.zip"
+
+SRC_URI[md5sum] = "a1fc70f5a5b1d096ab8310886cddaa1c"
+SRC_URI[sha256sum] = "107170099bbc3beae8602b97a5c423525d363106c3c24f787d43e09811298e4c"
+
+S = "${WORKDIR}/ubuntu-font-family-${PV}"
+
+PACKAGES = "${PN}-dbg ttf-ubuntu-mono ttf-ubuntu-sans"
+RRECOMMENDS_${PN}-dbg = ""
+
+FILES_ttf-ubuntu-mono  = "${datadir}/fonts/truetype/*Mono*"
+FILES_ttf-ubuntu-sans  = "${datadir}/fonts/truetype/Ubuntu-*"
-- 
1.7.10.4




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

* [meta-oe][PATCH 11/14] libedit: update to latest version
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
                     ` (8 preceding siblings ...)
  2012-10-09 11:11   ` [meta-oe][PATCH 10/14] ttf-ubuntu-font-family: added license stuff and updated to 0.80 version Marcin Juszkiewicz
@ 2012-10-09 11:11   ` Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 12/14] ca-certificates: update to 20120623 version Marcin Juszkiewicz
                     ` (2 subsequent siblings)
  12 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09 11:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 .../libedit/{libedit_20110802.bb => libedit_20120601.bb}           |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/libedit/{libedit_20110802.bb => libedit_20120601.bb} (70%)

diff --git a/meta-oe/recipes-devtools/libedit/libedit_20110802.bb b/meta-oe/recipes-devtools/libedit/libedit_20120601.bb
similarity index 70%
rename from meta-oe/recipes-devtools/libedit/libedit_20110802.bb
rename to meta-oe/recipes-devtools/libedit/libedit_20120601.bb
index 2aac727..1be967d 100644
--- a/meta-oe/recipes-devtools/libedit/libedit_20110802.bb
+++ b/meta-oe/recipes-devtools/libedit/libedit_20120601.bb
@@ -12,5 +12,5 @@ SRC_URI = "http://www.thrysoee.dk/editline/${PN}-${PV}-3.0.tar.gz"
 
 S = "${WORKDIR}/${PN}-${PV}-3.0"
 
-SRC_URI[md5sum] = "0ea42e2c794da8ed32f6307b427f6590"
-SRC_URI[sha256sum] = "0b5ec9aa41faff761cda7819add93e9d8cb9c0bad85e65a686475e8375ac8a71"
+SRC_URI[md5sum] = "e50f6a7afb4de00c81650f7b1a0f5aea"
+SRC_URI[sha256sum] = "51f0f4b4a97b7ebab26e7b5c2564c47628cdb3042fd8ba8d0605c719d2541918"
-- 
1.7.10.4




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

* [meta-oe][PATCH 12/14] ca-certificates: update to 20120623 version
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
                     ` (9 preceding siblings ...)
  2012-10-09 11:11   ` [meta-oe][PATCH 11/14] libedit: update to latest version Marcin Juszkiewicz
@ 2012-10-09 11:11   ` Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 13/14] modemmanager: do not include glib private headers Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 14/14] net-snmp: add pciutils to dependencies Marcin Juszkiewicz
  12 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09 11:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 .../{ca-certificates_20120212.bb => ca-certificates_20120623.bb} |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/ca-certificates/{ca-certificates_20120212.bb => ca-certificates_20120623.bb} (83%)

diff --git a/meta-oe/recipes-support/ca-certificates/ca-certificates_20120212.bb b/meta-oe/recipes-support/ca-certificates/ca-certificates_20120623.bb
similarity index 83%
rename from meta-oe/recipes-support/ca-certificates/ca-certificates_20120212.bb
rename to meta-oe/recipes-support/ca-certificates/ca-certificates_20120623.bb
index b3d7b9c..66150f0 100644
--- a/meta-oe/recipes-support/ca-certificates/ca-certificates_20120212.bb
+++ b/meta-oe/recipes-support/ca-certificates/ca-certificates_20120623.bb
@@ -2,13 +2,13 @@ DESCRIPTION = "Common CA certificates"
 HOMEPAGE = "http://packages.debian.org/sid/ca-certificates"
 SECTION = "misc"
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://debian/copyright;md5=6275b491c91b57d92ebe11205ebf4dfe"
+LIC_FILES_CHKSUM = "file://debian/copyright;md5=6135800ff6d893c7904d7aad90972eb5"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/c/ca-certificates/ca-certificates_${PV}.tar.gz \
            file://0001-update-ca-certificates-remove-c-rehash.patch"
 
-SRC_URI[md5sum] = "391dea8d827db935ca0d0d1e6641bf23"
-SRC_URI[sha256sum] = "95f3eac93dad4433b5731bc9e106a26e2ccf210acace1927e597477b24187dce"
+SRC_URI[md5sum] = "5105d4cc086f0d4ecf7bf2e4c4667289"
+SRC_URI[sha256sum] = "878cd1130ba056fe5f96decde7e5fc1b71d35eb8565a1515744912e100731ee9"
 
 inherit autotools allarch
 
-- 
1.7.10.4




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

* [meta-oe][PATCH 13/14] modemmanager: do not include glib private headers
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
                     ` (10 preceding siblings ...)
  2012-10-09 11:11   ` [meta-oe][PATCH 12/14] ca-certificates: update to 20120623 version Marcin Juszkiewicz
@ 2012-10-09 11:11   ` Marcin Juszkiewicz
  2012-10-09 11:11   ` [meta-oe][PATCH 14/14] net-snmp: add pciutils to dependencies Marcin Juszkiewicz
  12 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09 11:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 .../dont-include-private-glib-headers.patch        |   94 ++++++++++++++++++++
 .../networkmanager/modemmanager_0.5.bb             |    6 +-
 2 files changed, 99 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-connectivity/networkmanager/modemmanager/dont-include-private-glib-headers.patch

diff --git a/meta-oe/recipes-connectivity/networkmanager/modemmanager/dont-include-private-glib-headers.patch b/meta-oe/recipes-connectivity/networkmanager/modemmanager/dont-include-private-glib-headers.patch
new file mode 100644
index 0000000..71dffc0
--- /dev/null
+++ b/meta-oe/recipes-connectivity/networkmanager/modemmanager/dont-include-private-glib-headers.patch
@@ -0,0 +1,94 @@
+From 28f64090dfa15097587bbea69209df10b8ab8593 Mon Sep 17 00:00:00 2001
+From: Aleksander Morgado <aleksander@lanedo.com>
+Date: Mon, 24 Oct 2011 19:09:11 +0000
+Subject: core: don't include private headers from glib
+
+The "glib/gtypes.h" is now considered private, and only "glib.h" should be
+included directly.
+---
+diff --git a/src/mm-at-serial-port.h b/src/mm-at-serial-port.h
+index 5d5f13f..cec5dc3 100644
+--- a/src/mm-at-serial-port.h
++++ b/src/mm-at-serial-port.h
+@@ -18,7 +18,6 @@
+ #define MM_AT_SERIAL_PORT_H
+ 
+ #include <glib.h>
+-#include <glib/gtypes.h>
+ #include <glib-object.h>
+ 
+ #include "mm-serial-port.h"
+diff --git a/src/mm-manager.h b/src/mm-manager.h
+index 1c98458..c6a64bd 100644
+--- a/src/mm-manager.h
++++ b/src/mm-manager.h
+@@ -17,7 +17,6 @@
+ #ifndef MM_MANAGER_H
+ #define MM_MANAGER_H
+ 
+-#include <glib/gtypes.h>
+ #include <glib-object.h>
+ #include <dbus/dbus-glib.h>
+ #include "mm-modem.h"
+diff --git a/src/mm-modem-base.h b/src/mm-modem-base.h
+index 933aae1..be11af6 100644
+--- a/src/mm-modem-base.h
++++ b/src/mm-modem-base.h
+@@ -18,7 +18,6 @@
+ #define MM_MODEM_BASE_H
+ 
+ #include <glib.h>
+-#include <glib/gtypes.h>
+ #include <glib-object.h>
+ 
+ #include "mm-port.h"
+diff --git a/src/mm-plugin-base.h b/src/mm-plugin-base.h
+index 4b0932c..5b049a4 100644
+--- a/src/mm-plugin-base.h
++++ b/src/mm-plugin-base.h
+@@ -17,7 +17,6 @@
+ #define MM_PLUGIN_BASE_H
+ 
+ #include <glib.h>
+-#include <glib/gtypes.h>
+ #include <glib-object.h>
+ 
+ #define G_UDEV_API_IS_SUBJECT_TO_CHANGE
+diff --git a/src/mm-port.h b/src/mm-port.h
+index 4bcffd4..df935db 100644
+--- a/src/mm-port.h
++++ b/src/mm-port.h
+@@ -17,7 +17,6 @@
+ #define MM_PORT_H
+ 
+ #include <glib.h>
+-#include <glib/gtypes.h>
+ #include <glib-object.h>
+ 
+ typedef enum {
+diff --git a/src/mm-qcdm-serial-port.h b/src/mm-qcdm-serial-port.h
+index 2786ee8..605016d 100644
+--- a/src/mm-qcdm-serial-port.h
++++ b/src/mm-qcdm-serial-port.h
+@@ -18,7 +18,6 @@
+ #define MM_QCDM_SERIAL_PORT_H
+ 
+ #include <glib.h>
+-#include <glib/gtypes.h>
+ #include <glib-object.h>
+ 
+ #include "mm-serial-port.h"
+diff --git a/src/mm-serial-port.h b/src/mm-serial-port.h
+index eb12cbb..9450926 100644
+--- a/src/mm-serial-port.h
++++ b/src/mm-serial-port.h
+@@ -18,7 +18,6 @@
+ #define MM_SERIAL_PORT_H
+ 
+ #include <glib.h>
+-#include <glib/gtypes.h>
+ #include <glib-object.h>
+ 
+ #include "mm-port.h"
+--
+cgit v0.9.0.2-2-gbebe
diff --git a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.5.bb b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.5.bb
index 29c2575..55e083a 100644
--- a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.5.bb
+++ b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.5.bb
@@ -3,9 +3,13 @@ DEPENDS = "ppp udev glib-2.0"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
+PR = "r1"
+
 inherit gnome gettext
 
-SRC_URI = "${GNOME_MIRROR}/ModemManager/${@gnome_verdir("${PV}")}/ModemManager-${PV}.tar.bz2"
+SRC_URI = "${GNOME_MIRROR}/ModemManager/${@gnome_verdir("${PV}")}/ModemManager-${PV}.tar.bz2 \
+file://dont-include-private-glib-headers.patch" 
+
 SRC_URI[md5sum] = "cd04109506e88bf4c4cd3e7ce0034c08"
 SRC_URI[sha256sum] = "108de70537b1193634883fa6b3642b130a23f4c04d901cb15caeceb486af6152"
 
-- 
1.7.10.4




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

* [meta-oe][PATCH 14/14] net-snmp: add pciutils to dependencies
  2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
                     ` (11 preceding siblings ...)
  2012-10-09 11:11   ` [meta-oe][PATCH 13/14] modemmanager: do not include glib private headers Marcin Juszkiewicz
@ 2012-10-09 11:11   ` Marcin Juszkiewicz
  12 siblings, 0 replies; 30+ messages in thread
From: Marcin Juszkiewicz @ 2012-10-09 11:11 UTC (permalink / raw)
  To: openembedded-devel

It is using libpci if it is available and there is no --disable-pci
switch.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-extended/net-snmp/net-snmp.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/net-snmp/net-snmp.inc b/meta-oe/recipes-extended/net-snmp/net-snmp.inc
index 40ee8b5..c6f613d 100644
--- a/meta-oe/recipes-extended/net-snmp/net-snmp.inc
+++ b/meta-oe/recipes-extended/net-snmp/net-snmp.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Various tools relating to the Simple Network Management Protocol"
 HOMEPAGE = "http://www.net-snmp.org/"
 LICENSE = "BSD"
 
-DEPENDS = "openssl libnl"
+DEPENDS = "openssl libnl pciutils"
 RDEPENDS_${PN}-server-snmpd += "net-snmp-mibs"
 RDEPENDS_${PN}-server-snmptrapd += "net-snmp-server-snmpd"
 RDEPENDS_${PN}-server += "net-snmp-server-snmpd net-snmp-server-snmptrapd"
-- 
1.7.10.4




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

end of thread, other threads:[~2012-10-09 11:25 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-09  7:52 Some updates from my world builds Marcin Juszkiewicz
2012-10-09  7:52 ` [PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
2012-10-09  7:52 ` [PATCH 02/14] libdivecomputer: " Marcin Juszkiewicz
2012-10-09  7:52 ` [PATCH 03/14] lzip: update to 1.13 Marcin Juszkiewicz
2012-10-09  7:52 ` [PATCH 04/14] orrery: added missing dependency on gtk+ Marcin Juszkiewicz
2012-10-09  7:52 ` [PATCH 05/14] lvm2: added missing dependency on udev Marcin Juszkiewicz
2012-10-09  7:52 ` [PATCH 06/14] ttf-gentium: added license stuff Marcin Juszkiewicz
2012-10-09  7:52 ` [PATCH 07/14] ttf-hunkyfonts: " Marcin Juszkiewicz
2012-10-09  7:52 ` [PATCH 08/14] ttf-mplus: " Marcin Juszkiewicz
2012-10-09  7:52 ` [PATCH 09/14] ttf-wqy-zenhei: " Marcin Juszkiewicz
2012-10-09  7:52 ` [PATCH 10/14] ttf-ubuntu-font-family: added license stuff and updated to 0.80 version Marcin Juszkiewicz
2012-10-09  7:52 ` [PATCH 11/14] libedit: update to latest version Marcin Juszkiewicz
2012-10-09  7:52 ` [PATCH 12/14] ca-certificates: update to 20120623 version Marcin Juszkiewicz
2012-10-09  7:52 ` [PATCH 13/14] modemmanager: do not include glib private headers Marcin Juszkiewicz
2012-10-09  7:52 ` [PATCH 14/14] net-snmp: add pciutils to dependencies Marcin Juszkiewicz
2012-10-09  8:58 ` Some updates from my world builds Koen Kooi
2012-10-09 11:11 ` [meta-oe][PATCH 01/14] soft66: added missing AM_PROG_AR Marcin Juszkiewicz
2012-10-09 11:11   ` [meta-oe][PATCH 02/14] libdivecomputer: " Marcin Juszkiewicz
2012-10-09 11:11   ` [meta-oe][PATCH 03/14] lzip: update to 1.13 Marcin Juszkiewicz
2012-10-09 11:11   ` [meta-oe][PATCH 04/14] orrery: added missing dependency on gtk+ Marcin Juszkiewicz
2012-10-09 11:11   ` [meta-oe][PATCH 05/14] lvm2: added missing dependency on udev Marcin Juszkiewicz
2012-10-09 11:11   ` [meta-oe][PATCH 06/14] ttf-gentium: added license stuff Marcin Juszkiewicz
2012-10-09 11:11   ` [meta-oe][PATCH 07/14] ttf-hunkyfonts: " Marcin Juszkiewicz
2012-10-09 11:11   ` [meta-oe][PATCH 08/14] ttf-mplus: " Marcin Juszkiewicz
2012-10-09 11:11   ` [meta-oe][PATCH 09/14] ttf-wqy-zenhei: " Marcin Juszkiewicz
2012-10-09 11:11   ` [meta-oe][PATCH 10/14] ttf-ubuntu-font-family: added license stuff and updated to 0.80 version Marcin Juszkiewicz
2012-10-09 11:11   ` [meta-oe][PATCH 11/14] libedit: update to latest version Marcin Juszkiewicz
2012-10-09 11:11   ` [meta-oe][PATCH 12/14] ca-certificates: update to 20120623 version Marcin Juszkiewicz
2012-10-09 11:11   ` [meta-oe][PATCH 13/14] modemmanager: do not include glib private headers Marcin Juszkiewicz
2012-10-09 11:11   ` [meta-oe][PATCH 14/14] net-snmp: add pciutils to dependencies Marcin Juszkiewicz

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.