[OE-core] [PATCH] foomatic-filters: Updated to 4.0.15

2012-05-16 Thread Cristian Iorga
---
 .../foomatic/foomatic-filters_4.0.15.bb|   39 
 .../foomatic/foomatic-filters_4.0.7.bb |   39 
 2 files changed, 39 insertions(+), 39 deletions(-)
 create mode 100644 meta/recipes-extended/foomatic/foomatic-filters_4.0.15.bb
 delete mode 100644 meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb

diff --git a/meta/recipes-extended/foomatic/foomatic-filters_4.0.15.bb 
b/meta/recipes-extended/foomatic/foomatic-filters_4.0.15.bb
new file mode 100644
index 000..bcf8d1d
--- /dev/null
+++ b/meta/recipes-extended/foomatic/foomatic-filters_4.0.15.bb
@@ -0,0 +1,39 @@
+SUMMARY = "OpenPrinting printer support - filters"
+DESCRIPTION = "Foomatic is a printer database designed to make it easier to 
set up \
+common printers for use with UNIX-like operating systems.\
+It provides the "glue" between a print spooler (like CUPS or lpr) and \
+the printer, by processing files sent to the printer. \
+ \
+This package consists of filters used by the printer spoolers \
+to convert the incoming PostScript data into the printer's native \
+format using a printer-specific, but spooler-independent PPD file. \
+"
+
+DEPENDS += "cups perl libxml2"
+PR = "r0"
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = 
"file://${WORKDIR}/foomatic-filters-${PV}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
+
+SRC_URI = 
"http://www.openprinting.org/download/foomatic/foomatic-filters-${PV}.tar.gz";
+
+SRC_URI[md5sum] = "1b7efcdc57340915647daa5b5c15b0ef"
+SRC_URI[sha256sum] = 
"f5b7b67aacedec4c0294d242cbffbe0d7d3cd0fdd2b410c055e818f25ed3bc79"
+
+inherit autotools
+
+EXTRA_OECONF += "--disable-file-converter-check --with-file-converter=texttops"
+
+do_configure_prepend() {
+export LIB_CUPS=${exec_prefix}/lib/cups   # /usr/lib NOT libdir
+export CUPS_BACKENDS=${exec_prefix}/lib/cups/backend  # /usr/lib NOT libdir
+export CUPS_FILTERS=${exec_prefix}/lib/cups/filter# /usr/lib NOT libdir
+export CUPS_PPDS=${datadir}/cups/model
+}
+
+do_install_append_linuxstdbase() {
+install -d ${D}${exec_prefix}/lib/cups/filter
+ln -sf ${bindir}/foomatic-rip ${D}${exec_prefix}/lib/cups/filter
+}
+
+FILES_${PN} += "${exec_prefix}/lib/cups/ ${exec_prefix}/lib/ppr/"
diff --git a/meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb 
b/meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb
deleted file mode 100644
index 223bb02..000
--- a/meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb
+++ /dev/null
@@ -1,39 +0,0 @@
-SUMMARY = "OpenPrinting printer support - filters"
-DESCRIPTION = "Foomatic is a printer database designed to make it easier to 
set up \
-common printers for use with UNIX-like operating systems.\
-It provides the "glue" between a print spooler (like CUPS or lpr) and \
-the printer, by processing files sent to the printer. \
- \
-This package consists of filters used by the printer spoolers \
-to convert the incoming PostScript data into the printer's native \
-format using a printer-specific, but spooler-independent PPD file. \
-"
-
-DEPENDS += "cups perl libxml2"
-PR = "r3"
-
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = 
"file://${WORKDIR}/foomatic-filters-${PV}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
-
-SRC_URI = 
"http://www.openprinting.org/download/foomatic/foomatic-filters-${PV}.tar.gz";
-
-SRC_URI[md5sum] = "20abd25c1c98b2dae68709062a132a7d"
-SRC_URI[sha256sum] = 
"090313fae40b177f505d9c9b93d7a4d7188b6d5d18b6ae41ab24903ac983478d"
-
-inherit autotools
-
-EXTRA_OECONF += "--disable-file-converter-check --with-file-converter=texttops"
-
-do_configure_prepend() {
-export LIB_CUPS=${exec_prefix}/lib/cups   # /usr/lib NOT libdir
-export CUPS_BACKENDS=${exec_prefix}/lib/cups/backend  # /usr/lib NOT libdir
-export CUPS_FILTERS=${exec_prefix}/lib/cups/filter# /usr/lib NOT libdir
-export CUPS_PPDS=${datadir}/cups/model
-}
-
-do_install_append_linuxstdbase() {
-install -d ${D}${exec_prefix}/lib/cups/filter
-ln -sf ${bindir}/foomatic-rip ${D}${exec_prefix}/lib/cups/filter
-}
-
-FILES_${PN} += "${exec_prefix}/lib/cups/ ${exec_prefix}/lib/ppr/"
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH] foomatic-filters: Updated to 4.0.15

2012-05-16 Thread Cristian Iorga
---
 ...filters_4.0.7.bb => foomatic-filters_4.0.15.bb} |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/foomatic/{foomatic-filters_4.0.7.bb => 
foomatic-filters_4.0.15.bb} (90%)

diff --git a/meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb 
b/meta/recipes-extended/foomatic/foomatic-filters_4.0.15.bb
similarity index 90%
rename from meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb
rename to meta/recipes-extended/foomatic/foomatic-filters_4.0.15.bb
index 223bb02..bcf8d1d 100644
--- a/meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb
+++ b/meta/recipes-extended/foomatic/foomatic-filters_4.0.15.bb
@@ -10,15 +10,15 @@ format using a printer-specific, but spooler-independent 
PPD file. \
 "
 
 DEPENDS += "cups perl libxml2"
-PR = "r3"
+PR = "r0"
 
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = 
"file://${WORKDIR}/foomatic-filters-${PV}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
 
 SRC_URI = 
"http://www.openprinting.org/download/foomatic/foomatic-filters-${PV}.tar.gz";
 
-SRC_URI[md5sum] = "20abd25c1c98b2dae68709062a132a7d"
-SRC_URI[sha256sum] = 
"090313fae40b177f505d9c9b93d7a4d7188b6d5d18b6ae41ab24903ac983478d"
+SRC_URI[md5sum] = "1b7efcdc57340915647daa5b5c15b0ef"
+SRC_URI[sha256sum] = 
"f5b7b67aacedec4c0294d242cbffbe0d7d3cd0fdd2b410c055e818f25ed3bc79"
 
 inherit autotools
 
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH] ltp: Add patch to correct failing build

2012-06-01 Thread Cristian Iorga
ltp makefile does not interpret correctly the result of git describe
command and assumes that it is working with a git repo, while in fact
working with a source code archive.
Added a patch to corect makefile system.

Signed-off-by: Cristian Iorga 
---
 .../ltp/ltp/fix_building_fom_archive.patch |   23 
 meta/recipes-extended/ltp/ltp_20120401.bb  |4 ++--
 2 files changed, 25 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch

diff --git a/meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch 
b/meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch
new file mode 100644
index 000..c0ecc86
--- /dev/null
+++ b/meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch
@@ -0,0 +1,23 @@
+ltp package build system is broken if building from archive
+
+ltp makefile does not interpret correctly the result of git describe
+command and assumes that it is working with a git repo, while in fact
+working with a source code archive.
+
+Upstream-Status: Pending
+Signed-off-by: Cristian Iorga 
+
+Index: ltp-20120401/Makefile
+===
+--- ltp-20120401.orig/Makefile
 ltp-20120401/Makefile
+@@ -173,7 +173,8 @@ SRCDIR_INSTALL_TARGETS := $(SRCDIR_INSTA
+ #
+ .PHONY: Version
+ Version:
+-  if git describe &> /dev/null; then \
++  git describe &> /dev/null
++  if [ $? -eq 0 ]; then \
+   git describe > "$@"; \
+   else \
+   cp VERSION "$@"; \
diff --git a/meta/recipes-extended/ltp/ltp_20120401.bb 
b/meta/recipes-extended/ltp/ltp_20120401.bb
index 912d6d9..563bd58 100644
--- a/meta/recipes-extended/ltp/ltp_20120401.bb
+++ b/meta/recipes-extended/ltp/ltp_20120401.bb
@@ -21,10 +21,10 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 
 DEPENDS = "attr"
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \
-  "
+   file://fix_building_fom_archive.patch"
 
 SRC_URI[md5sum] = "e1d0acf1a6b6da0cb30dc1b0dcf5f26d"
 SRC_URI[sha256sum] = 
"f0f5845f9666f61332fdf0b7e396fc647f9372db0902a829af2cf9402b807bd1"
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH] ltp: Add patch to correct failing build

2012-06-05 Thread Cristian Iorga
ltp makefile does not interpret correctly the result of git describe
command and assumes that it is working with a git repo, while in fact
working with a source code archive.
Added a patch to corect makefile system.

Signed-off-by: Cristian Iorga 
---
 .../ltp/ltp/fix_building_fom_archive.patch |   13 +
 meta/recipes-extended/ltp/ltp_20120401.bb  |4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch

diff --git a/meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch 
b/meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch
new file mode 100644
index 000..a8064cf
--- /dev/null
+++ b/meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch
@@ -0,0 +1,13 @@
+Index: ltp-20120401/Makefile
+===
+--- ltp-20120401.orig/Makefile
 ltp-20120401/Makefile
+@@ -173,7 +173,7 @@ SRCDIR_INSTALL_TARGETS := $(SRCDIR_INSTA
+ #
+ .PHONY: Version
+ Version:
+-  if git describe &> /dev/null; then \
++  if git describe > /dev/null 2>&1; then \
+   git describe > "$@"; \
+   else \
+   cp VERSION "$@"; \
diff --git a/meta/recipes-extended/ltp/ltp_20120401.bb 
b/meta/recipes-extended/ltp/ltp_20120401.bb
index 912d6d9..563bd58 100644
--- a/meta/recipes-extended/ltp/ltp_20120401.bb
+++ b/meta/recipes-extended/ltp/ltp_20120401.bb
@@ -21,10 +21,10 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 
 DEPENDS = "attr"
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \
-  "
+   file://fix_building_fom_archive.patch"
 
 SRC_URI[md5sum] = "e1d0acf1a6b6da0cb30dc1b0dcf5f26d"
 SRC_URI[sha256sum] = 
"f0f5845f9666f61332fdf0b7e396fc647f9372db0902a829af2cf9402b807bd1"
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH] telepathy-glib: update to 0.19.0

2012-06-06 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 ...thy-glib_0.18.1.bb => telepathy-glib_0.19.0.bb} |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.18.1.bb => 
telepathy-glib_0.19.0.bb} (82%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.18.1.bb 
b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.0.bb
similarity index 82%
rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.18.1.bb
rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.19.0.bb
index 81da5f8..6c4e12c 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.18.1.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.0.bb
@@ -7,8 +7,8 @@ PR = "r0"
 
 SRC_URI = 
"http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz";
 
-SRC_URI[md5sum] = "461732739e3fbf8467991bbe661fb29a"
-SRC_URI[sha256sum] = 
"3738256689e34c22ddf9c4eb33f44ce7505c18fb1a14c53b8e56dd9c262f4c6d"
+SRC_URI[md5sum] = "a4a01b748b6b7134853a561228fe70e4"
+SRC_URI[sha256sum] = 
"f2ed6a5207cb579f6807f6f37d4d379a65208c3e094288e57655238b7afd3d66"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
 
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH] telepathy-glib: update to ver. 0.19.1

2012-07-03 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 ...thy-glib_0.19.0.bb => telepathy-glib_0.19.1.bb} |2 --
 1 file changed, 2 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.0.bb => 
telepathy-glib_0.19.1.bb} (82%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.0.bb 
b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.1.bb
similarity index 82%
rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.19.0.bb
rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.19.1.bb
index 6c4e12c..87a5975 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.0.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.1.bb
@@ -7,8 +7,6 @@ PR = "r0"
 
 SRC_URI = 
"http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz";
 
-SRC_URI[md5sum] = "a4a01b748b6b7134853a561228fe70e4"
-SRC_URI[sha256sum] = 
"f2ed6a5207cb579f6807f6f37d4d379a65208c3e094288e57655238b7afd3d66"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
 
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH v2] telepathy-glib: update to ver. 0.19.1

2012-07-03 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 ...thy-glib_0.19.0.bb => telepathy-glib_0.19.1.bb} |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.0.bb => 
telepathy-glib_0.19.1.bb} (82%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.0.bb 
b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.1.bb
similarity index 82%
rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.19.0.bb
rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.19.1.bb
index 6c4e12c..082da70 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.0.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.1.bb
@@ -7,8 +7,8 @@ PR = "r0"
 
 SRC_URI = 
"http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz";
 
-SRC_URI[md5sum] = "a4a01b748b6b7134853a561228fe70e4"
-SRC_URI[sha256sum] = 
"f2ed6a5207cb579f6807f6f37d4d379a65208c3e094288e57655238b7afd3d66"
+SRC_URI[md5sum] = "a2b7245057396318867af7925e927998"
+SRC_URI[sha256sum] = 
"d9d1e48caf36aad0863e110230f10257e8dd53879282588d5ff720ad2bff3c80"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
 
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/5] telepathy-glib: update to ver. 0.19.2

2012-07-04 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 ...thy-glib_0.19.1.bb => telepathy-glib_0.19.2.bb} |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.1.bb => 
telepathy-glib_0.19.2.bb} (82%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.1.bb 
b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
similarity index 82%
rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.19.1.bb
rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
index 082da70..22f8c07 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.1.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
@@ -7,8 +7,8 @@ PR = "r0"
 
 SRC_URI = 
"http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz";
 
-SRC_URI[md5sum] = "a2b7245057396318867af7925e927998"
-SRC_URI[sha256sum] = 
"d9d1e48caf36aad0863e110230f10257e8dd53879282588d5ff720ad2bff3c80"
+SRC_URI[md5sum] = "af2b33c1215f189e637bd59cc9139255"
+SRC_URI[sha256sum] = 
"7e3c313ed08e26339deb603a615cec62a370131075514439f79f473f92ab84c3"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
 
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 4/5] gst-plugin-bluetooth: update to ver. 4.101

2012-07-04 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 ...tooth_4.99.bb => gst-plugin-bluetooth_4.101.bb} |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta/recipes-connectivity/bluez/{gst-plugin-bluetooth_4.99.bb => 
gst-plugin-bluetooth_4.101.bb} (81%)

diff --git a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb 
b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb
similarity index 81%
rename from meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb
rename to meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb
index f8dab52..49135ab 100644
--- a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb
+++ b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb
@@ -1,10 +1,10 @@
 require bluez4.inc
 require recipes-multimedia/gstreamer/gst-plugins-package.inc
 
-PR = "r2"
+PR = "r0"
 
-SRC_URI[md5sum] = "570aa10692ed890aa0a4297b37824912"
-SRC_URI[sha256sum] = 
"d884b9aa5d3d9653c076b7646ca14a3e43eb84bccfe8193c49690f802bbd827c"
+SRC_URI[md5sum] = "fb42cb7038c380eb0e2fa208987c96ad"
+SRC_URI[sha256sum] = 
"59738410ade9f0e61a13c0f77d9aaffaafe49ba9418107e4ad75fe52846f7487"
 
 DEPENDS = "bluez4 gst-plugins-base"
 
@@ -36,4 +36,3 @@ FILES_${PN}-dbg += "\
   ${libdir}/*/.debug \
 "
 
-
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 5/5] ofono: update to ver. 1.8

2012-07-04 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../ofono/{ofono_1.6.bb => ofono_1.8.bb}   |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/ofono/{ofono_1.6.bb => ofono_1.8.bb} (64%)

diff --git a/meta/recipes-connectivity/ofono/ofono_1.6.bb 
b/meta/recipes-connectivity/ofono/ofono_1.8.bb
similarity index 64%
rename from meta/recipes-connectivity/ofono/ofono_1.6.bb
rename to meta/recipes-connectivity/ofono/ofono_1.8.bb
index 386ffee..e2d97f0 100644
--- a/meta/recipes-connectivity/ofono/ofono_1.6.bb
+++ b/meta/recipes-connectivity/ofono/ofono_1.8.bb
@@ -4,8 +4,9 @@ SRC_URI  = "\
   ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \
   file://ofono \
 "
-SRC_URI[md5sum] = "d863b2b650a525cf75056085398bc8ef"
-SRC_URI[sha256sum] = 
"63e38ea1cf35b00ecbab7611c6caa2adcd33eb10495f7a9f72013d4ab7a14c98"
+
+SRC_URI[md5sum] = "e457ea13db22bb2de77767c867dcc4d3"
+SRC_URI[sha256sum] = 
"164b413068e810281a5e6c9bb90d5002d80f1c30bef2f3ffdbe70f963079524d"
 
 
 EXTRA_OECONF += "\
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/5] Comm and Multimedia package updates, 5 pkg

2012-07-04 Thread Cristian Iorga
Hello all,

This patchset upgrades the packages listed below.
All packages were succesfully built for all architectures.
Where it was possible, basic sanity tests were performed on
a qemux86 image. No obvious issues spotted.
Linux kernel boot messages were also inspected for issues.

Regards,
Cristian Iorga

Cristian Iorga (5):
  telepathy-glib: update to ver. 0.19.2
  bluez4: update to ver. 4.101
  netbase: update to ver. 5.0
  gst-plugin-bluetooth: update to ver. 4.101
  ofono: update to ver. 1.8

 ...{netbase_4.47.bbappend => netbase_5.0.bbappend} |0
 .../{bluez4-4.99 => bluez4-4.101}/bluetooth.conf   |0
 .../{bluez4-4.99 => bluez4-4.101}/sbc_mmx.patch|0
 .../bluez/{bluez4_4.99.bb => bluez4_4.101.bb}  |9 -
 ...tooth_4.99.bb => gst-plugin-bluetooth_4.101.bb} |7 +++
 .../ofono/{ofono_1.6.bb => ofono_1.8.bb}   |5 +++--
 ...thy-glib_0.19.1.bb => telepathy-glib_0.19.2.bb} |4 ++--
 .../netbase/{netbase-4.47 => netbase-5.0}/hosts|0
 .../netbase/{netbase-4.47 => netbase-5.0}/init |0
 .../{netbase-4.47 => netbase-5.0}/interfaces   |0
 .../netbase/{netbase-4.47 => netbase-5.0}/nfsroot  |0
 .../qemuarm/interfaces |0
 .../qemuarmv6/interfaces   |0
 .../qemuarmv7/interfaces   |0
 .../qemumips/interfaces|0
 .../qemumips64/interfaces  |0
 .../qemuppc/interfaces |0
 .../qemush4/interfaces |0
 .../qemux86-64/interfaces  |0
 .../qemux86/interfaces |0
 .../netbase/{netbase_4.47.bb => netbase_5.0.bb}|6 +++---
 21 files changed, 15 insertions(+), 16 deletions(-)
 rename meta-yocto/recipes-core/netbase/{netbase_4.47.bbappend => 
netbase_5.0.bbappend} (100%)
 rename meta/recipes-connectivity/bluez/{bluez4-4.99 => 
bluez4-4.101}/bluetooth.conf (100%)
 rename meta/recipes-connectivity/bluez/{bluez4-4.99 => 
bluez4-4.101}/sbc_mmx.patch (100%)
 rename meta/recipes-connectivity/bluez/{bluez4_4.99.bb => bluez4_4.101.bb} 
(83%)
 rename meta/recipes-connectivity/bluez/{gst-plugin-bluetooth_4.99.bb => 
gst-plugin-bluetooth_4.101.bb} (81%)
 rename meta/recipes-connectivity/ofono/{ofono_1.6.bb => ofono_1.8.bb} (64%)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.1.bb => 
telepathy-glib_0.19.2.bb} (82%)
 rename meta/recipes-core/netbase/{netbase-4.47 => netbase-5.0}/hosts (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => netbase-5.0}/init (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => netbase-5.0}/interfaces 
(100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => netbase-5.0}/nfsroot (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemuarm/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemuarmv6/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemuarmv7/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemumips/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemumips64/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemuppc/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemush4/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemux86-64/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemux86/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase_4.47.bb => netbase_5.0.bb} (91%)

-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/5] bluez4: update to ver. 4.101

2012-07-04 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../{bluez4-4.99 => bluez4-4.101}/bluetooth.conf   |0
 .../{bluez4-4.99 => bluez4-4.101}/sbc_mmx.patch|0
 .../bluez/{bluez4_4.99.bb => bluez4_4.101.bb}  |9 -
 3 files changed, 4 insertions(+), 5 deletions(-)
 rename meta/recipes-connectivity/bluez/{bluez4-4.99 => 
bluez4-4.101}/bluetooth.conf (100%)
 rename meta/recipes-connectivity/bluez/{bluez4-4.99 => 
bluez4-4.101}/sbc_mmx.patch (100%)
 rename meta/recipes-connectivity/bluez/{bluez4_4.99.bb => bluez4_4.101.bb} 
(83%)

diff --git a/meta/recipes-connectivity/bluez/bluez4-4.99/bluetooth.conf 
b/meta/recipes-connectivity/bluez/bluez4-4.101/bluetooth.conf
similarity index 100%
rename from meta/recipes-connectivity/bluez/bluez4-4.99/bluetooth.conf
rename to meta/recipes-connectivity/bluez/bluez4-4.101/bluetooth.conf
diff --git a/meta/recipes-connectivity/bluez/bluez4-4.99/sbc_mmx.patch 
b/meta/recipes-connectivity/bluez/bluez4-4.101/sbc_mmx.patch
similarity index 100%
rename from meta/recipes-connectivity/bluez/bluez4-4.99/sbc_mmx.patch
rename to meta/recipes-connectivity/bluez/bluez4-4.101/sbc_mmx.patch
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.99.bb 
b/meta/recipes-connectivity/bluez/bluez4_4.101.bb
similarity index 83%
rename from meta/recipes-connectivity/bluez/bluez4_4.99.bb
rename to meta/recipes-connectivity/bluez/bluez4_4.101.bb
index 32831e7..a2ba66f 100644
--- a/meta/recipes-connectivity/bluez/bluez4_4.99.bb
+++ b/meta/recipes-connectivity/bluez/bluez4_4.101.bb
@@ -1,13 +1,12 @@
 require bluez4.inc
 
-PR = "r2"
+PR = "r0"
 
 SRC_URI += "file://bluetooth.conf \
-file://sbc_mmx.patch \
-   "
+file://sbc_mmx.patch"
 
-SRC_URI[md5sum] = "570aa10692ed890aa0a4297b37824912"
-SRC_URI[sha256sum] = 
"d884b9aa5d3d9653c076b7646ca14a3e43eb84bccfe8193c49690f802bbd827c"
+SRC_URI[md5sum] = "fb42cb7038c380eb0e2fa208987c96ad"
+SRC_URI[sha256sum] = 
"59738410ade9f0e61a13c0f77d9aaffaafe49ba9418107e4ad75fe52846f7487"
 
 do_install_append() {
install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 3/5] netbase: update to ver. 5.0

2012-07-04 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 ...{netbase_4.47.bbappend => netbase_5.0.bbappend} |0
 .../netbase/{netbase-4.47 => netbase-5.0}/hosts|0
 .../netbase/{netbase-4.47 => netbase-5.0}/init |0
 .../{netbase-4.47 => netbase-5.0}/interfaces   |0
 .../netbase/{netbase-4.47 => netbase-5.0}/nfsroot  |0
 .../qemuarm/interfaces |0
 .../qemuarmv6/interfaces   |0
 .../qemuarmv7/interfaces   |0
 .../qemumips/interfaces|0
 .../qemumips64/interfaces  |0
 .../qemuppc/interfaces |0
 .../qemush4/interfaces |0
 .../qemux86-64/interfaces  |0
 .../qemux86/interfaces |0
 .../netbase/{netbase_4.47.bb => netbase_5.0.bb}|6 +++---
 15 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-yocto/recipes-core/netbase/{netbase_4.47.bbappend => 
netbase_5.0.bbappend} (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => netbase-5.0}/hosts (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => netbase-5.0}/init (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => netbase-5.0}/interfaces 
(100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => netbase-5.0}/nfsroot (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemuarm/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemuarmv6/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemuarmv7/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemumips/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemumips64/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemuppc/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemush4/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemux86-64/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase-4.47 => 
netbase-5.0}/qemux86/interfaces (100%)
 rename meta/recipes-core/netbase/{netbase_4.47.bb => netbase_5.0.bb} (91%)

diff --git a/meta-yocto/recipes-core/netbase/netbase_4.47.bbappend 
b/meta-yocto/recipes-core/netbase/netbase_5.0.bbappend
similarity index 100%
rename from meta-yocto/recipes-core/netbase/netbase_4.47.bbappend
rename to meta-yocto/recipes-core/netbase/netbase_5.0.bbappend
diff --git a/meta/recipes-core/netbase/netbase-4.47/hosts 
b/meta/recipes-core/netbase/netbase-5.0/hosts
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.47/hosts
rename to meta/recipes-core/netbase/netbase-5.0/hosts
diff --git a/meta/recipes-core/netbase/netbase-4.47/init 
b/meta/recipes-core/netbase/netbase-5.0/init
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.47/init
rename to meta/recipes-core/netbase/netbase-5.0/init
diff --git a/meta/recipes-core/netbase/netbase-4.47/interfaces 
b/meta/recipes-core/netbase/netbase-5.0/interfaces
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.47/interfaces
rename to meta/recipes-core/netbase/netbase-5.0/interfaces
diff --git a/meta/recipes-core/netbase/netbase-4.47/nfsroot 
b/meta/recipes-core/netbase/netbase-5.0/nfsroot
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.47/nfsroot
rename to meta/recipes-core/netbase/netbase-5.0/nfsroot
diff --git a/meta/recipes-core/netbase/netbase-4.47/qemuarm/interfaces 
b/meta/recipes-core/netbase/netbase-5.0/qemuarm/interfaces
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.47/qemuarm/interfaces
rename to meta/recipes-core/netbase/netbase-5.0/qemuarm/interfaces
diff --git a/meta/recipes-core/netbase/netbase-4.47/qemuarmv6/interfaces 
b/meta/recipes-core/netbase/netbase-5.0/qemuarmv6/interfaces
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.47/qemuarmv6/interfaces
rename to meta/recipes-core/netbase/netbase-5.0/qemuarmv6/interfaces
diff --git a/meta/recipes-core/netbase/netbase-4.47/qemuarmv7/interfaces 
b/meta/recipes-core/netbase/netbase-5.0/qemuarmv7/interfaces
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.47/qemuarmv7/interfaces
rename to meta/recipes-core/netbase/netbase-5.0/qemuarmv7/interfaces
diff --git a/meta/recipes-core/netbase/netbase-4.47/qemumips/interfaces 
b/meta/recipes-core/netbase/netbase-5.0/qemumips/interfaces
similarity index 100%
rename from meta/recipes-core/netbase/netbase-4.47/qemumips/interfaces
rename to meta/recipes-core/netbase/netbase-5.0/qemumips/interfaces
diff --git a/meta/recipes-core/netbase/netbase-4.47/qemumips64/interfaces 
b/meta/recipes-core/netbase/netbase-5.0/qemumips64/interfaces
similarity index 100%
rename from meta/recipes-core/netbase/netbase

[OE-core] [PATCH 1/3] iproute2: upgrade to 3.4.0

2012-07-17 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../iproute2/iproute2-3.2.0/configure-cross.patch  |   76 ---
 .../iproute2/iproute2-3.4.0/configure-cross.patch  |   77 
 meta/recipes-connectivity/iproute2/iproute2.inc|   10 +--
 .../iproute2/iproute2_3.2.0.bb |   11 ---
 .../iproute2/iproute2_3.4.0.bb |9 +++
 5 files changed, 91 insertions(+), 92 deletions(-)
 delete mode 100644 
meta/recipes-connectivity/iproute2/iproute2-3.2.0/configure-cross.patch
 create mode 100644 
meta/recipes-connectivity/iproute2/iproute2-3.4.0/configure-cross.patch
 delete mode 100644 meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
 create mode 100644 meta/recipes-connectivity/iproute2/iproute2_3.4.0.bb

diff --git 
a/meta/recipes-connectivity/iproute2/iproute2-3.2.0/configure-cross.patch 
b/meta/recipes-connectivity/iproute2/iproute2-3.2.0/configure-cross.patch
deleted file mode 100644
index bed7b84..000
--- a/meta/recipes-connectivity/iproute2/iproute2-3.2.0/configure-cross.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-From 85b0589b4843c03e8e6fd9416d71ea449a73c5c0 Mon Sep 17 00:00:00 2001
-From: Koen Kooi 
-Date: Thu, 3 Nov 2011 10:46:16 +0100
-Subject: [PATCH] make configure cross compile safe
-
-According to Kevin Tian:
-Upstream-Status: Pending
-
-Signed-off-by: Koen Kooi 
-Signed-off-by: Shane Wang 
-
-diff -r e4e1b14b9c4a configure
 a/configureSun Jan 22 15:26:47 2012 +0800
-+++ b/configureSun Jan 22 15:29:38 2012 +0800
-@@ -2,6 +2,7 @@
- # This is not an autconf generated configure
- #
- INCLUDE=${1:-"$PWD/include"}
-+SYSROOT=$1
- 
- check_atm()
- {
-@@ -13,7 +14,7 @@
-   return 0;
- }
- EOF
--gcc -I$INCLUDE -o /tmp/atmtest /tmp/atmtest.c -latm >/dev/null 2>&1 
-+$CC -I$INCLUDE -o /tmp/atmtest /tmp/atmtest.c -latm >/dev/null 2>&1 
- if [ $? -eq 0 ]
- then
- echo "TC_CONFIG_ATM:=y" >>Config
-@@ -47,7 +48,7 @@
- 
- EOF
- 
--if gcc -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL $(pkg-config 
xtables --cflags --libs) -ldl >/dev/null 2>&1
-+if $CC -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL $(pkg-config 
xtables --cflags --libs) -ldl >/dev/null 2>&1
- then
-   echo "TC_CONFIG_XT:=y" >>Config
-   echo "using xtables"
-@@ -84,7 +85,7 @@
- }
- 
- EOF
--gcc -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl >/dev/null 2>&1
-+$CC -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl >/dev/null 2>&1
- 
- if [ $? -eq 0 ]
- then
-@@ -124,7 +125,7 @@
- }
- 
- EOF
--gcc -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl >/dev/null 2>&1
-+$CC -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl >/dev/null 2>&1
- 
- if [ $? -eq 0 ]
- then
-@@ -145,7 +146,7 @@
- check_ipt_lib_dir()
- {
-   IPT_LIB_DIR=""
--  for dir in /lib /usr/lib /usr/local/lib
-+  for dir in $SYSROOT/lib $SYSROOT/usr/lib $SYSROOT/usr/local/lib
-   do
-   for file in $dir/{xtables,iptables}/lib*t_*so ; do
-   if [ -f $file ]; then
-@@ -168,7 +169,7 @@
-   return 0;
- }
- EOF
--gcc -I$INCLUDE -o /tmp/setnstest /tmp/setnstest.c >/dev/null 2>&1
-+$CC -I$INCLUDE -o /tmp/setnstest /tmp/setnstest.c >/dev/null 2>&1
- if [ $? -eq 0 ]
- then
-   echo "IP_CONFIG_SETNS:=y" >>Config
diff --git 
a/meta/recipes-connectivity/iproute2/iproute2-3.4.0/configure-cross.patch 
b/meta/recipes-connectivity/iproute2/iproute2-3.4.0/configure-cross.patch
new file mode 100644
index 000..42f591a
--- /dev/null
+++ b/meta/recipes-connectivity/iproute2/iproute2-3.4.0/configure-cross.patch
@@ -0,0 +1,77 @@
+From 85b0589b4843c03e8e6fd9416d71ea449a73c5c0 Mon Sep 17 00:00:00 2001
+From: Koen Kooi 
+Date: Thu, 3 Nov 2011 10:46:16 +0100
+Subject: [PATCH] make configure cross compile safe
+
+According to Kevin Tian:
+Upstream-Status: Pending
+
+Signed-off-by: Koen Kooi 
+Signed-off-by: Shane Wang 
+
+Index: iproute2-3.4.0/configure
+===
+--- iproute2-3.4.0.orig/configure
 iproute2-3.4.0/configure
+@@ -2,6 +2,7 @@
+ # This is not an autconf generated configure
+ #
+ INCLUDE=${1:-"$PWD/include"}
++SYSROOT=$1
+ 
+ # Make a temp directory in build tree.
+ TMPDIR=$(mktemp -d config.XX)
+@@ -17,7 +18,7 @@ int main(int argc, char **argv) {
+   return 0;
+ }
+ EOF
+-gcc -I$INCLUDE -o $TMPDIR/atmtest $TMPDIR/atmtest.c -latm >/dev/null 2>&1 
++$CC -I$INCLUDE -o $TMPDIR/atmtest $TMPDIR/atmtest.c -latm >/dev/null 2>&1
+ if [ $? -eq 0 ]
+ then
+ echo "TC_CONFIG_ATM:=y" >>Config
+@@ -51,7 +52,7 @@ int main(int argc, char **argv)
+ 
+ EOF
+ 
+-if gcc -I$INCLUDE $IPTC -o $TMPDIR/ipttest $TMPDIR/ipttest.c $IPTL 
$(pkg-config xtables --cflags --libs) -ldl >/dev/null 2>&1
++if $CC -I$INCLUDE 

[OE-core] [PATCH 2/3] pulseaudio: upgrade to 2.0

2012-07-17 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../{libcanberra_0.28.bb => libcanberra_0.29.bb}   |   14 +++---
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |2 +-
 .../{pulseaudio_1.1.bb => pulseaudio_2.0.bb}   |7 +++
 3 files changed, 11 insertions(+), 12 deletions(-)
 rename meta/recipes-multimedia/pulseaudio/{libcanberra_0.28.bb => 
libcanberra_0.29.bb} (76%)
 rename meta/recipes-multimedia/pulseaudio/{pulseaudio_1.1.bb => 
pulseaudio_2.0.bb} (64%)

diff --git a/meta/recipes-multimedia/pulseaudio/libcanberra_0.28.bb 
b/meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb
similarity index 76%
rename from meta/recipes-multimedia/pulseaudio/libcanberra_0.28.bb
rename to meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb
index e69c89d..b3c0e3d 100644
--- a/meta/recipes-multimedia/pulseaudio/libcanberra_0.28.bb
+++ b/meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb
@@ -5,14 +5,14 @@ LIC_FILES_CHKSUM = 
"file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
 
file://src/canberra.h;beginline=7;endline=24;md5=c616c687cf8da540a14f917e0d23ab03"
 
 DEPENDS = "gtk+ pulseaudio alsa-lib libtool libvorbis"
-PR = "r1"
+PR = "r0"
 
 inherit gconf autotools
 
-SRC_URI = 
"http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.gz";
+SRC_URI = 
"http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.xz";
 
-SRC_URI[md5sum] = "c198b4811598c4c161ff505e4531b02c"
-SRC_URI[sha256sum] = 
"eb1f8b2cabad7f07b6e44d606a91d73e1efca4b46daf92bd553e7222bc68868c"
+SRC_URI[md5sum] = "2594093a5d61047bd9cc87e955f86df8"
+SRC_URI[sha256sum] = 
"127a5ef07805856d63758e5180ebfb241d1f80094fd301c287591a15b8cfcd72"
 
 EXTRA_OECONF = " --disable-oss --disable-ltdl-install" 
 
@@ -25,8 +25,8 @@ PACKAGES += "${PN}-gnome"
 FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome"
 FILES_${PN}-gnome += 
"${datadir}/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop \
  
${libdir}/gnome-settings-daemon-3.0/gtk-modules/canberra-gtk-module.desktop"
-FILES_${PN}-dev += "${libdir}/libcanberra-0.28/libcanberra-*.so \
-   ${libdir}/libcanberra-0.28/libcanberra-*.la \
+FILES_${PN}-dev += "${libdir}/libcanberra-0.29/libcanberra-*.so \
+   ${libdir}/libcanberra-0.29/libcanberra-*.la \
${datadir}/vala/vapi"
-FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug 
${libdir}/libcanberra-0.28/.debug"
+FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug 
${libdir}/libcanberra-0.29/.debug"
 
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc 
b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index c3d6d98..cd09940 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+ & LGPLv2.1"
 LIC_FILES_CHKSUM = "file://GPL;md5=4325afd396febcb659c36b49533135d4 \
 file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
 
file://src/modules/bluetooth/proximity-helper.c;beginline=1;endline=25;md5=e4cc710e40a4d900c2c294167bc58270
 \
-
file://src/pulsecore/vector.h;beginline=1;endline=21;md5=1b561f0a2ca47b1fa49862a6ccaacff1"
+
file://src/pulsecore/resampler.h;beginline=4;endline=23;md5=c3d539b93f8c82a1780bfa3cfa544a95"
 DEPENDS = "libatomics-ops liboil avahi libsamplerate0 libsndfile1 libtool \
${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxtst 
libice libsm libxcb gtk+', '', d)}"
 # optional
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb 
b/meta/recipes-multimedia/pulseaudio/pulseaudio_2.0.bb
similarity index 64%
rename from meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb
rename to meta/recipes-multimedia/pulseaudio/pulseaudio_2.0.bb
index e88a3a5..7e57e5e 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_2.0.bb
@@ -1,6 +1,6 @@
 require pulseaudio.inc
 
-PR = "r10"
+PR = "r0"
 
 DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
 
@@ -8,11 +8,10 @@ inherit gettext perlnative
 
 SRC_URI = 
"http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PV}.tar.xz \
   file://volatiles.04_pulse \
-  file://pulseaudio_fix_for_x32.patch \
 "
 
-SRC_URI[md5sum] = "17d21df798cee407b769c6355fae397a"
-SRC_URI[sha256sum] = 
"6fe531136f6ebce2d35872a2d2c914278cdc5dcdd5eea516dc52c81f9001f5ee"
+SRC_URI[md5sum] = "9bbde657c353fe675c3b693054175a8e"
+SRC_URI[sha256sum] = 
"28b42edd42f4879a6884af5f0ec11801ac001eb7582881215b36649aa37e2061"
 
 do_compile_prepend() {
 cd ${S}
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 3/3] wpa-supplicant: upgrade to 1.0

2012-07-17 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 ...a-supplicant-0.7.inc => wpa-supplicant-1.0.inc} |4 ++--
 .../99_wpa_supplicant  |0
 .../defconfig-gnutls   |0
 .../wpa-supplicant.sh  |0
 .../wpa_supplicant.conf|0
 .../wpa_supplicant.conf-sane   |0
 .../wpa-supplicant/wpa-supplicant_0.7.3.bb |6 --
 .../wpa-supplicant/wpa-supplicant_1.0.bb   |6 ++
 8 files changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.inc => 
wpa-supplicant-1.0.inc} (95%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => 
wpa-supplicant-1.0}/99_wpa_supplicant (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => 
wpa-supplicant-1.0}/defconfig-gnutls (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => 
wpa-supplicant-1.0}/wpa-supplicant.sh (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => 
wpa-supplicant-1.0}/wpa_supplicant.conf (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => 
wpa-supplicant-1.0}/wpa_supplicant.conf-sane (100%)
 delete mode 100644 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
 create mode 100644 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bb

diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc 
b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0.inc
similarity index 95%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0.inc
index 6c84202..0c18b30 100644
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0.inc
@@ -4,8 +4,8 @@ BUGTRACKER = "http://hostap.epitest.fi/bugz/";
 SECTION = "network"
 LICENSE = "GPLv2 | BSD"
 LIC_FILES_CHKSUM = "file://../COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \
-file://../README;md5=54cfc88015d3ce83f7156e63c6bb1738 \
-
file://wpa_supplicant.c;beginline=1;endline=17;md5=acdc5a4b0d6345f21f136eace747260e"
+file://../README;md5=9bee93996fecdb70f807baceb29d84b9 \
+
file://wpa_supplicant.c;beginline=1;endline=17;md5=372fb65dc23b228aec4e40e64de3e467"
 DEPENDS = "gnutls dbus libnl"
 RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli"
 
diff --git 
a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/99_wpa_supplicant
 b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/99_wpa_supplicant
similarity index 100%
rename from 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/99_wpa_supplicant
rename to 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/99_wpa_supplicant
diff --git 
a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls
 b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/defconfig-gnutls
similarity index 100%
rename from 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls
rename to 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/defconfig-gnutls
diff --git 
a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa-supplicant.sh
 b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa-supplicant.sh
similarity index 100%
rename from 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa-supplicant.sh
rename to 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa-supplicant.sh
diff --git 
a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf
 
b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa_supplicant.conf
similarity index 100%
rename from 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf
rename to 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa_supplicant.conf
diff --git 
a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf-sane
 
b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa_supplicant.conf-sane
similarity index 100%
rename from 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf-sane
rename to 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa_supplicant.conf-sane
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb 
b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
deleted file mode 100644
index 6f6378b..000
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require wpa-supplicant-0.7.inc
-

[OE-core] [PATCH v2] wpa-supplicant: upgrade to 1.0

2012-07-18 Thread Cristian Iorga
README file is changed.
Some phrases were reformulated, but the semanthics are the same.
Copyright has been renewed.
Both licenses (GPL v2 and BSD) have been added explicitly.

wpa_supplicant.c is changed regarding licenses body.
Copyright has been renewed.

Signed-off-by: Cristian Iorga 
---
 ...a-supplicant-0.7.inc => wpa-supplicant-1.0.inc} |4 ++--
 .../99_wpa_supplicant  |0
 .../defconfig-gnutls   |0
 .../wpa-supplicant.sh  |0
 .../wpa_supplicant.conf|0
 .../wpa_supplicant.conf-sane   |0
 .../wpa-supplicant/wpa-supplicant_0.7.3.bb |6 --
 .../wpa-supplicant/wpa-supplicant_1.0.bb   |6 ++
 8 files changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.inc => 
wpa-supplicant-1.0.inc} (95%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => 
wpa-supplicant-1.0}/99_wpa_supplicant (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => 
wpa-supplicant-1.0}/defconfig-gnutls (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => 
wpa-supplicant-1.0}/wpa-supplicant.sh (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => 
wpa-supplicant-1.0}/wpa_supplicant.conf (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => 
wpa-supplicant-1.0}/wpa_supplicant.conf-sane (100%)
 delete mode 100644 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
 create mode 100644 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bb

diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc 
b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0.inc
similarity index 95%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0.inc
index 6c84202..0c18b30 100644
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0.inc
@@ -4,8 +4,8 @@ BUGTRACKER = "http://hostap.epitest.fi/bugz/";
 SECTION = "network"
 LICENSE = "GPLv2 | BSD"
 LIC_FILES_CHKSUM = "file://../COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \
-file://../README;md5=54cfc88015d3ce83f7156e63c6bb1738 \
-
file://wpa_supplicant.c;beginline=1;endline=17;md5=acdc5a4b0d6345f21f136eace747260e"
+file://../README;md5=9bee93996fecdb70f807baceb29d84b9 \
+
file://wpa_supplicant.c;beginline=1;endline=17;md5=372fb65dc23b228aec4e40e64de3e467"
 DEPENDS = "gnutls dbus libnl"
 RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli"
 
diff --git 
a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/99_wpa_supplicant
 b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/99_wpa_supplicant
similarity index 100%
rename from 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/99_wpa_supplicant
rename to 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/99_wpa_supplicant
diff --git 
a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls
 b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/defconfig-gnutls
similarity index 100%
rename from 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls
rename to 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/defconfig-gnutls
diff --git 
a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa-supplicant.sh
 b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa-supplicant.sh
similarity index 100%
rename from 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa-supplicant.sh
rename to 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa-supplicant.sh
diff --git 
a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf
 
b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa_supplicant.conf
similarity index 100%
rename from 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf
rename to 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa_supplicant.conf
diff --git 
a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf-sane
 
b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa_supplicant.conf-sane
similarity index 100%
rename from 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf-sane
rename to 
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa_supplicant.conf-sane
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb 
b/meta/recipes-connectivity/wpa-supplic

[OE-core] [PATCH 1/2] libcanberra: upgrade to ver. 0.29

2012-07-20 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../{libcanberra_0.28.bb => libcanberra_0.29.bb}   |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)
 rename meta/recipes-multimedia/pulseaudio/{libcanberra_0.28.bb => 
libcanberra_0.29.bb} (76%)

diff --git a/meta/recipes-multimedia/pulseaudio/libcanberra_0.28.bb 
b/meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb
similarity index 76%
rename from meta/recipes-multimedia/pulseaudio/libcanberra_0.28.bb
rename to meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb
index e69c89d..27020c5 100644
--- a/meta/recipes-multimedia/pulseaudio/libcanberra_0.28.bb
+++ b/meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb
@@ -5,14 +5,14 @@ LIC_FILES_CHKSUM = 
"file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
 
file://src/canberra.h;beginline=7;endline=24;md5=c616c687cf8da540a14f917e0d23ab03"
 
 DEPENDS = "gtk+ pulseaudio alsa-lib libtool libvorbis"
-PR = "r1"
+PR = "r0"
 
 inherit gconf autotools
 
-SRC_URI = 
"http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.gz";
+SRC_URI = 
"http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.xz";
 
-SRC_URI[md5sum] = "c198b4811598c4c161ff505e4531b02c"
-SRC_URI[sha256sum] = 
"eb1f8b2cabad7f07b6e44d606a91d73e1efca4b46daf92bd553e7222bc68868c"
+SRC_URI[md5sum] = "2594093a5d61047bd9cc87e955f86df8"
+SRC_URI[sha256sum] = 
"127a5ef07805856d63758e5180ebfb241d1f80094fd301c287591a15b8cfcd72"
 
 EXTRA_OECONF = " --disable-oss --disable-ltdl-install" 
 
@@ -25,8 +25,8 @@ PACKAGES += "${PN}-gnome"
 FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome"
 FILES_${PN}-gnome += 
"${datadir}/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop \
  
${libdir}/gnome-settings-daemon-3.0/gtk-modules/canberra-gtk-module.desktop"
-FILES_${PN}-dev += "${libdir}/libcanberra-0.28/libcanberra-*.so \
-   ${libdir}/libcanberra-0.28/libcanberra-*.la \
+FILES_${PN}-dev += "${libdir}/libcanberra-${PV}/libcanberra-*.so \
+   ${libdir}/libcanberra-${PV}/libcanberra-*.la \
${datadir}/vala/vapi"
-FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug 
${libdir}/libcanberra-0.28/.debug"
+FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug 
${libdir}/libcanberra-${PV}/.debug"
 
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/2] pulseaudio: upgrade to ver. 2.0

2012-07-20 Thread Cristian Iorga
Changed the license file.
Project's file structure changed.
License is the same.
X32 patch is no longer necessary.
Fixes already included in package.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |2 +-
 .../pulseaudio/pulseaudio_fix_for_x32.patch|  238 
 .../{pulseaudio_1.1.bb => pulseaudio_2.0.bb}   |7 +-
 3 files changed, 4 insertions(+), 243 deletions(-)
 delete mode 100644 
meta/recipes-multimedia/pulseaudio/pulseaudio/pulseaudio_fix_for_x32.patch
 rename meta/recipes-multimedia/pulseaudio/{pulseaudio_1.1.bb => 
pulseaudio_2.0.bb} (64%)

diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc 
b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index ca8b71e..e8ebf56 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+ & LGPLv2.1"
 LIC_FILES_CHKSUM = "file://GPL;md5=4325afd396febcb659c36b49533135d4 \
 file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
 
file://src/modules/bluetooth/proximity-helper.c;beginline=1;endline=25;md5=e4cc710e40a4d900c2c294167bc58270
 \
-
file://src/pulsecore/vector.h;beginline=1;endline=21;md5=1b561f0a2ca47b1fa49862a6ccaacff1"
+
file://src/pulsecore/resampler.h;beginline=4;endline=23;md5=c3d539b93f8c82a1780bfa3cfa544a95"
 DEPENDS = "libatomics-ops liboil avahi libsamplerate0 libsndfile1 libtool \
${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxtst 
libice libsm libxcb gtk+', '', d)}"
 # optional
diff --git 
a/meta/recipes-multimedia/pulseaudio/pulseaudio/pulseaudio_fix_for_x32.patch 
b/meta/recipes-multimedia/pulseaudio/pulseaudio/pulseaudio_fix_for_x32.patch
deleted file mode 100644
index b68ac5b..000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio/pulseaudio_fix_for_x32.patch
+++ /dev/null
@@ -1,238 +0,0 @@
-Upstream-Status: Pending
-
-This patch makes assembly syntax compatible to the x32 toolchain.
-
-This fixes these kinds of compilations errors with x32 gcc.
-| pulsecore/svolume_mmx.c: Assembler messages:
-| pulsecore/svolume_mmx.c:107: Error: `(%esi,%rdi,4)' is not a valid 
base/index expression
-| pulsecore/svolume_mmx.c:135: Error: `(%esi,%rdi,4)' is not a valid 
base/index expression
-| pulsecore/svolume_mmx.c:161: Error: `(%esi,%rdi,4)' is not a valid 
base/index expression
-| pulsecore/svolume_mmx.c:162: Error: `8(%esi,%rdi,4)' is not a valid 
base/index expression
-| pulsecore/svolume_mmx.c:180: Error: `(%esi,%rdi,4)' is not a valid 
base/index expression
-| pulsecore/svolume_mmx.c:210: Error: `(%esi,%rdi,4)' is not a valid 
base/index expression
-| pulsecore/svolume_mmx.c:244: Error: `(%esi,%rdi,4)' is not a valid 
base/index expression
-| pulsecore/svolume_mmx.c:245: Error: `8(%esi,%rdi,4)' is not a valid 
base/index expression
-| make[3]: *** [libpulsecore_1.1_la-svolume_mmx.lo] Error 1
-
-Orignally these assembly lines are written for x86_64 ABI, now they are also 
compatible with
-X32 ABI.
-
-Signed-Off-By: Nitin A Kamble  2011/12/03
-Index: pulseaudio-1.1/src/pulsecore/svolume_mmx.c
-===
 pulseaudio-1.1.orig/src/pulsecore/svolume_mmx.c
-+++ pulseaudio-1.1/src/pulsecore/svolume_mmx.c
-@@ -107,7 +107,7 @@ static void pa_volume_s16ne_mmx(int16_t 
- " test $1, %2   \n\t" /* check for odd samples */
- " je 2f \n\t"
- 
--" movd (%1, %3, 4), %%mm0   \n\t" /* |  v0h  |  v0l  | */
-+" movd (%q1, %3, 4), %%mm0   \n\t" /* |  v0h  |  v0l  | */
- " movw (%0), %w4\n\t" /* ..  |  p0   | */
- " movd %4, %%mm1\n\t"
- VOLUME_32x16 (%%mm1, %%mm0)
-@@ -122,7 +122,7 @@ static void pa_volume_s16ne_mmx(int16_t 
- " je 4f \n\t"
- 
- "3: \n\t" /* do samples in groups of 2 */
--" movq (%1, %3, 4), %%mm0   \n\t" /* |  v1h  |  v1l  |  v0h  |  
v0l  | */
-+" movq (%q1, %3, 4), %%mm0   \n\t" /* |  v1h  |  v1l  |  v0h  |  
v0l  | */
- " movd (%0), %%mm1  \n\t" /*  .. |   p1  |  
p0   | */
- VOLUME_32x16 (%%mm1, %%mm0)
- " movd %%mm0, (%0)  \n\t" /*  .. | p1*v1 | 
p0*v0 | */
-@@ -135,8 +135,8 @@ static void pa_volume_s16ne_mmx(int16_t 
- " je 6f \n\t"
- 
- "5: \n\t" /* do samples in groups of 4 */
--" movq (%1, %3, 4), %%mm0   \n\t" /* |  v1h  |  v1l  |  v

[OE-core] [PATCH 2/5] iptables: upgrade to ver. 1.4.14

2012-07-23 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../{iptables_1.4.13.bb => iptables_1.4.14.bb} |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/iptables/{iptables_1.4.13.bb => 
iptables_1.4.14.bb} (91%)

diff --git a/meta/recipes-extended/iptables/iptables_1.4.13.bb 
b/meta/recipes-extended/iptables/iptables_1.4.14.bb
similarity index 91%
rename from meta/recipes-extended/iptables/iptables_1.4.13.bb
rename to meta/recipes-extended/iptables/iptables_1.4.14.bb
index 59782c0..4396ccf 100644
--- a/meta/recipes-extended/iptables/iptables_1.4.13.bb
+++ b/meta/recipes-extended/iptables/iptables_1.4.14.bb
@@ -24,8 +24,8 @@ FILES_${PN}-dbg =+ "${libdir}/xtables/.debug"
 SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 
\
file://types.h-add-defines-that-are-required-for-if_packet.patch"
 
-SRC_URI[md5sum] = "40a15608ec57b50e9377cace546dd115"
-SRC_URI[sha256sum] = 
"321e2600fc4541a958e44cafd85a42864b0035404097e0f2e082d474029b9ded"
+SRC_URI[md5sum] = "5ab24ad683f76689cfe7e0c73f44855d"
+SRC_URI[sha256sum] = 
"9be675696f41cd4f35cc332b667d285fe9489ca93c8e1f77804bd04b3315a522"
 
 inherit autotools
 
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/5] telepathy-glib: upgrade to ver. 0.19.4

2012-07-23 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 ...thy-glib_0.19.2.bb => telepathy-glib_0.19.4.bb} |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.2.bb => 
telepathy-glib_0.19.4.bb} (80%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb 
b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.4.bb
similarity index 80%
rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.19.4.bb
index deba3bb..29c3e9b 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.4.bb
@@ -7,8 +7,8 @@ PR = "r0"
 
 SRC_URI = 
"http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz";
 
-SRC_URI[md5sum] = "af2b33c1215f189e637bd59cc9139255"
-SRC_URI[sha256sum] = 
"7e3c313ed08e26339deb603a615cec62a370131075514439f79f473f92ab84c3"
+SRC_URI[md5sum] = "a7e8b8b5b29280cb257f2a9c0fe566ee"
+SRC_URI[sha256sum] = 
"c191b1c51638c921bd8da4875df7123e3a0bc98bf2c93e6a9365c451d21d11f7"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
 
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 3/5] telepathy-mission-control: upgrade to ver. 5.13

2012-07-23 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 ...12.0.bb => telepathy-mission-control_5.13.0.bb} |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.12.0.bb => 
telepathy-mission-control_5.13.0.bb} (92%)

diff --git 
a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.12.0.bb 
b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.13.0.bb
similarity index 92%
rename from 
meta/recipes-connectivity/telepathy/telepathy-mission-control_5.12.0.bb
rename to 
meta/recipes-connectivity/telepathy/telepathy-mission-control_5.13.0.bb
index 65b5d89..f1f4c1e 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.12.0.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.13.0.bb
@@ -40,5 +40,5 @@ FILES_libmissioncontrol-dbg = 
"${libdir}/.debug/libmissioncontrol.so.*"
 FILES_libmissioncontrol-config-dbg = 
"${libdir}/.debug/libmissioncontrol-config.so.*"
 FILES_libmissioncontrol-server-dbg = 
"${libdir}/.debug/libmissioncontrol-server.so.*"
 
-SRC_URI[md5sum] = "f39dcfef785a37dc21efa9af06be2e61"
-SRC_URI[sha256sum] = 
"660aeb65543e1b029dfde6a895934cb20b766644bae2a68c0030052aa6645e77"
+SRC_URI[md5sum] = "8b0c82136467d1188d4fa7f032cd3beb"
+SRC_URI[sha256sum] = 
"b546da6bd1a1ac16f8a1db67b7673673e007ecaf9844da405c50acbcef0118eb"
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 4/5] libpcap: upgrade to ver. 1.3

2012-07-23 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../{libpcap-1.2.1 => libpcap-1.3.0}/aclocal.patch |0
 .../ieee80215-arphrd.patch |0
 .../libpcap/{libpcap_1.2.1.bb => libpcap_1.3.0.bb} |4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/libpcap/{libpcap-1.2.1 => 
libpcap-1.3.0}/aclocal.patch (100%)
 rename meta/recipes-connectivity/libpcap/{libpcap-1.2.1 => 
libpcap-1.3.0}/ieee80215-arphrd.patch (100%)
 rename meta/recipes-connectivity/libpcap/{libpcap_1.2.1.bb => 
libpcap_1.3.0.bb} (73%)

diff --git a/meta/recipes-connectivity/libpcap/libpcap-1.2.1/aclocal.patch 
b/meta/recipes-connectivity/libpcap/libpcap-1.3.0/aclocal.patch
similarity index 100%
rename from meta/recipes-connectivity/libpcap/libpcap-1.2.1/aclocal.patch
rename to meta/recipes-connectivity/libpcap/libpcap-1.3.0/aclocal.patch
diff --git 
a/meta/recipes-connectivity/libpcap/libpcap-1.2.1/ieee80215-arphrd.patch 
b/meta/recipes-connectivity/libpcap/libpcap-1.3.0/ieee80215-arphrd.patch
similarity index 100%
rename from 
meta/recipes-connectivity/libpcap/libpcap-1.2.1/ieee80215-arphrd.patch
rename to meta/recipes-connectivity/libpcap/libpcap-1.3.0/ieee80215-arphrd.patch
diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.2.1.bb 
b/meta/recipes-connectivity/libpcap/libpcap_1.3.0.bb
similarity index 73%
rename from meta/recipes-connectivity/libpcap/libpcap_1.2.1.bb
rename to meta/recipes-connectivity/libpcap/libpcap_1.3.0.bb
index 91bedf7..717e0e8 100644
--- a/meta/recipes-connectivity/libpcap/libpcap_1.2.1.bb
+++ b/meta/recipes-connectivity/libpcap/libpcap_1.3.0.bb
@@ -5,8 +5,8 @@ PR = "${INC_PR}.0"
 SRC_URI += "file://aclocal.patch \
 file://ieee80215-arphrd.patch"
 
-SRC_URI[md5sum] = "06046e0e81efc60566daf1cc96c77d46"
-SRC_URI[sha256sum] = 
"a135a6ef7e539729a57c7ed345bdb9b64159e13404174006a7972eb33f00debd"
+SRC_URI[md5sum] = "f78455a92622b7a3c05c58b6ad1cec7e"
+SRC_URI[sha256sum] = 
"41cbd9ed68383afd9f1fda279cb78427d36879d9e34ee707e31a16a1afd872b9"
 
 #
 # make install doesn't cover the shared lib
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 5/5] byacc: upgrade to ver. 20120526

2012-07-23 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../byacc/{byacc_20120115.bb => byacc_20120526.bb} |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/byacc/{byacc_20120115.bb => byacc_20120526.bb} 
(75%)

diff --git a/meta/recipes-extended/byacc/byacc_20120115.bb 
b/meta/recipes-extended/byacc/byacc_20120526.bb
similarity index 75%
rename from meta/recipes-extended/byacc/byacc_20120115.bb
rename to meta/recipes-extended/byacc/byacc_20120526.bb
index 4549ca4..8721b1c 100644
--- a/meta/recipes-extended/byacc/byacc_20120115.bb
+++ b/meta/recipes-extended/byacc/byacc_20120526.bb
@@ -9,5 +9,5 @@ LICENSE="PD"
 LIC_FILES_CHKSUM = 
"file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3"
 require byacc.inc
 
-SRC_URI[md5sum] = "3061c62c47ec0f43255afd8fc3f7e3ab"
-SRC_URI[sha256sum] = 
"4034efc9b59646fc61e29b1a87472cccf1d1aaf45435f9d3bf58dec2b5f0831c"
+SRC_URI[md5sum] = "d8a9959f784205092762eb29426bdf23"
+SRC_URI[sha256sum] = 
"be05856b039bc9eb95a93cf89ac381de4fc6bb91d236c6b130e8b1daeb6075d6"
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/5] Connectivity and base packages updates.

2012-07-23 Thread Cristian Iorga
Multiple package updates, see below for details.
Packages and core-image-sato target build on all architectures.
Basic sanity tests performed in core-image-sato under qemux86.
No obvious issues observed.

Cristian Iorga (5):
  telepathy-glib: upgrade to ver. 0.19.4
  iptables: upgrade to ver. 1.4.14
  telepathy-mission-control: upgrade to ver. 5.13
  libpcap: upgrade to ver. 1.3
  byacc: upgrade to ver. 20120526

 .../{libpcap-1.2.1 => libpcap-1.3.0}/aclocal.patch |0
 .../ieee80215-arphrd.patch |0
 .../libpcap/{libpcap_1.2.1.bb => libpcap_1.3.0.bb} |4 ++--
 ...thy-glib_0.19.2.bb => telepathy-glib_0.19.4.bb} |4 ++--
 ...12.0.bb => telepathy-mission-control_5.13.0.bb} |4 ++--
 .../byacc/{byacc_20120115.bb => byacc_20120526.bb} |4 ++--
 .../{iptables_1.4.13.bb => iptables_1.4.14.bb} |4 ++--
 7 files changed, 10 insertions(+), 10 deletions(-)
 rename meta/recipes-connectivity/libpcap/{libpcap-1.2.1 => 
libpcap-1.3.0}/aclocal.patch (100%)
 rename meta/recipes-connectivity/libpcap/{libpcap-1.2.1 => 
libpcap-1.3.0}/ieee80215-arphrd.patch (100%)
 rename meta/recipes-connectivity/libpcap/{libpcap_1.2.1.bb => 
libpcap_1.3.0.bb} (73%)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.2.bb => 
telepathy-glib_0.19.4.bb} (80%)
 rename 
meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.12.0.bb => 
telepathy-mission-control_5.13.0.bb} (92%)
 rename meta/recipes-extended/byacc/{byacc_20120115.bb => byacc_20120526.bb} 
(75%)
 rename meta/recipes-extended/iptables/{iptables_1.4.13.bb => 
iptables_1.4.14.bb} (91%)

-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH] Connectivity and multimedia manual packages

2012-07-24 Thread Cristian Iorga
Upstream updates checked.

Signed-off-by: Cristian Iorga 
---
 .../conf/distro/include/upstream_tracking.inc  |   28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/meta-yocto/conf/distro/include/upstream_tracking.inc 
b/meta-yocto/conf/distro/include/upstream_tracking.inc
index 98e7d16..ba52d02 100644
--- a/meta-yocto/conf/distro/include/upstream_tracking.inc
+++ b/meta-yocto/conf/distro/include/upstream_tracking.inc
@@ -187,7 +187,7 @@ RECIPE_UPSTREAM_VERSION_pn-eds-tools = "git"
 RECIPE_UPSTREAM_VERSION_pn-eee-acpi-scripts = 
"1.1.12+9d4cdedca25b396405f8587f9c4fbf8229e041c2"
 RECIPE_UPSTREAM_VERSION_pn-eggdbus = "0.6"
 RECIPE_UPSTREAM_DATE_pn-eggdbus = "Nov 01, 2009"
-CHECK_DATE_pn-eggdbus = "Jul 06, 2012"
+CHECK_DATE_pn-eggdbus = "Jul 24, 2012"
 RECIPE_UPSTREAM_VERSION_pn-eglibc = "git:16540"
 CHECK_DATE_pn-eglibc = "Jan 01, 2012"
 RECIPE_UPSTREAM_VERSION_pn-elfutils="0.148"
@@ -217,7 +217,7 @@ RECIPE_UPSTREAM_VERSION_pn-fixesproto = "5.0"
 RECIPE_UPSTREAM_DATE_pn-fixesproto = "Mar 8, 2011"
 RECIPE_UPSTREAM_VERSION_pn-flac="1.2.1"
 RECIPE_UPSTREAM_DATE_pn-flac= "Sep 8, 2007"
-CHECK_DATE_pn-flac = "Jul 06, 2012"
+CHECK_DATE_pn-flac = "Jul 24, 2012"
 RECIPE_UPSTREAM_DATE_pn-flac="Sep 16, 2007"
 RECIPE_UPSTREAM_VERSION_pn-flex = "2.5.35"
 RECIPE_UPSTREAM_DATE_pn-flex = "Feb 02, 2008"
@@ -345,7 +345,7 @@ RECIPE_UPSTREAM_DATE_pn-iptables = "Apr 28, 2012"
 RECIPE_UPSTREAM_VERSION_pn-iputils="s20100418"
 RECIPE_UPSTREAM_VERSION_pn-irda-utils = "0.9.18"
 RECIPE_UPSTREAM_DATE_pn-irda-utils="Jul 10, 2006"
-CHECK_DATE_pn-irda-utils = "Jul 06, 2012"
+CHECK_DATE_pn-irda-utils = "Jul 24, 2012"
 RECIPE_UPSTREAM_VERSION_pn-iso-codes = "3.16"
 RECIPE_UPSTREAM_VERSION_pn-jpeg = "8c"
 CHECK_DATE_pn-jpeg = "Dec 24, 2011"
@@ -448,7 +448,7 @@ CHECK_DATE_pn-libgsmd = "Jul 06, 2012"
 RECIPE_UPSTREAM_VERSION_pn-libgtkstylus = "0.5"
 RECIPE_UPSTREAM_VERSION_pn-libical = "0.48"
 RECIPE_UPSTREAM_DATE_pn-libical ="Dec 13, 2011"
-CHECK_DATE_pn-libical = "Jul 06, 2012"
+CHECK_DATE_pn-libical = "Jul 24, 2012"
 RECIPE_UPSTREAM_DATE_pn-libical = "Dec 13, 2011"
 RECIPE_UPSTREAM_VERSION_pn-libice = "1.0.6"
 RECIPE_UPSTREAM_DATE_pn-libice = "Aug 01, 2009"
@@ -486,7 +486,7 @@ RECIPE_UPSTREAM_VERSION_pn-liboil = "0.3.17"
 RECIPE_UPSTREAM_DATE_pn-liboil = "Feb 01, 2010"
 RECIPE_UPSTREAM_VERSION_pn-libomxil = "0.9.3"
 RECIPE_UPSTREAM_DATE_pn-libomxil = "May 20, 2011"
-CHECK_DATE_pn-libomxil = "Jul 06, 2012"
+CHECK_DATE_pn-libomxil = "Jul 24, 2012"
 RECIPE_UPSTREAM_VERSION_pn-libopensync-plugin-evolution2 = "0.39"
 RECIPE_UPSTREAM_VERSION_pn-libopensync = "0.39"
 RECIPE_UPSTREAM_DATE_pn-libowl-av = "Dec 01, 2008"
@@ -499,9 +499,9 @@ RECIPE_UPSTREAM_VERSION_pn-libpcap="1.2.0"
 RECIPE_UPSTREAM_DATE_pn-libpcap="Jul 24, 2011"
 RECIPE_UPSTREAM_VERSION_pn-libpciaccess = "0.13.1"
 RECIPE_UPSTREAM_DATE_pn-libpciaccess = "Apr 09, 2012"
-RECIPE_UPSTREAM_VERSION_pn-libpcre = "8.30"
-RECIPE_UPSTREAM_DATE_pn-libpcre = "Mar 01, 2012"
-CHECK_DATE_pn-libpcre = "Jul 06, 2012"
+RECIPE_UPSTREAM_VERSION_pn-libpcre = "8.31"
+RECIPE_UPSTREAM_DATE_pn-libpcre = "Jul 23, 2012"
+CHECK_DATE_pn-libpcre = "Jul 24, 2012"
 RECIPE_NO_UPDATE_REASON_pn-libpng = "1.4.3 and later changes the API and 
breaks libmatchbox. Sticking with the 1.2.x series instead"
 RECIPE_UPSTREAM_VERSION_pn-libpng = "1.5.11"
 RECIPE_UPSTREAM_DATE_pn-libpng = "Jun 14, 2012"
@@ -514,7 +514,7 @@ RECIPE_UPSTREAM_VERSION_pn-librsvg = "2.32.1"
 RECIPE_UPSTREAM_DATE_pn-librsvg = "Nov 13, 2010"
 RECIPE_UPSTREAM_VERSION_pn-libsamplerate0 = "0.1.8"
 RECIPE_UPSTREAM_DATE_pn-libsamplerate0 = "Aug 15, 2011"
-CHECK_DATE_pn-libsamplerate0 = "Jul 06, 2012"
+CHECK_DATE_pn-libsamplerate0 = "Jul 24, 2012"
 RECIPE_UPSTREAM_VERSION_pn-libsdl = "1.2.15"
 CHECK_DATE_pn-libsdl = "Mar 14, 2012"
 RECIPE_UPSTREAM_VERSION_pn-libsm = "1.1.1"
@@ -531,7 +531,7 @@ RECIPE_UPSTREAM_VERSION_pn-libtheora = "1.2.0"
 RECIPE_UPSTREAM_VERSION_pn-libtimedate-perl = "1.20"
 RECIPE_UPSTREAM_VERSION_pn-libtirpc = "0.2.2"
 RECIPE_UPSTREAM_DATE_pn-libtirpc = "May 02, 2011"
-CHECK_DATE_pn-libtirpc = "Jul 06, 2012"
+CHECK_DATE_pn-libtirpc = "Jul 24, 2012"
 RECIPE_UPSTREAM_VERSION_pn-libtool="2.4.2"
 CHECK_DATE_pn-libtool = "Nov 28, 2011"
 RECIPE_UPSTREAM_V

[OE-core] [PATCH] libpcre: upgrade to ver. 8.31

2012-07-24 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../libpcre/{libpcre_8.30.bb => libpcre_8.31.bb}   |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/libpcre/{libpcre_8.30.bb => libpcre_8.31.bb} (93%)

diff --git a/meta/recipes-support/libpcre/libpcre_8.30.bb 
b/meta/recipes-support/libpcre/libpcre_8.31.bb
similarity index 93%
rename from meta/recipes-support/libpcre/libpcre_8.30.bb
rename to meta/recipes-support/libpcre/libpcre_8.31.bb
index 4c6dfae..e1dad8b 100644
--- a/meta/recipes-support/libpcre/libpcre_8.30.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.31.bb
@@ -5,15 +5,15 @@ provides a POSIX calling interface to PCRE; the regular 
expressions \
 themselves still follow Perl syntax and semantics. The header file for \
 the POSIX-style functions is called pcreposix.h."
 SECTION = "devel"
-PR = "r2"
+PR = "r0"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=115e2bee152e2e23e838a29136094877"
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \
file://pcre-cross.patch \
file://fix-pcre-name-collision.patch"
 
-SRC_URI[md5sum] = "98e8928945d04279581e778fbdff"
-SRC_URI[sha256sum] = 
"c1113fd7db934e97ad8b3917d432e5b642e9eb9afd127eb797804937c965f4ac"
+SRC_URI[md5sum] = "1c9a276af932b5599157f96e945391f0"
+SRC_URI[sha256sum] = 
"5778a02535473c7ee7838ea598c19f451e63cf5eec0bf0307a688301c9078c3c"
 
 S = "${WORKDIR}/pcre-${PV}"
 
-- 
1.7.9.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH] connman: upgrade to v1.16

2013-07-22 Thread Cristian Iorga
inet-fix-ip-cleanup-functions.patch no longer nedded;
included in upstream.

Signed-off-by: Cristian Iorga 
---
 .../connman/inet-fix-ip-cleanup-functions.patch|   40 
 .../connman/{connman_1.15.bb => connman_1.16.bb}   |5 +--
 2 files changed, 2 insertions(+), 43 deletions(-)
 delete mode 100644 
meta/recipes-connectivity/connman/connman/inet-fix-ip-cleanup-functions.patch
 rename meta/recipes-connectivity/connman/{connman_1.15.bb => connman_1.16.bb} 
(62%)

diff --git 
a/meta/recipes-connectivity/connman/connman/inet-fix-ip-cleanup-functions.patch 
b/meta/recipes-connectivity/connman/connman/inet-fix-ip-cleanup-functions.patch
deleted file mode 100644
index 3071549..000
--- 
a/meta/recipes-connectivity/connman/connman/inet-fix-ip-cleanup-functions.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 100353e10f60a50ca1ba78daa6bc4dfebf5b3297 Mon Sep 17 00:00:00 2001
-From: Constantin Musca 
-Date: Wed, 5 Dec 2012 15:07:21 +0200
-Subject: [PATCH] inet: fix ip cleanup functions
-
-Upstream-Status: Pending
-Signed-off-by: Constantin Musca 

- src/inet.c | 8 
- 1 file changed, 8 insertions(+)
-
-diff --git a/src/inet.c b/src/inet.c
-index be69aca..e76a1f1 100644
 a/src/inet.c
-+++ b/src/inet.c
-@@ -626,6 +626,10 @@ int connman_inet_clear_ipv6_address(int index, const char 
*address,
- 
-   DBG("index %d address %s prefix_len %d", index, address, prefix_len);
- 
-+  if (address == NULL) {
-+  return -1;
-+  }
-+
-   err = __connman_inet_modify_address(RTM_DELADDR, 0, index, AF_INET6,
-   address, NULL, prefix_len, NULL);
-   if (err < 0) {
-@@ -649,6 +653,10 @@ int connman_inet_clear_address(int index, struct 
connman_ipaddress *ipaddress)
- 
-   DBG("index %d address %s prefix_len %d", index, address, prefix_len);
- 
-+  if (address == NULL) {
-+  return -1;
-+  }
-+
-   err = __connman_inet_modify_address(RTM_DELADDR, 0, index, AF_INET,
-   address, peer, prefix_len, broadcast);
-   if (err < 0) {
--- 
-1.7.11.7
-
diff --git a/meta/recipes-connectivity/connman/connman_1.15.bb 
b/meta/recipes-connectivity/connman/connman_1.16.bb
similarity index 62%
rename from meta/recipes-connectivity/connman/connman_1.15.bb
rename to meta/recipes-connectivity/connman/connman_1.16.bb
index 0ec29c9..7e54bc2 100644
--- a/meta/recipes-connectivity/connman/connman_1.15.bb
+++ b/meta/recipes-connectivity/connman/connman_1.16.bb
@@ -4,11 +4,10 @@ SRC_URI  = 
"${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
 
file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \
 file://add_xuser_dbus_permission.patch \
 file://connman \
-file://inet-fix-ip-cleanup-functions.patch \
 "
 
-SRC_URI[md5sum] = "e785c0c4564bfffb5215272f1be6f17c"
-SRC_URI[sha256sum] = 
"8229cc5e3e75197453ba2a644c03860a7cf9f4f27fcbf111bb589530d4efb58f"
+SRC_URI[md5sum] = "d290681619e10426442d07c3f4c1"
+SRC_URI[sha256sum] = 
"7273e88e6a6338be1e51b0e4c685d556386897cba9317cd83370bfb3f009982a"
 
 PR = "${INC_PR}.0"
 
-- 
1.7.10.4

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] pulseaudio: upgrade to v4.0

2013-07-23 Thread Cristian Iorga
pulseaudio_fix_for_x32.patch removed;
included in upstream.
general recipe clean-up (multiple src URI removed,
inheritance grouping, dependency grouping).
parallel make is now active (was disabled in version 0.9).

Signed-off-by: Cristian Iorga 
---
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |9 +-
 .../pulseaudio/pulseaudio_fix_for_x32.patch|  238 
 .../{pulseaudio_3.0.bb => pulseaudio_4.0.bb}   |   11 +-
 3 files changed, 5 insertions(+), 253 deletions(-)
 delete mode 100644 
meta/recipes-multimedia/pulseaudio/pulseaudio/pulseaudio_fix_for_x32.patch
 rename meta/recipes-multimedia/pulseaudio/{pulseaudio_3.0.bb => 
pulseaudio_4.0.bb} (51%)

diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc 
b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index d4f66e6..d3f6d17 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -7,15 +7,13 @@ LIC_FILES_CHKSUM = 
"file://GPL;md5=4325afd396febcb659c36b49533135d4 \
 file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
 
file://src/modules/bluetooth/proximity-helper.c;beginline=1;endline=25;md5=e4cc710e40a4d900c2c294167bc58270
 \
 
file://src/pulsecore/resampler.h;beginline=4;endline=23;md5=c3d539b93f8c82a1780bfa3cfa544a95"
+
 DEPENDS = "libatomics-ops liboil libsamplerate0 libsndfile1 libtool"
 # optional
 DEPENDS += "udev alsa-lib glib-2.0 dbus gconf"
+DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
 
-SRC_URI = 
"http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-${PV}.tar.gz \
-   file://gcc4-compile-fix.patch \
-   file://volatiles.04_pulse"
-
-inherit autotools pkgconfig useradd
+inherit autotools pkgconfig useradd gettext perlnative
 
 # *.desktop rules wont be generated during configure and build will fail
 # if using --disable-nls
@@ -53,7 +51,6 @@ PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
 
 EXTRA_OECONF_append_arm += "${@bb.utils.contains("TUNE_FEATURES", "neon", "", 
"--enable-neon-opt=no", d)}"
 
-PARALLEL_MAKE = ""
 
 export TARGET_PFPU = "${TARGET_FPU}"
 
diff --git 
a/meta/recipes-multimedia/pulseaudio/pulseaudio/pulseaudio_fix_for_x32.patch 
b/meta/recipes-multimedia/pulseaudio/pulseaudio/pulseaudio_fix_for_x32.patch
deleted file mode 100644
index b68ac5b..000
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio/pulseaudio_fix_for_x32.patch
+++ /dev/null
@@ -1,238 +0,0 @@
-Upstream-Status: Pending
-
-This patch makes assembly syntax compatible to the x32 toolchain.
-
-This fixes these kinds of compilations errors with x32 gcc.
-| pulsecore/svolume_mmx.c: Assembler messages:
-| pulsecore/svolume_mmx.c:107: Error: `(%esi,%rdi,4)' is not a valid 
base/index expression
-| pulsecore/svolume_mmx.c:135: Error: `(%esi,%rdi,4)' is not a valid 
base/index expression
-| pulsecore/svolume_mmx.c:161: Error: `(%esi,%rdi,4)' is not a valid 
base/index expression
-| pulsecore/svolume_mmx.c:162: Error: `8(%esi,%rdi,4)' is not a valid 
base/index expression
-| pulsecore/svolume_mmx.c:180: Error: `(%esi,%rdi,4)' is not a valid 
base/index expression
-| pulsecore/svolume_mmx.c:210: Error: `(%esi,%rdi,4)' is not a valid 
base/index expression
-| pulsecore/svolume_mmx.c:244: Error: `(%esi,%rdi,4)' is not a valid 
base/index expression
-| pulsecore/svolume_mmx.c:245: Error: `8(%esi,%rdi,4)' is not a valid 
base/index expression
-| make[3]: *** [libpulsecore_1.1_la-svolume_mmx.lo] Error 1
-
-Orignally these assembly lines are written for x86_64 ABI, now they are also 
compatible with
-X32 ABI.
-
-Signed-Off-By: Nitin A Kamble  2011/12/03
-Index: pulseaudio-1.1/src/pulsecore/svolume_mmx.c
-===
 pulseaudio-1.1.orig/src/pulsecore/svolume_mmx.c
-+++ pulseaudio-1.1/src/pulsecore/svolume_mmx.c
-@@ -107,7 +107,7 @@ static void pa_volume_s16ne_mmx(int16_t 
- " test $1, %2   \n\t" /* check for odd samples */
- " je 2f \n\t"
- 
--" movd (%1, %3, 4), %%mm0   \n\t" /* |  v0h  |  v0l  | */
-+" movd (%q1, %3, 4), %%mm0   \n\t" /* |  v0h  |  v0l  | */
- " movw (%0), %w4\n\t" /* ..  |  p0   | */
- " movd %4, %%mm1\n\t"
- VOLUME_32x16 (%%mm1, %%mm0)
-@@ -122,7 +122,7 @@ static void pa_volume_s16ne_mmx(int16_t 
- " je 4f \n\t"
- 
- "3: \n\t" /* do samples in groups of 2 */
--" movq (%1, %3, 4), %%mm0   \n\t" /* |  v1h  |  v1l  |  v0h  |  
v0l  | */
-+" movq (%q1, %3, 4), %%mm0   \n\t" /* |  v1

[OE-core] [PATCH] iproute2: upgrade to v3.10.0

2013-07-29 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../iproute2/{iproute2_3.9.0.bb => iproute2_3.10.0.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2_3.9.0.bb => 
iproute2_3.10.0.bb} (64%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.9.0.bb 
b/meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb
similarity index 64%
rename from meta/recipes-connectivity/iproute2/iproute2_3.9.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb
index 2bf3f2c..2220467 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_3.9.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb
@@ -4,8 +4,8 @@ SRC_URI = 
"${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \
file://configure-cross.patch \
   "
 
-SRC_URI[md5sum] = "fd9db28e4f411a1e74de65c919ae590f"
-SRC_URI[sha256sum] = 
"16f027af432a05085813a2f859b7d42dafd29b8c035ead830d37565b7397592d"
+SRC_URI[md5sum] = "45fb5427fc723a0001c72b92c931ba02"
+SRC_URI[sha256sum] = 
"c4023d8d722a1ed673474ca0e5a2d61ebd747cc7001a91321757422d9074c97e"
 
 # CFLAGS are computed in Makefile and reference CCOPTS
 #
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/2] ALSA stack upgrades

2013-07-31 Thread Cristian Iorga
alsa-lib, alsa-utils, alsa-utils-alsaconf upgrades to v1.0.27.2

Cristian Iorga (2):
  alsa-lib: upgrade to v1.0.27.2
  alsa-utils: upgrade to 1.0.27.2

 .../fix-O0-Optimize-unable-inline-function.patch   | 63 --
 .../alsa/alsa-lib/obsolete_automake_macros.patch   | 15 --
 .../alsa/alsa-lib/unbreak_plugindir.patch  | 14 -
 .../{alsa-lib_1.0.26.bb => alsa-lib_1.0.27.2.bb}   | 12 ++---
 ...f_1.0.26.bb => alsa-utils-alsaconf_1.0.27.2.bb} |  0
 ...-t-let-systemd-unit-restore-the-volume-wh.patch | 40 ++
 .../alsa/alsa-utils/obsolete_automake_macros.patch | 15 --
 .../alsa/alsa-utils/uclibc-exp10-replacement.patch | 21 
 ...alsa-utils_1.0.26.bb => alsa-utils_1.0.27.2.bb} |  7 +--
 9 files changed, 23 insertions(+), 164 deletions(-)
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-lib/fix-O0-Optimize-unable-inline-function.patch
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-lib/obsolete_automake_macros.patch
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-lib/unbreak_plugindir.patch
 rename meta/recipes-multimedia/alsa/{alsa-lib_1.0.26.bb => 
alsa-lib_1.0.27.2.bb} (84%)
 rename meta/recipes-multimedia/alsa/{alsa-utils-alsaconf_1.0.26.bb => 
alsa-utils-alsaconf_1.0.27.2.bb} (100%)
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-utils/obsolete_automake_macros.patch
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-utils/uclibc-exp10-replacement.patch
 rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.26.bb => 
alsa-utils_1.0.27.2.bb} (93%)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/2] alsa-lib: upgrade to v1.0.27.2

2013-07-31 Thread Cristian Iorga
fix-O0-Optimize-unable-inline-function.patch,
obsolete_automake_macros.patch patches
included in upstream; removed.
unbreak_plugindir.patch not used, removed.

Signed-off-by: Cristian Iorga 
---
 .../fix-O0-Optimize-unable-inline-function.patch   | 63 --
 .../alsa/alsa-lib/obsolete_automake_macros.patch   | 15 --
 .../alsa/alsa-lib/unbreak_plugindir.patch  | 14 -
 .../{alsa-lib_1.0.26.bb => alsa-lib_1.0.27.2.bb}   | 12 ++---
 4 files changed, 4 insertions(+), 100 deletions(-)
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-lib/fix-O0-Optimize-unable-inline-function.patch
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-lib/obsolete_automake_macros.patch
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-lib/unbreak_plugindir.patch
 rename meta/recipes-multimedia/alsa/{alsa-lib_1.0.26.bb => 
alsa-lib_1.0.27.2.bb} (84%)

diff --git 
a/meta/recipes-multimedia/alsa/alsa-lib/fix-O0-Optimize-unable-inline-function.patch
 
b/meta/recipes-multimedia/alsa/alsa-lib/fix-O0-Optimize-unable-inline-function.patch
deleted file mode 100644
index 1e43c25..000
--- 
a/meta/recipes-multimedia/alsa/alsa-lib/fix-O0-Optimize-unable-inline-function.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-Change function type from "extern __inline__" to "static __inline__"
-
-"extern __inline__ function()" is the inlined version that
-can be used in this compilation unit, but there will be another
-definition of this function somewhere, so compiler will not emit
-any code for the function body. This causes problem in -O0,
-where functions are never inlined, the function call is preserved,
-but linker can't find the symbol, thus the error happens.
-
-since no packages provide atomic_add and atomic_sub, and -O0
-Optimize is hoped to keep for debug, we can change extern to
-static to fix this problem.
-
-Upstream-Status: Pending
-
-Signed-off-by: Roy.Li 

- include/iatomic.h |8 
- 1 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/include/iatomic.h b/include/iatomic.h
-index e92dbfd..364bc5c 100644
 a/include/iatomic.h
-+++ b/include/iatomic.h
-@@ -720,7 +720,7 @@ typedef struct { volatile int counter; } atomic_t;
-  * Atomically adds @i to @v.  Note that the guaranteed useful range
-  * of an atomic_t is only 24 bits.
-  */
--extern __inline__ void atomic_add(int i, atomic_t * v)
-+static __inline__ void atomic_add(int i, atomic_t * v)
- {
-   unsigned long temp;
- 
-@@ -744,7 +744,7 @@ extern __inline__ void atomic_add(int i, atomic_t * v)
-  * Atomically subtracts @i from @v.  Note that the guaranteed
-  * useful range of an atomic_t is only 24 bits.
-  */
--extern __inline__ void atomic_sub(int i, atomic_t * v)
-+static __inline__ void atomic_sub(int i, atomic_t * v)
- {
-   unsigned long temp;
- 
-@@ -763,7 +763,7 @@ extern __inline__ void atomic_sub(int i, atomic_t * v)
- /*
-  * Same as above, but return the result value
-  */
--extern __inline__ int atomic_add_return(int i, atomic_t * v)
-+static __inline__ int atomic_add_return(int i, atomic_t * v)
- {
-   unsigned long temp, result;
- 
-@@ -784,7 +784,7 @@ extern __inline__ int atomic_add_return(int i, atomic_t * 
v)
-   return result;
- }
- 
--extern __inline__ int atomic_sub_return(int i, atomic_t * v)
-+static __inline__ int atomic_sub_return(int i, atomic_t * v)
- {
-   unsigned long temp, result;
- 
--- 
-1.7.4.1
-
diff --git 
a/meta/recipes-multimedia/alsa/alsa-lib/obsolete_automake_macros.patch 
b/meta/recipes-multimedia/alsa/alsa-lib/obsolete_automake_macros.patch
deleted file mode 100644
index 95c29da..000
--- a/meta/recipes-multimedia/alsa/alsa-lib/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Submitted [alsa-de...@alsa-project.org]
-
-Signed-off-by: Marko Lindqvist 
-diff -Nurd alsa-lib-1.0.25/configure.in alsa-lib-1.0.25/configure.in
 alsa-lib-1.0.25/configure.in   2012-01-25 09:56:56.0 +0200
-+++ alsa-lib-1.0.25/configure.in   2013-01-02 17:00:31.468090167 +0200
-@@ -53,7 +53,7 @@
-
- dnl Checks for header files.
- AC_HEADER_STDC
--AM_CONFIG_HEADER(include/config.h)
-+AC_CONFIG_HEADERS(include/config.h)
-
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
diff --git a/meta/recipes-multimedia/alsa/alsa-lib/unbreak_plugindir.patch 
b/meta/recipes-multimedia/alsa/alsa-lib/unbreak_plugindir.patch
deleted file mode 100644
index 1f3edd0..000
--- a/meta/recipes-multimedia/alsa/alsa-lib/unbreak_plugindir.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
-diff -Nur alsa-lib-1.0.14.orig/configure.in alsa-lib-1.0.14/configure.in
 alsa-lib-1.0.14.orig/configure.in  2007-05-31 03:05:13.0 -0500
-+++ alsa-lib-1.0.14/configure.in   2007-08-18 13:05:49.0 -0500
-@@ -93,7 +93,7 @@
- esac
- plugindir="$dir/$PACKAGE"
- fi
--AC_DEFINE_UNQUOTED(ALSA_PLUGIN_DIR, &quo

[OE-core] [PATCH 2/2] alsa-utils: upgrade to 1.0.27.2

2013-07-31 Thread Cristian Iorga
obsolete_automake_macros.patch,
uclibc-exp10-replacement.patch patches removed;
included in upstream.

Signed-off-by: Cristian Iorga 
---
 ...f_1.0.26.bb => alsa-utils-alsaconf_1.0.27.2.bb} |  0
 ...-t-let-systemd-unit-restore-the-volume-wh.patch | 40 +-
 .../alsa/alsa-utils/obsolete_automake_macros.patch | 15 
 .../alsa/alsa-utils/uclibc-exp10-replacement.patch | 21 
 ...alsa-utils_1.0.26.bb => alsa-utils_1.0.27.2.bb} |  7 ++--
 5 files changed, 19 insertions(+), 64 deletions(-)
 rename meta/recipes-multimedia/alsa/{alsa-utils-alsaconf_1.0.26.bb => 
alsa-utils-alsaconf_1.0.27.2.bb} (100%)
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-utils/obsolete_automake_macros.patch
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-utils/uclibc-exp10-replacement.patch
 rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.26.bb => 
alsa-utils_1.0.27.2.bb} (93%)

diff --git a/meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.26.bb 
b/meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.27.2.bb
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.26.bb
rename to meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.27.2.bb
diff --git 
a/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
 
b/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
index 1690ca5..477cd11 100644
--- 
a/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
+++ 
b/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
@@ -6,41 +6,35 @@ Subject: [PATCH] alsactl: don't let systemd unit restore the 
volume when asound.
 This avoids an error on bootup
 
 Signed-off-by: Koen Kooi 

 
 Filed as https://bugtrack.alsa-project.org/alsa-bug/view.php?id=5459
 
 Upstream-Status: Pending
 
- alsactl/Makefile.am |2 +-
- alsactl/alsa-restore.service.in |1 +
- 2 files changed, 2 insertions(+), 1 deletions(-)
-
-diff --git a/alsactl/Makefile.am b/alsactl/Makefile.am
-index 5cfc415..c3768c4 100644
 a/alsactl/Makefile.am
-+++ b/alsactl/Makefile.am
-@@ -34,7 +34,7 @@ install-data-hook:
+Index: alsa-utils-1.0.27.2/alsactl/Makefile.am
+===
+--- alsa-utils-1.0.27.2.orig/alsactl/Makefile.am
 alsa-utils-1.0.27.2/alsactl/Makefile.am
+@@ -36,8 +36,8 @@ install-data-hook:
  endif
  
  edit = \
--  $(SED) -r 's,@sbindir\@,$(sbindir),g' < $< > $@ || rm $@
-+  $(SED) -e 's,@localstatedir\@,$(localstatedir),g' -e 
's,@sbindir\@,$(sbindir),g' < $< > $@ || rm $@
+-  $(SED) -r -e 's,@sbindir\@,$(sbindir),g' \
+--e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \
++  $(SED) -e 's,@localstatedir\@,$(localstatedir),g' -e 
's,@sbindir\@,$(sbindir),g' \
++ -e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \
+   < $< > $@ || rm $@
  
- alsa-store.service: alsa-store.service.in
-   $(edit)
-diff --git a/alsactl/alsa-restore.service.in b/alsactl/alsa-restore.service.in
-index e97d196..3b76710 100644
 a/alsactl/alsa-restore.service.in
-+++ b/alsactl/alsa-restore.service.in
-@@ -4,6 +4,7 @@ DefaultDependencies=no
- After=sysinit.target
+ alsa-state.service: alsa-state.service.in
+Index: alsa-utils-1.0.27.2/alsactl/alsa-restore.service.in
+===
+--- alsa-utils-1.0.27.2.orig/alsactl/alsa-restore.service.in
 alsa-utils-1.0.27.2/alsactl/alsa-restore.service.in
+@@ -10,6 +10,7 @@ DefaultDependencies=no
+ After=alsa-state.service
  Before=shutdown.target
  Conflicts=shutdown.target
 +ConditionPathExists=@localstatedir@/lib/alsa/asound.state
  
  [Service]
  Type=oneshot
--- 
-1.6.6.1
-
diff --git 
a/meta/recipes-multimedia/alsa/alsa-utils/obsolete_automake_macros.patch 
b/meta/recipes-multimedia/alsa/alsa-utils/obsolete_automake_macros.patch
deleted file mode 100644
index 1a20b48..000
--- a/meta/recipes-multimedia/alsa/alsa-utils/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Submitted [alsa-de...@alsa-project.org]
-
-Signed-off-by: Marko Lindqvist 
-diff -Nurd alsa-utils-1.0.25/configure.in alsa-utils-1.0.25/configure.in
 alsa-utils-1.0.25/configure.in 2012-01-25 11:43:48.0 +0200
-+++ alsa-utils-1.0.25/configure.in 2013-01-12 10:11:51.401498722 +0200
-@@ -269,7 +269,7 @@
-   TESTSOUND="$dir/test.wav")
- AC_SUBST(TESTSOUND)
-
--AM_CONFIG_HEADER(include/aconfig.h)
-+AC_CONFIG_HEADERS(include/aconfig.h)
-
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
diff --git 
a/meta/recipes-multimedia/alsa/alsa-utils/uclibc-exp10-replacement

[OE-core] [PATCH 0/2] ALSA stack: upgrade to 1.0.27.2

2013-07-31 Thread Cristian Iorga
alsa-lib, alsa-utils, alsa-utils-alsaconf upgrades to v1.0.27.2

The following changes since commit 9de0ad47462c13ac4a2d73e12e92be6c1b4e0415:

  genericx86: ship all the driver firmware by default (2013-07-31 07:00:00 
+0100)

are available in the git repository at:

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

Cristian Iorga (2):
  alsa-lib: upgrade to v1.0.27.2
  alsa-utils: upgrade to 1.0.27.2

 .../fix-O0-Optimize-unable-inline-function.patch   | 63 --
 .../alsa/alsa-lib/obsolete_automake_macros.patch   | 15 --
 .../alsa/alsa-lib/unbreak_plugindir.patch  | 14 -
 .../{alsa-lib_1.0.26.bb => alsa-lib_1.0.27.2.bb}   | 12 ++---
 ...f_1.0.26.bb => alsa-utils-alsaconf_1.0.27.2.bb} |  0
 ...-t-let-systemd-unit-restore-the-volume-wh.patch | 40 ++
 .../alsa/alsa-utils/obsolete_automake_macros.patch | 15 --
 .../alsa/alsa-utils/uclibc-exp10-replacement.patch | 21 
 ...alsa-utils_1.0.26.bb => alsa-utils_1.0.27.2.bb} |  7 +--
 9 files changed, 23 insertions(+), 164 deletions(-)
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-lib/fix-O0-Optimize-unable-inline-function.patch
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-lib/obsolete_automake_macros.patch
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-lib/unbreak_plugindir.patch
 rename meta/recipes-multimedia/alsa/{alsa-lib_1.0.26.bb => 
alsa-lib_1.0.27.2.bb} (84%)
 rename meta/recipes-multimedia/alsa/{alsa-utils-alsaconf_1.0.26.bb => 
alsa-utils-alsaconf_1.0.27.2.bb} (100%)
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-utils/obsolete_automake_macros.patch
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-utils/uclibc-exp10-replacement.patch
 rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.26.bb => 
alsa-utils_1.0.27.2.bb} (93%)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/2] alsa-lib: upgrade to v1.0.27.2

2013-07-31 Thread Cristian Iorga
fix-O0-Optimize-unable-inline-function.patch,
obsolete_automake_macros.patch patches
included in upstream; removed.
unbreak_plugindir.patch not used, removed.

Signed-off-by: Cristian Iorga 
---
 .../fix-O0-Optimize-unable-inline-function.patch   | 63 --
 .../alsa/alsa-lib/obsolete_automake_macros.patch   | 15 --
 .../alsa/alsa-lib/unbreak_plugindir.patch  | 14 -
 .../{alsa-lib_1.0.26.bb => alsa-lib_1.0.27.2.bb}   | 12 ++---
 4 files changed, 4 insertions(+), 100 deletions(-)
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-lib/fix-O0-Optimize-unable-inline-function.patch
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-lib/obsolete_automake_macros.patch
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-lib/unbreak_plugindir.patch
 rename meta/recipes-multimedia/alsa/{alsa-lib_1.0.26.bb => 
alsa-lib_1.0.27.2.bb} (84%)

diff --git 
a/meta/recipes-multimedia/alsa/alsa-lib/fix-O0-Optimize-unable-inline-function.patch
 
b/meta/recipes-multimedia/alsa/alsa-lib/fix-O0-Optimize-unable-inline-function.patch
deleted file mode 100644
index 1e43c25..000
--- 
a/meta/recipes-multimedia/alsa/alsa-lib/fix-O0-Optimize-unable-inline-function.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-Change function type from "extern __inline__" to "static __inline__"
-
-"extern __inline__ function()" is the inlined version that
-can be used in this compilation unit, but there will be another
-definition of this function somewhere, so compiler will not emit
-any code for the function body. This causes problem in -O0,
-where functions are never inlined, the function call is preserved,
-but linker can't find the symbol, thus the error happens.
-
-since no packages provide atomic_add and atomic_sub, and -O0
-Optimize is hoped to keep for debug, we can change extern to
-static to fix this problem.
-
-Upstream-Status: Pending
-
-Signed-off-by: Roy.Li 

- include/iatomic.h |8 
- 1 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/include/iatomic.h b/include/iatomic.h
-index e92dbfd..364bc5c 100644
 a/include/iatomic.h
-+++ b/include/iatomic.h
-@@ -720,7 +720,7 @@ typedef struct { volatile int counter; } atomic_t;
-  * Atomically adds @i to @v.  Note that the guaranteed useful range
-  * of an atomic_t is only 24 bits.
-  */
--extern __inline__ void atomic_add(int i, atomic_t * v)
-+static __inline__ void atomic_add(int i, atomic_t * v)
- {
-   unsigned long temp;
- 
-@@ -744,7 +744,7 @@ extern __inline__ void atomic_add(int i, atomic_t * v)
-  * Atomically subtracts @i from @v.  Note that the guaranteed
-  * useful range of an atomic_t is only 24 bits.
-  */
--extern __inline__ void atomic_sub(int i, atomic_t * v)
-+static __inline__ void atomic_sub(int i, atomic_t * v)
- {
-   unsigned long temp;
- 
-@@ -763,7 +763,7 @@ extern __inline__ void atomic_sub(int i, atomic_t * v)
- /*
-  * Same as above, but return the result value
-  */
--extern __inline__ int atomic_add_return(int i, atomic_t * v)
-+static __inline__ int atomic_add_return(int i, atomic_t * v)
- {
-   unsigned long temp, result;
- 
-@@ -784,7 +784,7 @@ extern __inline__ int atomic_add_return(int i, atomic_t * 
v)
-   return result;
- }
- 
--extern __inline__ int atomic_sub_return(int i, atomic_t * v)
-+static __inline__ int atomic_sub_return(int i, atomic_t * v)
- {
-   unsigned long temp, result;
- 
--- 
-1.7.4.1
-
diff --git 
a/meta/recipes-multimedia/alsa/alsa-lib/obsolete_automake_macros.patch 
b/meta/recipes-multimedia/alsa/alsa-lib/obsolete_automake_macros.patch
deleted file mode 100644
index 95c29da..000
--- a/meta/recipes-multimedia/alsa/alsa-lib/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Submitted [alsa-de...@alsa-project.org]
-
-Signed-off-by: Marko Lindqvist 
-diff -Nurd alsa-lib-1.0.25/configure.in alsa-lib-1.0.25/configure.in
 alsa-lib-1.0.25/configure.in   2012-01-25 09:56:56.0 +0200
-+++ alsa-lib-1.0.25/configure.in   2013-01-02 17:00:31.468090167 +0200
-@@ -53,7 +53,7 @@
-
- dnl Checks for header files.
- AC_HEADER_STDC
--AM_CONFIG_HEADER(include/config.h)
-+AC_CONFIG_HEADERS(include/config.h)
-
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
diff --git a/meta/recipes-multimedia/alsa/alsa-lib/unbreak_plugindir.patch 
b/meta/recipes-multimedia/alsa/alsa-lib/unbreak_plugindir.patch
deleted file mode 100644
index 1f3edd0..000
--- a/meta/recipes-multimedia/alsa/alsa-lib/unbreak_plugindir.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
-diff -Nur alsa-lib-1.0.14.orig/configure.in alsa-lib-1.0.14/configure.in
 alsa-lib-1.0.14.orig/configure.in  2007-05-31 03:05:13.0 -0500
-+++ alsa-lib-1.0.14/configure.in   2007-08-18 13:05:49.0 -0500
-@@ -93,7 +93,7 @@
- esac
- plugindir="$dir/$PACKAGE"
- fi
--AC_DEFINE_UNQUOTED(ALSA_PLUGIN_DIR, &quo

[OE-core] [PATCH 2/2] alsa-utils: upgrade to 1.0.27.2

2013-07-31 Thread Cristian Iorga
obsolete_automake_macros.patch,
uclibc-exp10-replacement.patch patches removed;
included in upstream.

Signed-off-by: Cristian Iorga 
---
 ...f_1.0.26.bb => alsa-utils-alsaconf_1.0.27.2.bb} |  0
 ...-t-let-systemd-unit-restore-the-volume-wh.patch | 40 +-
 .../alsa/alsa-utils/obsolete_automake_macros.patch | 15 
 .../alsa/alsa-utils/uclibc-exp10-replacement.patch | 21 
 ...alsa-utils_1.0.26.bb => alsa-utils_1.0.27.2.bb} |  7 ++--
 5 files changed, 19 insertions(+), 64 deletions(-)
 rename meta/recipes-multimedia/alsa/{alsa-utils-alsaconf_1.0.26.bb => 
alsa-utils-alsaconf_1.0.27.2.bb} (100%)
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-utils/obsolete_automake_macros.patch
 delete mode 100644 
meta/recipes-multimedia/alsa/alsa-utils/uclibc-exp10-replacement.patch
 rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.26.bb => 
alsa-utils_1.0.27.2.bb} (93%)

diff --git a/meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.26.bb 
b/meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.27.2.bb
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.26.bb
rename to meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.27.2.bb
diff --git 
a/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
 
b/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
index 1690ca5..477cd11 100644
--- 
a/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
+++ 
b/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
@@ -6,41 +6,35 @@ Subject: [PATCH] alsactl: don't let systemd unit restore the 
volume when asound.
 This avoids an error on bootup
 
 Signed-off-by: Koen Kooi 

 
 Filed as https://bugtrack.alsa-project.org/alsa-bug/view.php?id=5459
 
 Upstream-Status: Pending
 
- alsactl/Makefile.am |2 +-
- alsactl/alsa-restore.service.in |1 +
- 2 files changed, 2 insertions(+), 1 deletions(-)
-
-diff --git a/alsactl/Makefile.am b/alsactl/Makefile.am
-index 5cfc415..c3768c4 100644
 a/alsactl/Makefile.am
-+++ b/alsactl/Makefile.am
-@@ -34,7 +34,7 @@ install-data-hook:
+Index: alsa-utils-1.0.27.2/alsactl/Makefile.am
+===
+--- alsa-utils-1.0.27.2.orig/alsactl/Makefile.am
 alsa-utils-1.0.27.2/alsactl/Makefile.am
+@@ -36,8 +36,8 @@ install-data-hook:
  endif
  
  edit = \
--  $(SED) -r 's,@sbindir\@,$(sbindir),g' < $< > $@ || rm $@
-+  $(SED) -e 's,@localstatedir\@,$(localstatedir),g' -e 
's,@sbindir\@,$(sbindir),g' < $< > $@ || rm $@
+-  $(SED) -r -e 's,@sbindir\@,$(sbindir),g' \
+--e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \
++  $(SED) -e 's,@localstatedir\@,$(localstatedir),g' -e 
's,@sbindir\@,$(sbindir),g' \
++ -e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \
+   < $< > $@ || rm $@
  
- alsa-store.service: alsa-store.service.in
-   $(edit)
-diff --git a/alsactl/alsa-restore.service.in b/alsactl/alsa-restore.service.in
-index e97d196..3b76710 100644
 a/alsactl/alsa-restore.service.in
-+++ b/alsactl/alsa-restore.service.in
-@@ -4,6 +4,7 @@ DefaultDependencies=no
- After=sysinit.target
+ alsa-state.service: alsa-state.service.in
+Index: alsa-utils-1.0.27.2/alsactl/alsa-restore.service.in
+===
+--- alsa-utils-1.0.27.2.orig/alsactl/alsa-restore.service.in
 alsa-utils-1.0.27.2/alsactl/alsa-restore.service.in
+@@ -10,6 +10,7 @@ DefaultDependencies=no
+ After=alsa-state.service
  Before=shutdown.target
  Conflicts=shutdown.target
 +ConditionPathExists=@localstatedir@/lib/alsa/asound.state
  
  [Service]
  Type=oneshot
--- 
-1.6.6.1
-
diff --git 
a/meta/recipes-multimedia/alsa/alsa-utils/obsolete_automake_macros.patch 
b/meta/recipes-multimedia/alsa/alsa-utils/obsolete_automake_macros.patch
deleted file mode 100644
index 1a20b48..000
--- a/meta/recipes-multimedia/alsa/alsa-utils/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Submitted [alsa-de...@alsa-project.org]
-
-Signed-off-by: Marko Lindqvist 
-diff -Nurd alsa-utils-1.0.25/configure.in alsa-utils-1.0.25/configure.in
 alsa-utils-1.0.25/configure.in 2012-01-25 11:43:48.0 +0200
-+++ alsa-utils-1.0.25/configure.in 2013-01-12 10:11:51.401498722 +0200
-@@ -269,7 +269,7 @@
-   TESTSOUND="$dir/test.wav")
- AC_SUBST(TESTSOUND)
-
--AM_CONFIG_HEADER(include/aconfig.h)
-+AC_CONFIG_HEADERS(include/aconfig.h)
-
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
diff --git 
a/meta/recipes-multimedia/alsa/alsa-utils/uclibc-exp10-replacement

[OE-core] [PATCH 5/7] gstreamer1.0-plugins-good: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc   | 2 --
 ...er1.0-plugins-good_1.0.7.bb => gstreamer1.0-plugins-good_1.0.9.bb} | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.0.7.bb 
=> gstreamer1.0-plugins-good_1.0.9.bb} (73%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
index 68bc9f1..19b16ca 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
@@ -5,8 +5,6 @@ LICENSE = "GPLv2+ & LGPLv2.1+"
 # libid3tag
 DEPENDS += "gstreamer1.0-plugins-base gconf zlib bzip2"
 
-PR = "r1"
-
 inherit gettext gconf
 
 
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb
similarity index 73%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb
index b2bcd44..1b65b7d 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
 
file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f
 \
 
file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe"
 
-SRC_URI[md5sum] = "e4b1c825475a9b478fe29e8e9f34516f"
-SRC_URI[sha256sum] = 
"a016a3b377c86658627aef902b9204108209100b2e88fcc3b695c392af1b4035"
+SRC_URI[md5sum] = "20bb77f201b044f4ba61de167c4466d7"
+SRC_URI[sha256sum] = 
"cfa2e617a76f93e9ddd4ae1109297e93fb4a06b152042b996231234a72c5a5ff"
 
 S = "${WORKDIR}/gst-plugins-good-${PV}"
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 4/7] gstreamer1.0-plugins-base: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc  | 2 --
 ...r1.0-plugins-base_1.0.7.bb => gstreamer1.0-plugins-base_1.0.9.bb} | 5 ++---
 2 files changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.0.7.bb 
=> gstreamer1.0-plugins-base_1.0.9.bb} (72%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
index b2c8995..5002399 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
@@ -5,8 +5,6 @@ LICENSE = "GPLv2+ & LGPLv2+"
 DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxv', 
'', d)}"
 DEPENDS += "freetype liboil util-linux"
 
-PR = "r1"
-
 inherit gettext
 
 
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.9.bb
similarity index 72%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.9.bb
index 72a4aee..7b1e990 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.9.bb
@@ -4,8 +4,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 
file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f
 \
 file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \
"
-
-SRC_URI[md5sum] = "b5b43cfbf82b413ce2e07a190d87e68f"
-SRC_URI[sha256sum] = 
"014805e50b696bc06c3862ea656df079fc0b5fef0c10f16e9f085f290545677a"
+SRC_URI[md5sum] = "24af1986581d9c2cd3dc834ab64d133d"
+SRC_URI[sha256sum] = 
"963e3b83d651661f495ca2e44ccd2d5c61e986e9d7706246e568276689a372ea"
 
 S = "${WORKDIR}/gst-plugins-base-${PV}"
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/7] telepathy-idle: upgrade to v0.1.16

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../fix-svc-gtk-doc.h-target.patch   | 0
 .../telepathy/{telepathy-idle_0.1.14.bb => telepathy-idle_0.1.16.bb} | 5 ++---
 2 files changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle-0.1.14 => 
telepathy-idle-0.1.16}/fix-svc-gtk-doc.h-target.patch (100%)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.14.bb => 
telepathy-idle_0.1.16.bb} (82%)

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

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/7] Upgrades for telepathy stack and GStreamer 1.0 stack

2013-08-02 Thread Cristian Iorga
Upgrades for telepathy stack and GStreamer 1.0 stack

Cristian Iorga (7):
  telepathy-mission-control: upgrade to v5.15.0
  telepathy-idle: upgrade to v0.1.16
  gstreamer1.0: upgrade to v1.0.9
  gstreamer1.0-plugins-base: upgrade to v1.0.9
  gstreamer1.0-plugins-good: upgrade to v1.0.9
  gstreamer1.0-libav: upgrade to v1.0.9
  gstreamer1.0-plugins-bad: upgrade to v1.0.9

 .../fix-svc-gtk-doc.h-target.patch   | 0
 .../telepathy/{telepathy-idle_0.1.14.bb => telepathy-idle_0.1.16.bb} | 5 ++---
 ...mission-control_5.14.0.bb => telepathy-mission-control_5.15.0.bb} | 5 ++---
 .../{gstreamer1.0-libav_1.0.7.bb => gstreamer1.0-libav_1.0.9.bb} | 5 ++---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc   | 2 --
 ...mer1.0-plugins-bad_1.0.7.bb => gstreamer1.0-plugins-bad_1.0.9.bb} | 4 ++--
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc  | 2 --
 ...r1.0-plugins-base_1.0.7.bb => gstreamer1.0-plugins-base_1.0.9.bb} | 5 ++---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc  | 2 --
 ...r1.0-plugins-good_1.0.7.bb => gstreamer1.0-plugins-good_1.0.9.bb} | 4 ++--
 meta/recipes-multimedia/gstreamer/gstreamer1.0.inc   | 2 --
 .../gstreamer/{gstreamer1.0_1.0.7.bb => gstreamer1.0_1.0.9.bb}   | 4 ++--
 12 files changed, 14 insertions(+), 26 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle-0.1.14 => 
telepathy-idle-0.1.16}/fix-svc-gtk-doc.h-target.patch (100%)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.14.bb => 
telepathy-idle_0.1.16.bb} (82%)
 rename 
meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.14.0.bb => 
telepathy-mission-control_5.15.0.bb} (92%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.0.7.bb => 
gstreamer1.0-libav_1.0.9.bb} (89%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.0.7.bb => 
gstreamer1.0-plugins-bad_1.0.9.bb} (75%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.0.7.bb 
=> gstreamer1.0-plugins-base_1.0.9.bb} (72%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.0.7.bb 
=> gstreamer1.0-plugins-good_1.0.9.bb} (73%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.0.7.bb => 
gstreamer1.0_1.0.9.bb} (72%)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/7] PUs for telepathy and gstreamer1.0

2013-08-02 Thread Cristian Iorga
Upgrade for telepathy stack and gstreamer1.0 stack

The following changes since commit 9de0ad47462c13ac4a2d73e12e92be6c1b4e0415:

  genericx86: ship all the driver firmware by default (2013-07-31 07:00:00 
+0100)

are available in the git repository at:

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

Cristian Iorga (7):
  telepathy-mission-control: upgrade to v5.15.0
  telepathy-idle: upgrade to v0.1.16
  gstreamer1.0: upgrade to v1.0.9
  gstreamer1.0-plugins-base: upgrade to v1.0.9
  gstreamer1.0-plugins-good: upgrade to v1.0.9
  gstreamer1.0-libav: upgrade to v1.0.9
  gstreamer1.0-plugins-bad: upgrade to v1.0.9

 .../fix-svc-gtk-doc.h-target.patch   | 0
 .../telepathy/{telepathy-idle_0.1.14.bb => telepathy-idle_0.1.16.bb} | 5 ++---
 ...mission-control_5.14.0.bb => telepathy-mission-control_5.15.0.bb} | 5 ++---
 .../{gstreamer1.0-libav_1.0.7.bb => gstreamer1.0-libav_1.0.9.bb} | 5 ++---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc   | 2 --
 ...mer1.0-plugins-bad_1.0.7.bb => gstreamer1.0-plugins-bad_1.0.9.bb} | 4 ++--
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc  | 2 --
 ...r1.0-plugins-base_1.0.7.bb => gstreamer1.0-plugins-base_1.0.9.bb} | 5 ++---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc  | 2 --
 ...r1.0-plugins-good_1.0.7.bb => gstreamer1.0-plugins-good_1.0.9.bb} | 4 ++--
 meta/recipes-multimedia/gstreamer/gstreamer1.0.inc   | 2 --
 .../gstreamer/{gstreamer1.0_1.0.7.bb => gstreamer1.0_1.0.9.bb}   | 4 ++--
 12 files changed, 14 insertions(+), 26 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle-0.1.14 => 
telepathy-idle-0.1.16}/fix-svc-gtk-doc.h-target.patch (100%)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.14.bb => 
telepathy-idle_0.1.16.bb} (82%)
 rename 
meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.14.0.bb => 
telepathy-mission-control_5.15.0.bb} (92%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.0.7.bb => 
gstreamer1.0-libav_1.0.9.bb} (89%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.0.7.bb => 
gstreamer1.0-plugins-bad_1.0.9.bb} (75%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.0.7.bb 
=> gstreamer1.0-plugins-base_1.0.9.bb} (72%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.0.7.bb 
=> gstreamer1.0-plugins-good_1.0.9.bb} (73%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.0.7.bb => 
gstreamer1.0_1.0.9.bb} (72%)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/7] telepathy-idle: upgrade to v0.1.16

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../fix-svc-gtk-doc.h-target.patch   | 0
 .../telepathy/{telepathy-idle_0.1.14.bb => telepathy-idle_0.1.16.bb} | 5 ++---
 2 files changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle-0.1.14 => 
telepathy-idle-0.1.16}/fix-svc-gtk-doc.h-target.patch (100%)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.14.bb => 
telepathy-idle_0.1.16.bb} (82%)

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

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 3/7] gstreamer1.0: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0.inc| 2 --
 .../gstreamer/{gstreamer1.0_1.0.7.bb => gstreamer1.0_1.0.9.bb}| 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.0.7.bb => 
gstreamer1.0_1.0.9.bb} (72%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
index d7bbee1..3cb478a 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
@@ -7,8 +7,6 @@ SECTION = "multimedia"
 LICENSE = "LGPLv2+"
 DEPENDS = "glib-2.0 libxml2 bison-native flex-native"
 
-PR = "r1"
-
 inherit autotools pkgconfig gettext
 
 GSTREAMER_1_DEBUG ?= "--disable-debug"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.9.bb
similarity index 72%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.9.bb
index 1423227..e4b2f1e 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.9.bb
@@ -7,7 +7,7 @@ SRC_URI = " \
 http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \
 file://0001-Fix-crash-with-gst-inspect.patch \
 "
-SRC_URI[md5sum] = "8f6066a37c71a0d0ff5fe5f7687fea12"
-SRC_URI[sha256sum] = 
"68cada7ee24ede23e15dc81ccde11898eed1a7a3c6a2d81a8c31596fccb1b5ce"
+SRC_URI[md5sum] = "cbbad73d703b811bc8bd18e47b36e534"
+SRC_URI[sha256sum] = 
"17a2c60a82baa461ef685ad3de187edb9c03a2c7e07513daba58a5a32efacaa3"
 S = "${WORKDIR}/gstreamer-${PV}"
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 5/7] gstreamer1.0-plugins-good: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc   | 2 --
 ...er1.0-plugins-good_1.0.7.bb => gstreamer1.0-plugins-good_1.0.9.bb} | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.0.7.bb 
=> gstreamer1.0-plugins-good_1.0.9.bb} (73%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
index 68bc9f1..19b16ca 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
@@ -5,8 +5,6 @@ LICENSE = "GPLv2+ & LGPLv2.1+"
 # libid3tag
 DEPENDS += "gstreamer1.0-plugins-base gconf zlib bzip2"
 
-PR = "r1"
-
 inherit gettext gconf
 
 
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb
similarity index 73%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb
index b2bcd44..1b65b7d 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
 
file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f
 \
 
file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe"
 
-SRC_URI[md5sum] = "e4b1c825475a9b478fe29e8e9f34516f"
-SRC_URI[sha256sum] = 
"a016a3b377c86658627aef902b9204108209100b2e88fcc3b695c392af1b4035"
+SRC_URI[md5sum] = "20bb77f201b044f4ba61de167c4466d7"
+SRC_URI[sha256sum] = 
"cfa2e617a76f93e9ddd4ae1109297e93fb4a06b152042b996231234a72c5a5ff"
 
 S = "${WORKDIR}/gst-plugins-good-${PV}"
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 7/7] gstreamer1.0-plugins-bad: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc| 2 --
 ...amer1.0-plugins-bad_1.0.7.bb => gstreamer1.0-plugins-bad_1.0.9.bb} | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.0.7.bb => 
gstreamer1.0-plugins-bad_1.0.9.bb} (75%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index 38cf512..a36335a 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -7,8 +7,6 @@ DEPENDS += "gstreamer1.0-plugins-base bzip2"
 SRC_URI[md5sum] = "d1493d1219b836a8cbf54f4fba962420"
 SRC_URI[sha256sum] = 
"5f49e6353fdc855834b5beb054b3a47ef5fa558006c7eda6d2ec07b36315c2ab"
 
-PR = "r1"
-
 S = "${WORKDIR}/gst-plugins-bad-${PV}"
 
 inherit gettext
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb
similarity index 75%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb
index bca3567..9ce7991 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \
 file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 \
 
file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c"
 
-SRC_URI[md5sum] = "d1493d1219b836a8cbf54f4fba962420"
-SRC_URI[sha256sum] = 
"5f49e6353fdc855834b5beb054b3a47ef5fa558006c7eda6d2ec07b36315c2ab"
+SRC_URI[md5sum] = "569e5122fd7bfd7bd861a537f0a28c60"
+SRC_URI[sha256sum] = 
"69d236b1d8188270a3f51f6710146d0ca63c2f1a9f6cfbab3399ef01b9498f75"
 
 S = "${WORKDIR}/gst-plugins-bad-${PV}"
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/7] telepathy-mission-control: upgrade to v5.15.0

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 ...mission-control_5.14.0.bb => telepathy-mission-control_5.15.0.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename 
meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.14.0.bb => 
telepathy-mission-control_5.15.0.bb} (92%)

diff --git 
a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb 
b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
similarity index 92%
rename from 
meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb
rename to 
meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
index 23e4c97..b2736ca 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
@@ -7,6 +7,8 @@ SECTION = "libs"
 DEPENDS = "libtelepathy dbus-glib gconf libxslt-native"
 
 SRC_URI = 
"http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-${PV}.tar.gz";
+SRC_URI[md5sum] = "0efd7d9043f6e189e8ed8111d043b52c"
+SRC_URI[sha256sum] = 
"88800d1b5f385e94b34721319ff4fe65c493632954d7229b36e57af5b4a7e1b5"
 
 inherit autotools pkgconfig pythonnative
 
@@ -37,6 +39,3 @@ FILES_libmissioncontrol-server-dev = 
"${libdir}/libmissioncontrol-server.*"
 FILES_libmissioncontrol-dbg = "${libdir}/.debug/libmissioncontrol.so.*"
 FILES_libmissioncontrol-config-dbg = 
"${libdir}/.debug/libmissioncontrol-config.so.*"
 FILES_libmissioncontrol-server-dbg = 
"${libdir}/.debug/libmissioncontrol-server.so.*"
-
-SRC_URI[md5sum] = "483fa8860891815a540ecf1bb9155122"
-SRC_URI[sha256sum] = 
"58e0047f5292836c2c35e1603a908b3ac20a5c0b183869514c63de339fd48a30"
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 6/7] gstreamer1.0-libav: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../{gstreamer1.0-libav_1.0.7.bb => gstreamer1.0-libav_1.0.9.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.0.7.bb => 
gstreamer1.0-libav_1.0.9.bb} (89%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.9.bb
similarity index 89%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.9.bb
index f486a9d..0b6bd50 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.9.bb
@@ -14,9 +14,8 @@ SRC_URI = " \
 file://0001-Disable-yasm-for-libav-when-disable-yasm.patch \
 file://libav_e500mc.patch \
 "
-
-SRC_URI[md5sum] = "68e1eb18a58907e21b81d26ce7db056a"
-SRC_URI[sha256sum] = 
"aefa679d14e7a6558673cfbf401b9c01f1903bb52e5dc08332e9001d25a7ba7a"
+SRC_URI[md5sum] = "8414f8d4c4a239a74a3d5eadf3d14875"
+SRC_URI[sha256sum] = 
"759641c0597c24191322f40945b363b75df299a539ff4086650be6193028189a"
 
 LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \
   --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 4/7] gstreamer1.0-plugins-base: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc  | 2 --
 ...r1.0-plugins-base_1.0.7.bb => gstreamer1.0-plugins-base_1.0.9.bb} | 5 ++---
 2 files changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.0.7.bb 
=> gstreamer1.0-plugins-base_1.0.9.bb} (72%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
index b2c8995..5002399 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
@@ -5,8 +5,6 @@ LICENSE = "GPLv2+ & LGPLv2+"
 DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxv', 
'', d)}"
 DEPENDS += "freetype liboil util-linux"
 
-PR = "r1"
-
 inherit gettext
 
 
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.9.bb
similarity index 72%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.9.bb
index 72a4aee..7b1e990 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.9.bb
@@ -4,8 +4,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 
file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f
 \
 file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \
"
-
-SRC_URI[md5sum] = "b5b43cfbf82b413ce2e07a190d87e68f"
-SRC_URI[sha256sum] = 
"014805e50b696bc06c3862ea656df079fc0b5fef0c10f16e9f085f290545677a"
+SRC_URI[md5sum] = "24af1986581d9c2cd3dc834ab64d133d"
+SRC_URI[sha256sum] = 
"963e3b83d651661f495ca2e44ccd2d5c61e986e9d7706246e568276689a372ea"
 
 S = "${WORKDIR}/gst-plugins-base-${PV}"
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/7] telepathy-mission-control: upgrade to v5.15.0

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 ...mission-control_5.14.0.bb => telepathy-mission-control_5.15.0.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename 
meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.14.0.bb => 
telepathy-mission-control_5.15.0.bb} (92%)

diff --git 
a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb 
b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
similarity index 92%
rename from 
meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb
rename to 
meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
index 23e4c97..b2736ca 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
@@ -7,6 +7,8 @@ SECTION = "libs"
 DEPENDS = "libtelepathy dbus-glib gconf libxslt-native"
 
 SRC_URI = 
"http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-${PV}.tar.gz";
+SRC_URI[md5sum] = "0efd7d9043f6e189e8ed8111d043b52c"
+SRC_URI[sha256sum] = 
"88800d1b5f385e94b34721319ff4fe65c493632954d7229b36e57af5b4a7e1b5"
 
 inherit autotools pkgconfig pythonnative
 
@@ -37,6 +39,3 @@ FILES_libmissioncontrol-server-dev = 
"${libdir}/libmissioncontrol-server.*"
 FILES_libmissioncontrol-dbg = "${libdir}/.debug/libmissioncontrol.so.*"
 FILES_libmissioncontrol-config-dbg = 
"${libdir}/.debug/libmissioncontrol-config.so.*"
 FILES_libmissioncontrol-server-dbg = 
"${libdir}/.debug/libmissioncontrol-server.so.*"
-
-SRC_URI[md5sum] = "483fa8860891815a540ecf1bb9155122"
-SRC_URI[sha256sum] = 
"58e0047f5292836c2c35e1603a908b3ac20a5c0b183869514c63de339fd48a30"
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 3/7] gstreamer1.0: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0.inc| 2 --
 .../gstreamer/{gstreamer1.0_1.0.7.bb => gstreamer1.0_1.0.9.bb}| 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.0.7.bb => 
gstreamer1.0_1.0.9.bb} (72%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
index d7bbee1..3cb478a 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
@@ -7,8 +7,6 @@ SECTION = "multimedia"
 LICENSE = "LGPLv2+"
 DEPENDS = "glib-2.0 libxml2 bison-native flex-native"
 
-PR = "r1"
-
 inherit autotools pkgconfig gettext
 
 GSTREAMER_1_DEBUG ?= "--disable-debug"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.9.bb
similarity index 72%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.9.bb
index 1423227..e4b2f1e 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.9.bb
@@ -7,7 +7,7 @@ SRC_URI = " \
 http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \
 file://0001-Fix-crash-with-gst-inspect.patch \
 "
-SRC_URI[md5sum] = "8f6066a37c71a0d0ff5fe5f7687fea12"
-SRC_URI[sha256sum] = 
"68cada7ee24ede23e15dc81ccde11898eed1a7a3c6a2d81a8c31596fccb1b5ce"
+SRC_URI[md5sum] = "cbbad73d703b811bc8bd18e47b36e534"
+SRC_URI[sha256sum] = 
"17a2c60a82baa461ef685ad3de187edb9c03a2c7e07513daba58a5a32efacaa3"
 S = "${WORKDIR}/gstreamer-${PV}"
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 6/7] gstreamer1.0-libav: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../{gstreamer1.0-libav_1.0.7.bb => gstreamer1.0-libav_1.0.9.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.0.7.bb => 
gstreamer1.0-libav_1.0.9.bb} (89%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.9.bb
similarity index 89%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.9.bb
index f486a9d..0b6bd50 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.9.bb
@@ -14,9 +14,8 @@ SRC_URI = " \
 file://0001-Disable-yasm-for-libav-when-disable-yasm.patch \
 file://libav_e500mc.patch \
 "
-
-SRC_URI[md5sum] = "68e1eb18a58907e21b81d26ce7db056a"
-SRC_URI[sha256sum] = 
"aefa679d14e7a6558673cfbf401b9c01f1903bb52e5dc08332e9001d25a7ba7a"
+SRC_URI[md5sum] = "8414f8d4c4a239a74a3d5eadf3d14875"
+SRC_URI[sha256sum] = 
"759641c0597c24191322f40945b363b75df299a539ff4086650be6193028189a"
 
 LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \
   --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 7/7] gstreamer1.0-plugins-bad: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc| 2 --
 ...amer1.0-plugins-bad_1.0.7.bb => gstreamer1.0-plugins-bad_1.0.9.bb} | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.0.7.bb => 
gstreamer1.0-plugins-bad_1.0.9.bb} (75%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index 38cf512..a36335a 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -7,8 +7,6 @@ DEPENDS += "gstreamer1.0-plugins-base bzip2"
 SRC_URI[md5sum] = "d1493d1219b836a8cbf54f4fba962420"
 SRC_URI[sha256sum] = 
"5f49e6353fdc855834b5beb054b3a47ef5fa558006c7eda6d2ec07b36315c2ab"
 
-PR = "r1"
-
 S = "${WORKDIR}/gst-plugins-bad-${PV}"
 
 inherit gettext
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb
similarity index 75%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb
index bca3567..9ce7991 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \
 file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 \
 
file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c"
 
-SRC_URI[md5sum] = "d1493d1219b836a8cbf54f4fba962420"
-SRC_URI[sha256sum] = 
"5f49e6353fdc855834b5beb054b3a47ef5fa558006c7eda6d2ec07b36315c2ab"
+SRC_URI[md5sum] = "569e5122fd7bfd7bd861a537f0a28c60"
+SRC_URI[sha256sum] = 
"69d236b1d8188270a3f51f6710146d0ca63c2f1a9f6cfbab3399ef01b9498f75"
 
 S = "${WORKDIR}/gst-plugins-bad-${PV}"
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 4/4] harfbuzz: upgrade to v0.9.19

2013-08-05 Thread Cristian Iorga
disable_graphite.patch updated.

Signed-off-by: Cristian Iorga 
---
 .../harfbuzz/harfbuzz-0.9.17/disable_graphite.patch   | 15 ---
 .../harfbuzz/harfbuzz/disable_graphite.patch  | 15 +++
 .../harfbuzz/{harfbuzz_0.9.17.bb => harfbuzz_0.9.19.bb}   |  7 ++-
 3 files changed, 17 insertions(+), 20 deletions(-)
 delete mode 100644 
meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch
 create mode 100644 
meta/recipes-graphics/harfbuzz/harfbuzz/disable_graphite.patch
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_0.9.17.bb => 
harfbuzz_0.9.19.bb} (85%)

diff --git 
a/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch 
b/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch
deleted file mode 100644
index 49938ba..000
--- a/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Inappropriate [disable feature]
-
-Signed-off-by: Marko Lindqvist 
-diff -Nurd harfbuzz-0.9.10/configure.ac harfbuzz-0.9.10/configure.ac
 harfbuzz-0.9.10/configure.ac   2013-01-03 08:08:51.0 +0200
-+++ harfbuzz-0.9.10/configure.ac   2013-01-09 08:18:04.812529418 +0200
-@@ -185,7 +185,7 @@
-
- dnl ==
-
--PKG_CHECK_MODULES(GRAPHITE2, graphite2, have_graphite=true, 
have_graphite=false)
-+have_graphite=false
- if $have_graphite; then
- AC_DEFINE(HAVE_GRAPHITE2, 1, [Have Graphite library])
- fi
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz/disable_graphite.patch 
b/meta/recipes-graphics/harfbuzz/harfbuzz/disable_graphite.patch
new file mode 100644
index 000..228ebb1
--- /dev/null
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz/disable_graphite.patch
@@ -0,0 +1,15 @@
+Upstream-Status: Inappropriate [disable feature]
+
+Signed-off-by: Marko Lindqvist 
+Index: harfbuzz-0.9.19/configure.ac
+===
+--- harfbuzz-0.9.19.orig/configure.ac
 harfbuzz-0.9.19/configure.ac
+@@ -253,6 +253,7 @@ fi
+ if test "x$with_graphite2" = "xyes" -a "x$have_graphite2" != "xtrue"; then
+   AC_MSG_ERROR([graphite2 support requested but libgraphite2 not found])
+ fi
++have_graphite=false
+ if $have_graphite2; then
+ AC_DEFINE(HAVE_GRAPHITE2, 1, [Have Graphite2 library])
+ fi
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.17.bb 
b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.19.bb
similarity index 85%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_0.9.17.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_0.9.19.bb
index 968d8a2..6128358 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.17.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.19.bb
@@ -13,14 +13,11 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
 
 SECTION = "libs"
 
-PR = "r0"
-
 SRC_URI = 
"http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${PV}.tar.bz2 \
file://disable_graphite.patch \
 "
-
-SRC_URI[md5sum] = "c48827713e93539dc7285f9e86ffbdc5"
-SRC_URI[sha256sum] = 
"a4773003512035cb5c559de23e1d53f292bcb0212f023b540c4dc695b39690ed"
+SRC_URI[md5sum] = "9782581ee6ef972554772e84ca448131"
+SRC_URI[sha256sum] = 
"d2da0f060d47f6ad9de8c8781bb21fa4b9eae8ea1cd1e956b814095baa002f35"
 
 inherit autotools pkgconfig
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/4] neon: upgrade to v0.30.0

2013-08-05 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../neon/{neon-0.29.6 => neon-0.30.0}/pkgconfig.patch  | 0
 meta/recipes-support/neon/{neon_0.29.6.bb => neon_0.30.0.bb}   | 7 ++-
 2 files changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-support/neon/{neon-0.29.6 => neon-0.30.0}/pkgconfig.patch 
(100%)
 rename meta/recipes-support/neon/{neon_0.29.6.bb => neon_0.30.0.bb} (83%)

diff --git a/meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch 
b/meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch
similarity index 100%
rename from meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch
rename to meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch
diff --git a/meta/recipes-support/neon/neon_0.29.6.bb 
b/meta/recipes-support/neon/neon_0.30.0.bb
similarity index 83%
rename from meta/recipes-support/neon/neon_0.29.6.bb
rename to meta/recipes-support/neon/neon_0.30.0.bb
index 157f711..dbc43bb 100644
--- a/meta/recipes-support/neon/neon_0.29.6.bb
+++ b/meta/recipes-support/neon/neon_0.30.0.bb
@@ -7,15 +7,12 @@ LIC_FILES_CHKSUM = 
"file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a
 DEPENDS = "zlib libxml2 expat time gnutls libproxy"
 DEPENDS_class-native = "zlib-native libxml2-native expat-native gnutls-native"
 
-PR = "r3"
-
 BBCLASSEXTEND = "native"
 
 SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \
file://pkgconfig.patch"
-
-SRC_URI[md5sum] = "591e0c82e6979e7e615211b386b8f6bc"
-SRC_URI[sha256sum] = 
"9c640b728d6dc80ef1e48f83181166ab6bc95309cece5537e01ffdd01b96eb43"
+SRC_URI[md5sum] = "fb60b3a124eeec441937a812c456fd94"
+SRC_URI[sha256sum] = 
"2962cfcb5d30f3272e3d2fa0e473434419770a3801afe3d46e5d1650787990c2"
 
 inherit autotools binconfig lib_package pkgconfig
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/4] gstreamer1.0-plugins-ugly: upgrade to v1.0.9

2013-08-05 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc   | 2 --
 ...er1.0-plugins-ugly_1.0.7.bb => gstreamer1.0-plugins-ugly_1.0.9.bb} | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.0.7.bb 
=> gstreamer1.0-plugins-ugly_1.0.9.bb} (66%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
index 4a54d1b..3f47949 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
@@ -5,8 +5,6 @@ LICENSE_FLAGS = "commercial"
 
 DEPENDS += "gstreamer1.0-plugins-base libid3tag"
 
-PR = "r1"
-
 inherit gettext
 
 
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.0.9.bb
similarity index 66%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.0.9.bb
index 7e9b8aa..30fa3a3 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.0.9.bb
@@ -3,8 +3,8 @@ include gstreamer1.0-plugins-ugly.inc
 LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
 
file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068
 "
 
-SRC_URI[md5sum] = "8754edf6c3be235f232fb75ad11708bb"
-SRC_URI[sha256sum] = 
"b78b8cfabe322497da432a0f297dbb21862a033f95e8d4cd8f207eccb5288f2b"
+SRC_URI[md5sum] = "ea8b4e05ed5beb982762b45aba266720"
+SRC_URI[sha256sum] = 
"11250fe9e44b0169c3a289e981b31874b483643ed78f619682ae1644d7088379"
 
 S = "${WORKDIR}/gst-plugins-ugly-${PV}"
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 3/4] telepathy-glib: upgrade to v0.20.4

2013-08-05 Thread Cristian Iorga
pkgconfig.patch removed; already integrated in upstream.

Signed-off-by: Cristian Iorga 
---
 .../telepathy/telepathy-glib/pkgconfig.patch   | 41 --
 ...thy-glib_0.20.1.bb => telepathy-glib_0.20.4.bb} |  8 ++---
 2 files changed, 3 insertions(+), 46 deletions(-)
 delete mode 100644 
meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.20.1.bb => 
telepathy-glib_0.20.4.bb} (73%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch 
b/meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch
deleted file mode 100644
index 8f0ac28..000
--- a/meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Upstream-Status: Backport
-Signed-off-by: Ross Burton 
-
-From 4acc51d5b848359211bb8a00f0daa8e0bc44eb65 Mon Sep 17 00:00:00 2001
-From: Will Thompson 
-Date: Mon, 10 Dec 2012 14:11:05 +
-Subject: Remove pkg-config dependency from .pc files
-
-This causes problems for Yocto, since they use pc files when choosing
-package dependencies. It doesn't make a huge amount of sense for a
-.pc file to depend on pkg-config: by the time you've parsed the file,
-you've got pkg-config. And the versioned dependency is checked by
-configure, as commit 1154794 (which added this) mentions, so if you've
-compiled telepathy-glib, your pkg-config is new enough.

-diff --git a/telepathy-glib/telepathy-glib-uninstalled.pc.in 
b/telepathy-glib/telepathy-glib-uninstalled.pc.in
-index 932983c..3dbefb2 100644
 a/telepathy-glib/telepathy-glib-uninstalled.pc.in
-+++ b/telepathy-glib/telepathy-glib-uninstalled.pc.in
-@@ -6,7 +6,6 @@ abs_top_builddir=@abs_top_builddir@
- Name: Telepathy-GLib (uninstalled copy)
- Description: GLib utility library for the Telepathy framework
- Version: @VERSION@
--Requires: pkg-config >= 0.21
- Requires.private: dbus-1 >= 0.95, dbus-glib-1 >= 0.90, glib-2.0 >= 2.30, 
gobject-2.0 >= 2.30, gio-2.0 >= 2.30
- Libs: ${abs_top_builddir}/telepathy-glib/libtelepathy-glib.la
- Cflags: -I${abs_top_srcdir} -I${abs_top_builddir}
-diff --git a/telepathy-glib/telepathy-glib.pc.in 
b/telepathy-glib/telepathy-glib.pc.in
-index 1c5f4b6..75ac275 100644
 a/telepathy-glib/telepathy-glib.pc.in
-+++ b/telepathy-glib/telepathy-glib.pc.in
-@@ -6,7 +6,6 @@ includedir=@includedir@
- Name: Telepathy-GLib
- Description: GLib utility library for the Telepathy framework
- Version: @VERSION@
--Requires: pkg-config >= 0.21
- Requires.private: dbus-1 >= 0.95, dbus-glib-1 >= 0.90, glib-2.0 >= 2.30, 
gobject-2.0 >= 2.30, gio-2.0 >= 2.30
- Libs: -L${libdir} -ltelepathy-glib
- Cflags: -I${includedir}/telepathy-1.0
---
-cgit v0.9.0.2-2-gbebe
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb 
b/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.4.bb
similarity index 73%
rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb
rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.20.4.bb
index 85071c0..7d529b6 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.4.bb
@@ -4,11 +4,9 @@ HOMEPAGE = "http://telepathy.freedesktop.org/wiki/";
 DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib 
libxslt-native"
 LICENSE = "LGPLv2.1+"
 
-SRC_URI = 
"http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz \
-   file://pkgconfig.patch"
-
-SRC_URI[md5sum] = "780034ff7433f33e6577b02fd7a2cb0a"
-SRC_URI[sha256sum] = 
"01a0343f61fbd389fed9c819751aa75914150aa567472dcb480ced7f4ed261b6"
+SRC_URI = 
"http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz";
+SRC_URI[md5sum] = "78be56307d2da7c580cf6df33a225ba0"
+SRC_URI[sha256sum] = 
"c9a307c85d412c58bc68265c4c4128a8e3ffb283bc784143f1f086faaafcb16c"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/4] various upgrades

2013-08-05 Thread Cristian Iorga
Various PUs

The following changes since commit 4cff3defb545643132b7233fcffb3fedc1bf182b:

  grep: Add patch for texinfo 5.1 (2013-08-03 10:33:14 +0100)

are available in the git repository at:

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

Cristian Iorga (4):
  neon: upgrade to v0.30.0
  gstreamer1.0-plugins-ugly: upgrade to v1.0.9
  telepathy-glib: upgrade to v0.20.4
  harfbuzz: upgrade to v0.9.19

 .../telepathy/telepathy-glib/pkgconfig.patch   | 41 --
 ...thy-glib_0.20.1.bb => telepathy-glib_0.20.4.bb} |  8 ++---
 .../harfbuzz-0.9.17/disable_graphite.patch | 15 
 .../harfbuzz/harfbuzz/disable_graphite.patch   | 15 
 .../{harfbuzz_0.9.17.bb => harfbuzz_0.9.19.bb} |  7 ++--
 .../gstreamer/gstreamer1.0-plugins-ugly.inc|  2 --
 ...1.0.7.bb => gstreamer1.0-plugins-ugly_1.0.9.bb} |  4 +--
 .../{neon-0.29.6 => neon-0.30.0}/pkgconfig.patch   |  0
 .../neon/{neon_0.29.6.bb => neon_0.30.0.bb}|  7 ++--
 9 files changed, 24 insertions(+), 75 deletions(-)
 delete mode 100644 
meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.20.1.bb => 
telepathy-glib_0.20.4.bb} (73%)
 delete mode 100644 
meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch
 create mode 100644 
meta/recipes-graphics/harfbuzz/harfbuzz/disable_graphite.patch
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_0.9.17.bb => 
harfbuzz_0.9.19.bb} (85%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.0.7.bb 
=> gstreamer1.0-plugins-ugly_1.0.9.bb} (66%)
 rename meta/recipes-support/neon/{neon-0.29.6 => neon-0.30.0}/pkgconfig.patch 
(100%)
 rename meta/recipes-support/neon/{neon_0.29.6.bb => neon_0.30.0.bb} (83%)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/4] neon: upgrade to v0.30.0

2013-08-05 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../neon/{neon-0.29.6 => neon-0.30.0}/pkgconfig.patch  | 0
 meta/recipes-support/neon/{neon_0.29.6.bb => neon_0.30.0.bb}   | 7 ++-
 2 files changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-support/neon/{neon-0.29.6 => neon-0.30.0}/pkgconfig.patch 
(100%)
 rename meta/recipes-support/neon/{neon_0.29.6.bb => neon_0.30.0.bb} (83%)

diff --git a/meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch 
b/meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch
similarity index 100%
rename from meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch
rename to meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch
diff --git a/meta/recipes-support/neon/neon_0.29.6.bb 
b/meta/recipes-support/neon/neon_0.30.0.bb
similarity index 83%
rename from meta/recipes-support/neon/neon_0.29.6.bb
rename to meta/recipes-support/neon/neon_0.30.0.bb
index 157f711..dbc43bb 100644
--- a/meta/recipes-support/neon/neon_0.29.6.bb
+++ b/meta/recipes-support/neon/neon_0.30.0.bb
@@ -7,15 +7,12 @@ LIC_FILES_CHKSUM = 
"file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a
 DEPENDS = "zlib libxml2 expat time gnutls libproxy"
 DEPENDS_class-native = "zlib-native libxml2-native expat-native gnutls-native"
 
-PR = "r3"
-
 BBCLASSEXTEND = "native"
 
 SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \
file://pkgconfig.patch"
-
-SRC_URI[md5sum] = "591e0c82e6979e7e615211b386b8f6bc"
-SRC_URI[sha256sum] = 
"9c640b728d6dc80ef1e48f83181166ab6bc95309cece5537e01ffdd01b96eb43"
+SRC_URI[md5sum] = "fb60b3a124eeec441937a812c456fd94"
+SRC_URI[sha256sum] = 
"2962cfcb5d30f3272e3d2fa0e473434419770a3801afe3d46e5d1650787990c2"
 
 inherit autotools binconfig lib_package pkgconfig
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/4] gstreamer1.0-plugins-ugly: upgrade to v1.0.9

2013-08-05 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc   | 2 --
 ...er1.0-plugins-ugly_1.0.7.bb => gstreamer1.0-plugins-ugly_1.0.9.bb} | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.0.7.bb 
=> gstreamer1.0-plugins-ugly_1.0.9.bb} (66%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
index 4a54d1b..3f47949 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
@@ -5,8 +5,6 @@ LICENSE_FLAGS = "commercial"
 
 DEPENDS += "gstreamer1.0-plugins-base libid3tag"
 
-PR = "r1"
-
 inherit gettext
 
 
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.0.9.bb
similarity index 66%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.0.9.bb
index 7e9b8aa..30fa3a3 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.0.9.bb
@@ -3,8 +3,8 @@ include gstreamer1.0-plugins-ugly.inc
 LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
 
file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068
 "
 
-SRC_URI[md5sum] = "8754edf6c3be235f232fb75ad11708bb"
-SRC_URI[sha256sum] = 
"b78b8cfabe322497da432a0f297dbb21862a033f95e8d4cd8f207eccb5288f2b"
+SRC_URI[md5sum] = "ea8b4e05ed5beb982762b45aba266720"
+SRC_URI[sha256sum] = 
"11250fe9e44b0169c3a289e981b31874b483643ed78f619682ae1644d7088379"
 
 S = "${WORKDIR}/gst-plugins-ugly-${PV}"
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 3/4] telepathy-glib: upgrade to v0.20.4

2013-08-05 Thread Cristian Iorga
pkgconfig.patch removed; already integrated in upstream.

Signed-off-by: Cristian Iorga 
---
 .../telepathy/telepathy-glib/pkgconfig.patch   | 41 --
 ...thy-glib_0.20.1.bb => telepathy-glib_0.20.4.bb} |  8 ++---
 2 files changed, 3 insertions(+), 46 deletions(-)
 delete mode 100644 
meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.20.1.bb => 
telepathy-glib_0.20.4.bb} (73%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch 
b/meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch
deleted file mode 100644
index 8f0ac28..000
--- a/meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Upstream-Status: Backport
-Signed-off-by: Ross Burton 
-
-From 4acc51d5b848359211bb8a00f0daa8e0bc44eb65 Mon Sep 17 00:00:00 2001
-From: Will Thompson 
-Date: Mon, 10 Dec 2012 14:11:05 +
-Subject: Remove pkg-config dependency from .pc files
-
-This causes problems for Yocto, since they use pc files when choosing
-package dependencies. It doesn't make a huge amount of sense for a
-.pc file to depend on pkg-config: by the time you've parsed the file,
-you've got pkg-config. And the versioned dependency is checked by
-configure, as commit 1154794 (which added this) mentions, so if you've
-compiled telepathy-glib, your pkg-config is new enough.

-diff --git a/telepathy-glib/telepathy-glib-uninstalled.pc.in 
b/telepathy-glib/telepathy-glib-uninstalled.pc.in
-index 932983c..3dbefb2 100644
 a/telepathy-glib/telepathy-glib-uninstalled.pc.in
-+++ b/telepathy-glib/telepathy-glib-uninstalled.pc.in
-@@ -6,7 +6,6 @@ abs_top_builddir=@abs_top_builddir@
- Name: Telepathy-GLib (uninstalled copy)
- Description: GLib utility library for the Telepathy framework
- Version: @VERSION@
--Requires: pkg-config >= 0.21
- Requires.private: dbus-1 >= 0.95, dbus-glib-1 >= 0.90, glib-2.0 >= 2.30, 
gobject-2.0 >= 2.30, gio-2.0 >= 2.30
- Libs: ${abs_top_builddir}/telepathy-glib/libtelepathy-glib.la
- Cflags: -I${abs_top_srcdir} -I${abs_top_builddir}
-diff --git a/telepathy-glib/telepathy-glib.pc.in 
b/telepathy-glib/telepathy-glib.pc.in
-index 1c5f4b6..75ac275 100644
 a/telepathy-glib/telepathy-glib.pc.in
-+++ b/telepathy-glib/telepathy-glib.pc.in
-@@ -6,7 +6,6 @@ includedir=@includedir@
- Name: Telepathy-GLib
- Description: GLib utility library for the Telepathy framework
- Version: @VERSION@
--Requires: pkg-config >= 0.21
- Requires.private: dbus-1 >= 0.95, dbus-glib-1 >= 0.90, glib-2.0 >= 2.30, 
gobject-2.0 >= 2.30, gio-2.0 >= 2.30
- Libs: -L${libdir} -ltelepathy-glib
- Cflags: -I${includedir}/telepathy-1.0
---
-cgit v0.9.0.2-2-gbebe
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb 
b/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.4.bb
similarity index 73%
rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb
rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.20.4.bb
index 85071c0..7d529b6 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.4.bb
@@ -4,11 +4,9 @@ HOMEPAGE = "http://telepathy.freedesktop.org/wiki/";
 DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib 
libxslt-native"
 LICENSE = "LGPLv2.1+"
 
-SRC_URI = 
"http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz \
-   file://pkgconfig.patch"
-
-SRC_URI[md5sum] = "780034ff7433f33e6577b02fd7a2cb0a"
-SRC_URI[sha256sum] = 
"01a0343f61fbd389fed9c819751aa75914150aa567472dcb480ced7f4ed261b6"
+SRC_URI = 
"http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz";
+SRC_URI[md5sum] = "78be56307d2da7c580cf6df33a225ba0"
+SRC_URI[sha256sum] = 
"c9a307c85d412c58bc68265c4c4128a8e3ffb283bc784143f1f086faaafcb16c"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 4/4] harfbuzz: upgrade to v0.9.19

2013-08-05 Thread Cristian Iorga
disable_graphite.patch updated.

Signed-off-by: Cristian Iorga 
---
 .../harfbuzz/harfbuzz-0.9.17/disable_graphite.patch   | 15 ---
 .../harfbuzz/harfbuzz/disable_graphite.patch  | 15 +++
 .../harfbuzz/{harfbuzz_0.9.17.bb => harfbuzz_0.9.19.bb}   |  7 ++-
 3 files changed, 17 insertions(+), 20 deletions(-)
 delete mode 100644 
meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch
 create mode 100644 
meta/recipes-graphics/harfbuzz/harfbuzz/disable_graphite.patch
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_0.9.17.bb => 
harfbuzz_0.9.19.bb} (85%)

diff --git 
a/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch 
b/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch
deleted file mode 100644
index 49938ba..000
--- a/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Inappropriate [disable feature]
-
-Signed-off-by: Marko Lindqvist 
-diff -Nurd harfbuzz-0.9.10/configure.ac harfbuzz-0.9.10/configure.ac
 harfbuzz-0.9.10/configure.ac   2013-01-03 08:08:51.0 +0200
-+++ harfbuzz-0.9.10/configure.ac   2013-01-09 08:18:04.812529418 +0200
-@@ -185,7 +185,7 @@
-
- dnl ==
-
--PKG_CHECK_MODULES(GRAPHITE2, graphite2, have_graphite=true, 
have_graphite=false)
-+have_graphite=false
- if $have_graphite; then
- AC_DEFINE(HAVE_GRAPHITE2, 1, [Have Graphite library])
- fi
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz/disable_graphite.patch 
b/meta/recipes-graphics/harfbuzz/harfbuzz/disable_graphite.patch
new file mode 100644
index 000..228ebb1
--- /dev/null
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz/disable_graphite.patch
@@ -0,0 +1,15 @@
+Upstream-Status: Inappropriate [disable feature]
+
+Signed-off-by: Marko Lindqvist 
+Index: harfbuzz-0.9.19/configure.ac
+===
+--- harfbuzz-0.9.19.orig/configure.ac
 harfbuzz-0.9.19/configure.ac
+@@ -253,6 +253,7 @@ fi
+ if test "x$with_graphite2" = "xyes" -a "x$have_graphite2" != "xtrue"; then
+   AC_MSG_ERROR([graphite2 support requested but libgraphite2 not found])
+ fi
++have_graphite=false
+ if $have_graphite2; then
+ AC_DEFINE(HAVE_GRAPHITE2, 1, [Have Graphite2 library])
+ fi
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.17.bb 
b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.19.bb
similarity index 85%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_0.9.17.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_0.9.19.bb
index 968d8a2..6128358 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.17.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.19.bb
@@ -13,14 +13,11 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
 
 SECTION = "libs"
 
-PR = "r0"
-
 SRC_URI = 
"http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${PV}.tar.bz2 \
file://disable_graphite.patch \
 "
-
-SRC_URI[md5sum] = "c48827713e93539dc7285f9e86ffbdc5"
-SRC_URI[sha256sum] = 
"a4773003512035cb5c559de23e1d53f292bcb0212f023b540c4dc695b39690ed"
+SRC_URI[md5sum] = "9782581ee6ef972554772e84ca448131"
+SRC_URI[sha256sum] = 
"d2da0f060d47f6ad9de8c8781bb21fa4b9eae8ea1cd1e956b814095baa002f35"
 
 inherit autotools pkgconfig
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/2] gst-fluendo-mpegdemux: upgrade to v0.10.72

2013-08-07 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 ...luendo-mpegdemux_0.10.71.bb => gst-fluendo-mpegdemux_0.10.72.bb} | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.71.bb => 
gst-fluendo-mpegdemux_0.10.72.bb} (70%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.71.bb 
b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.72.bb
similarity index 70%
rename from meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.71.bb
rename to meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.72.bb
index 580b9e8..f4bdce1 100644
--- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.71.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.72.bb
@@ -8,7 +8,5 @@ LICENSE_FLAGS = "commercial"
 
 acpaths = "-I ${S}/common/m4 -I ${S}/m4"
 
-PR = "r0"
-
-SRC_URI[md5sum] = "a7b5152cd73fd0f9fa653fca93c82bd7"
-SRC_URI[sha256sum] = 
"3be3907e860bce4cc8bee0c70e4b28e91d97f4037e611473b8c9bb954b4de4f9"
+SRC_URI[md5sum] = "df726579404af65b9536428661ab4322"
+SRC_URI[sha256sum] = 
"a9784bc16352d0fb73de81b9c17142609e8bede46f6d9b881fc3d19673954abf"
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/2] net-tools: upgrade to v1.60-25

2013-08-07 Thread Cristian Iorga
Signed-off-by: Cristian Iorga 
---
 .../net-tools/{net-tools-1.60-24.2 => net-tools}/net-tools-config.h  | 0
 .../{net-tools-1.60-24.2 => net-tools}/net-tools-config.make | 0
 .../net-tools/{net-tools_1.60-24.2.bb => net-tools_1.60-25.bb}   | 5 ++---
 3 files changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/net-tools/{net-tools-1.60-24.2 => 
net-tools}/net-tools-config.h (100%)
 rename meta/recipes-extended/net-tools/{net-tools-1.60-24.2 => 
net-tools}/net-tools-config.make (100%)
 rename meta/recipes-extended/net-tools/{net-tools_1.60-24.2.bb => 
net-tools_1.60-25.bb} (94%)

diff --git 
a/meta/recipes-extended/net-tools/net-tools-1.60-24.2/net-tools-config.h 
b/meta/recipes-extended/net-tools/net-tools/net-tools-config.h
similarity index 100%
rename from 
meta/recipes-extended/net-tools/net-tools-1.60-24.2/net-tools-config.h
rename to meta/recipes-extended/net-tools/net-tools/net-tools-config.h
diff --git 
a/meta/recipes-extended/net-tools/net-tools-1.60-24.2/net-tools-config.make 
b/meta/recipes-extended/net-tools/net-tools/net-tools-config.make
similarity index 100%
rename from 
meta/recipes-extended/net-tools/net-tools-1.60-24.2/net-tools-config.make
rename to meta/recipes-extended/net-tools/net-tools/net-tools-config.make
diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-24.2.bb 
b/meta/recipes-extended/net-tools/net-tools_1.60-25.bb
similarity index 94%
rename from meta/recipes-extended/net-tools/net-tools_1.60-24.2.bb
rename to meta/recipes-extended/net-tools/net-tools_1.60-25.bb
index 4040e1a..bd72acc 100644
--- a/meta/recipes-extended/net-tools/net-tools_1.60-24.2.bb
+++ b/meta/recipes-extended/net-tools/net-tools_1.60-25.bb
@@ -5,7 +5,6 @@ BUGTRACKER = "http://bugs.debian.org/net-tools";
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
 
file://ifconfig.c;beginline=11;endline=15;md5=d1ca372080ad5401e23ca0afc35cf9ba"
-PR = "r0"
 
 SRC_URI = 
"${DEBIAN_MIRROR}/main/n/net-tools/net-tools_1.60.orig.tar.gz;name=tarball \

${DEBIAN_MIRROR}/main/n/net-tools/${BPN}_${PV}.diff.gz;apply=no;name=patch \
@@ -17,8 +16,8 @@ S = "${WORKDIR}/net-tools-1.60"
 SRC_URI[tarball.md5sum] = "ecaf37acb5b5daff4bdda77785fd916d"
 SRC_URI[tarball.sha256sum] = 
"ec67967cf7b1a3a3828a84762fbc013ac50ee5dc9aa3095d5c591f302c2de0f5"
 
-SRC_URI[patch.md5sum] = "524658bb8df5ff92c4a991f5edcaf240"
-SRC_URI[patch.sha256sum] = 
"170cc024fcb34329f4c25fd88b5f160a06be5d6d3eaf0bc976650fd1b1a6235d"
+SRC_URI[patch.md5sum] = "5ab1e2184d0fa6518031291138f2fc51"
+SRC_URI[patch.sha256sum] = 
"1bddcd96ac60e794978cb20fb7ea4c2e77258c56c042c9ac8b6ec2b2033bc56f"
 
 inherit gettext
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/2] Various PUs

2013-08-07 Thread Cristian Iorga
The following changes since commit f63e7f4323368c0d6fe7a1d44393a7e15652d4f2:

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

are available in the git repository at:

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

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

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

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/1] build-appliance-image: upgrade to ac60aa8cf707eec58e2cb51e7c406250d0b43ef1 commit.

2013-08-08 Thread Cristian Iorga
Fixes [YOCTO #4977].

Signed-off-by: Cristian Iorga 
---
 meta/recipes-core/images/build-appliance-image_8.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/images/build-appliance-image_8.0.bb 
b/meta/recipes-core/images/build-appliance-image_8.0.bb
index fad4176..27cdd6f 100644
--- a/meta/recipes-core/images/build-appliance-image_8.0.bb
+++ b/meta/recipes-core/images/build-appliance-image_8.0.bb
@@ -21,7 +21,7 @@ IMAGE_FSTYPES = "vmdk"
 
 inherit core-image
 
-SRCREV ?= "dc529e1f18975ff33a1686dc9804a38204fd1bd0"
+SRCREV ?= "ac60aa8cf707eec58e2cb51e7c406250d0b43ef1"
 SRC_URI = "git://git.yoctoproject.org/poky;protocol=git \
file://Yocto_Build_Appliance.vmx \
file://Yocto_Build_Appliance.vmxf \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/1] Build Appliance: Fix for YB4977

2013-08-08 Thread Cristian Iorga
The following changes since commit f63e7f4323368c0d6fe7a1d44393a7e15652d4f2:

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

are available in the git repository at:

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

Cristian Iorga (1):
  build-appliance-image: upgrade to
ac60aa8cf707eec58e2cb51e7c406250d0b43ef1 commit.

 meta/recipes-core/images/build-appliance-image_8.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/3] YB2370: Build Appliance integrates PCManFM filemanager

2013-08-20 Thread Cristian Iorga
PCManFM filemanager is integrated into Build Appliance;
PCManFM is used to display build results from Hob interface.

The following changes since commit fe227a023e30f6651618423ab527cde21a350d1a:

  genext2fs: fix memory corruption on powerpc (2013-08-20 15:31:26 +0100)

are available in the git repository at:

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

Cristian Iorga (3):
  Build Appliance: pcmanfm integration
  build-appliance-image: changing the icon theme to sato
  builder: register directories with pcmanfm

 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 6 +-
 meta/recipes-graphics/builder/builder_0.1.bb| 2 +-
 meta/recipes-graphics/builder/files/builder_hob_start.sh| 9 +
 3 files changed, 15 insertions(+), 2 deletions(-)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 3/3] builder: register directories with pcmanfm

2013-08-20 Thread Cristian Iorga
Register directories to be opened with PCManFM
filemanager using xdg-open in Build Appliance.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-graphics/builder/builder_0.1.bb | 2 +-
 meta/recipes-graphics/builder/files/builder_hob_start.sh | 9 +
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/builder/builder_0.1.bb 
b/meta/recipes-graphics/builder/builder_0.1.bb
index 78d41e5..1e8c977 100644
--- a/meta/recipes-graphics/builder/builder_0.1.bb
+++ b/meta/recipes-graphics/builder/builder_0.1.bb
@@ -1,7 +1,7 @@
 SUMMARY = "New user to do specific job"
 DESCRIPTION = "This recipe create a new user named ${PN}, who is used for 
specific jobs like building. The task can be auto started via mini X"
 SECTION = "x11"
-PR = "r6"
+PR = "r7"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = 
"file://builder_hob_start.sh;endline=5;md5=84796c3c41785d86100fdabcbdade00e"
 
diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh 
b/meta/recipes-graphics/builder/files/builder_hob_start.sh
index 40616f5..b3a0540 100644
--- a/meta/recipes-graphics/builder/files/builder_hob_start.sh
+++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
@@ -9,6 +9,15 @@ export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo
 export PSEUDO_LIBDIR=/usr/lib/pseudo/lib64
 export GIT_PROXY_COMMAND=/home/builder/poky/scripts/oe-git-proxy
 
+#start pcmanfm in daemon mode to allow asynchronous launch
+pcmanfm -d&
+
+#register folders to open with PCManFM filemanager
+if [ ! -d /home/ubik/tmp/.local/share/applications ]; then
+mkdir -p /home/builder/.local/share/applications/
+xdg-mime default pcmanfm.desktop inode/directory
+fi
+
 cd /home/builder/poky
 . ./oe-init-build-env
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/3] Build Appliance: pcmanfm integration

2013-08-20 Thread Cristian Iorga
PCManFm file manager is integrated in Build Appliance
xprop, xdg-utils are also integrated for file
association support.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb 
b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index 6a0722a..b58d238 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -38,11 +38,14 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
 hdparm \
 iptables \
 lsb \
+xprop \
+xdg-utils \
 mc \
 mc-fish \
 mc-helpers \
 mc-helpers-perl \
 mc-helpers-python \
+pcmanfm \
 parted \
 pseudo \
 screen \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/3] build-appliance-image: changing the icon theme to sato

2013-08-20 Thread Cristian Iorga
Hicolor icon theme does not properly displays icons for folders.
Sato icon theme is working correctly.
Also, settings-daemon needs to be added to image in order to
properly display folder icons.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb 
b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index b58d238..c1e2951 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -124,7 +124,8 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
 grep \
 groff \
 gzip \
-hicolor-icon-theme \
+settings-daemon \
+sato-icon-theme \
 libaio \
 libusb1 \
 libxml2 \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 3/3] builder: register directories with pcmanfm

2013-08-20 Thread Cristian Iorga
Register directories to be opened with PCManFM
filemanager using xdg-open in Build Appliance.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-graphics/builder/files/builder_hob_start.sh | 9 +
 1 file changed, 9 insertions(+)

diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh 
b/meta/recipes-graphics/builder/files/builder_hob_start.sh
index 40616f5..b3a0540 100644
--- a/meta/recipes-graphics/builder/files/builder_hob_start.sh
+++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
@@ -9,6 +9,15 @@ export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo
 export PSEUDO_LIBDIR=/usr/lib/pseudo/lib64
 export GIT_PROXY_COMMAND=/home/builder/poky/scripts/oe-git-proxy
 
+#start pcmanfm in daemon mode to allow asynchronous launch
+pcmanfm -d&
+
+#register folders to open with PCManFM filemanager
+if [ ! -d /home/ubik/tmp/.local/share/applications ]; then
+mkdir -p /home/builder/.local/share/applications/
+xdg-mime default pcmanfm.desktop inode/directory
+fi
+
 cd /home/builder/poky
 . ./oe-init-build-env
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/3] Build Appliance: pcmanfm integration

2013-08-20 Thread Cristian Iorga
PCManFm file manager is integrated in Build Appliance
xprop, xdg-utils are also integrated for file
association support.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb 
b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index 6a0722a..b58d238 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -38,11 +38,14 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
 hdparm \
 iptables \
 lsb \
+xprop \
+xdg-utils \
 mc \
 mc-fish \
 mc-helpers \
 mc-helpers-perl \
 mc-helpers-python \
+pcmanfm \
 parted \
 pseudo \
 screen \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/3] [PATCH v2] YB2370: Build Appliance integrates PCManFM filemanager

2013-08-20 Thread Cristian Iorga
PCManFM filemanager is integrated into Build Appliance;
PCManFM is used to display build results from Hob interface.

Patch v2 fixes wrong increment of PR.

The following changes since commit fe227a023e30f6651618423ab527cde21a350d1a:

  genext2fs: fix memory corruption on powerpc (2013-08-20 15:31:26 +0100)

are available in the git repository at:

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

Cristian Iorga (3):
  Build Appliance: pcmanfm integration
  build-appliance-image: changing the icon theme to sato
  builder: register directories with pcmanfm

 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 6 +-
 meta/recipes-graphics/builder/files/builder_hob_start.sh| 9 +
 2 files changed, 14 insertions(+), 1 deletion(-)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/3] build-appliance-image: changing the icon theme to sato

2013-08-20 Thread Cristian Iorga
Hicolor icon theme does not properly displays icons for folders.
Sato icon theme is working correctly.
Also, settings-daemon needs to be added to image in order to
properly display folder icons.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb 
b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index b58d238..c1e2951 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -124,7 +124,8 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
 grep \
 groff \
 gzip \
-hicolor-icon-theme \
+settings-daemon \
+sato-icon-theme \
 libaio \
 libusb1 \
 libxml2 \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/1] YB5030: Multiple providers are available for runtime libasound-module-bluez (bluez4, bluez5) warning

2013-08-21 Thread Cristian Iorga
The following changes since commit b2ff1add530b1fec2fb7f385227a03db47015c37:

  poky.conf: Don't force the addition of extra DISTRO_FEATURES (2013-08-20 
22:58:04 +0100)

are available in the git repository at:

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

Cristian Iorga (1):
  default-providers: Set the preferred provider for bluez

 meta/conf/distro/include/default-providers.inc | 1 +
 1 file changed, 1 insertion(+)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/1] default-providers: Set the preferred provider for bluez

2013-08-21 Thread Cristian Iorga
There is a need for a default provider for bluez
now that bluez5 recipe is also present.

Fixes [YOCTO #5030].

Signed-off-by: Cristian Iorga 
---
 meta/conf/distro/include/default-providers.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/distro/include/default-providers.inc 
b/meta/conf/distro/include/default-providers.inc
index 67cc5f5..9255fd6 100644
--- a/meta/conf/distro/include/default-providers.inc
+++ b/meta/conf/distro/include/default-providers.inc
@@ -39,3 +39,4 @@ PREFERRED_PROVIDER_console-tools ?= "kbd"
 PREFERRED_PROVIDER_gzip-native ?= "pigz-native"
 PREFERRED_PROVIDER_make ?= "make"
 PREFERRED_PROVIDER_udev ?= 
"${@base_contains('DISTRO_FEATURES','systemd','systemd','udev',d)}"
+PREFERRED_PROVIDER_bluez4 ?= "bluez4"
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/1] connman: upgrade to 1.17

2013-08-22 Thread Cristian Iorga
The following changes since commit b2ff1add530b1fec2fb7f385227a03db47015c37:

  poky.conf: Don't force the addition of extra DISTRO_FEATURES (2013-08-20 
22:58:04 +0100)

are available in the git repository at:

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

Cristian Iorga (1):
  connman: upgrade to 1.17

 .../recipes-connectivity/connman/{connman_1.16.bb => connman_1.17.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/connman/{connman_1.16.bb => connman_1.17.bb} 
(69%)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/1] connman: upgrade to 1.17

2013-08-22 Thread Cristian Iorga
connman 1.17 is mainly a bugfix release,
as such, recommended to upgrade to.

Signed-off-by: Cristian Iorga 
---
 .../recipes-connectivity/connman/{connman_1.16.bb => connman_1.17.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/connman/{connman_1.16.bb => connman_1.17.bb} 
(69%)

diff --git a/meta/recipes-connectivity/connman/connman_1.16.bb 
b/meta/recipes-connectivity/connman/connman_1.17.bb
similarity index 69%
rename from meta/recipes-connectivity/connman/connman_1.16.bb
rename to meta/recipes-connectivity/connman/connman_1.17.bb
index 7e54bc2..461157f 100644
--- a/meta/recipes-connectivity/connman/connman_1.16.bb
+++ b/meta/recipes-connectivity/connman/connman_1.17.bb
@@ -6,8 +6,8 @@ SRC_URI  = 
"${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
 file://connman \
 "
 
-SRC_URI[md5sum] = "d290681619e10426442d07c3f4c1"
-SRC_URI[sha256sum] = 
"7273e88e6a6338be1e51b0e4c685d556386897cba9317cd83370bfb3f009982a"
+SRC_URI[md5sum] = "dd4a13f789de1b69fcddf0cf613f2d5b"
+SRC_URI[sha256sum] = 
"d31aa2e7dc9fa817c93aba973995b63506a8c83f55afe507028f09b580ef0b00"
 
 PR = "${INC_PR}.0"
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/1] default-providers: Set the preferred provider for bluez

2013-08-22 Thread Cristian Iorga
There is a need for a default provider for bluez
now that bluez5 recipe is also present.

Fixes this warnings:
"NOTE: multiple providers are available for runtime libasound-module-bluez 
(bluez4, bluez5)
 NOTE: consider defining a PREFERRED_PROVIDER entry to match 
libasound-module-bluez"

Fixes [YOCTO #5030].

Signed-off-by: Cristian Iorga 
---
 meta/conf/distro/include/default-providers.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/distro/include/default-providers.inc 
b/meta/conf/distro/include/default-providers.inc
index 67cc5f5..9255fd6 100644
--- a/meta/conf/distro/include/default-providers.inc
+++ b/meta/conf/distro/include/default-providers.inc
@@ -39,3 +39,4 @@ PREFERRED_PROVIDER_console-tools ?= "kbd"
 PREFERRED_PROVIDER_gzip-native ?= "pigz-native"
 PREFERRED_PROVIDER_make ?= "make"
 PREFERRED_PROVIDER_udev ?= 
"${@base_contains('DISTRO_FEATURES','systemd','systemd','udev',d)}"
+PREFERRED_PROVIDER_bluez4 ?= "bluez4"
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/1] [Patch V2] YB5030: Multiple providers are available for runtime libasound-module-bluez (bluez4, bluez5) warning

2013-08-22 Thread Cristian Iorga
V2 has a better commit message.

The following changes since commit 06f1ebf206911ffe223483da945189a287f20b7d:

  poky.conf: add Debian 7.1 to SANITY_TESTED_DISTROS (2013-08-22 12:54:39 +0100)

are available in the git repository at:

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

Cristian Iorga (1):
  default-providers: Set the preferred provider for bluez

 meta/conf/distro/include/default-providers.inc | 1 +
 1 file changed, 1 insertion(+)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v2 0/4] YB2370: Build Appliance integrates a filemanager

2013-08-22 Thread Cristian Iorga
PCManFM filemanager is integrated in Build Appliance;
It will handle folders and files navigation from within Hob.

The following changes since commit 02521a40d36d06d269ec14ce9000f2941d6980af:

  busybox.inc: Avoid error when SYSLOG is not enabled (2013-08-22 15:11:13 
+0100)

are available in the git repository at:

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

Cristian Iorga (4):
  xdg-utils: add runtime dependency on xprop
  Build Appliance: pcmanfm integration
  build-appliance-image: changing the icon theme to sato
  builder: register directories with pcmanfm

 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 5 -
 meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb  | 1 +
 meta/recipes-graphics/builder/files/builder_hob_start.sh| 9 +
 3 files changed, 14 insertions(+), 1 deletion(-)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v2 3/4] build-appliance-image: changing the icon theme to sato

2013-08-22 Thread Cristian Iorga
Hicolor icon theme does not properly displays icons for folders.
Sato icon theme is working correctly.
Also, settings-daemon needs to be added to image in order to
properly display folder icons.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb 
b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index 2d35c16..17dc980 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -123,7 +123,8 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
 grep \
 groff \
 gzip \
-hicolor-icon-theme \
+settings-daemon \
+sato-icon-theme \
 libaio \
 libusb1 \
 libxml2 \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v2 4/4] builder: register directories with pcmanfm

2013-08-22 Thread Cristian Iorga
Register directories to be opened with PCManFM
filemanager using xdg-open in Build Appliance.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-graphics/builder/files/builder_hob_start.sh | 9 +
 1 file changed, 9 insertions(+)

diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh 
b/meta/recipes-graphics/builder/files/builder_hob_start.sh
index 40616f5..b3a0540 100644
--- a/meta/recipes-graphics/builder/files/builder_hob_start.sh
+++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
@@ -9,6 +9,15 @@ export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo
 export PSEUDO_LIBDIR=/usr/lib/pseudo/lib64
 export GIT_PROXY_COMMAND=/home/builder/poky/scripts/oe-git-proxy
 
+#start pcmanfm in daemon mode to allow asynchronous launch
+pcmanfm -d&
+
+#register folders to open with PCManFM filemanager
+if [ ! -d /home/ubik/tmp/.local/share/applications ]; then
+mkdir -p /home/builder/.local/share/applications/
+xdg-mime default pcmanfm.desktop inode/directory
+fi
+
 cd /home/builder/poky
 . ./oe-init-build-env
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v2 2/4] Build Appliance: pcmanfm integration

2013-08-22 Thread Cristian Iorga
PCManFm file manager is integrated in Build Appliance;
xdg-utils is also integrated for file
association support.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb 
b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index 6a0722a..2d35c16 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -38,11 +38,13 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
 hdparm \
 iptables \
 lsb \
+xdg-utils \
 mc \
 mc-fish \
 mc-helpers \
 mc-helpers-perl \
 mc-helpers-python \
+pcmanfm \
 parted \
 pseudo \
 screen \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v2 1/4] xdg-utils: add runtime dependency on xprop

2013-08-22 Thread Cristian Iorga
xprop is called by xdg-utils scripts.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb 
b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb
index d5c7aa3..22247f7 100644
--- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb
+++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb
@@ -23,3 +23,4 @@ SRC_URI[sha256sum] = 
"7b05558ae4bb8ede356863cae8c42e3e012aa421bf9d45130a570fd209
 
 inherit autotools
 
+RDEPENDS_${PN} = "xprop"
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v3 1/4] xdg-utils: add runtime dependency on xprop

2013-08-23 Thread Cristian Iorga
xprop is called by xdg-utils scripts.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb 
b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb
index d5c7aa3..22247f7 100644
--- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb
+++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb
@@ -23,3 +23,4 @@ SRC_URI[sha256sum] = 
"7b05558ae4bb8ede356863cae8c42e3e012aa421bf9d45130a570fd209
 
 inherit autotools
 
+RDEPENDS_${PN} = "xprop"
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v3 2/4] packagegroup-self-hosted: pcmanfm and xdg-utils integration

2013-08-23 Thread Cristian Iorga
PCManFm file manager is integrated in Build Appliance;
xdg-utils is also integrated for file
association support.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb 
b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index 6a0722a..2d35c16 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -38,11 +38,13 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
 hdparm \
 iptables \
 lsb \
+xdg-utils \
 mc \
 mc-fish \
 mc-helpers \
 mc-helpers-perl \
 mc-helpers-python \
+pcmanfm \
 parted \
 pseudo \
 screen \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v3 4/4] recipes-graphics/builder: fix wrong user name

2013-08-23 Thread Cristian Iorga
Fix wrong inclusion of local username.
The right "builder" user is now used in
builder_hob_start shell script.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-graphics/builder/files/builder_hob_start.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh 
b/meta/recipes-graphics/builder/files/builder_hob_start.sh
index b3a0540..bef6878 100644
--- a/meta/recipes-graphics/builder/files/builder_hob_start.sh
+++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
@@ -13,7 +13,7 @@ export 
GIT_PROXY_COMMAND=/home/builder/poky/scripts/oe-git-proxy
 pcmanfm -d&
 
 #register folders to open with PCManFM filemanager
-if [ ! -d /home/ubik/tmp/.local/share/applications ]; then
+if [ ! -d /home/builder/.local/share/applications ]; then
 mkdir -p /home/builder/.local/share/applications/
 xdg-mime default pcmanfm.desktop inode/directory
 fi
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v3 3/4] packagegroup-self-hosted: changing the icon theme to sato

2013-08-23 Thread Cristian Iorga
Hicolor icon theme does not properly displays icons for
folders in Build Appliance.
Sato icon theme is working correctly.
Also, settings-daemon needs to be added to image in order to
properly display folder icons.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb 
b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index 2d35c16..429ade9 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -123,7 +123,9 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
 grep \
 groff \
 gzip \
+settings-daemon \
 hicolor-icon-theme \
+sato-icon-theme \
 libaio \
 libusb1 \
 libxml2 \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v3 0/4] YB2370: Build Appliance integrates a filemanager

2013-08-23 Thread Cristian Iorga
A filemanager has been integrated into BA in order to
manage file and folders resulted from distro building.

V3 patch set corrects the following mistakes:
* add the correct component names in commit messages;
* add sato theme, but also keep hicolor-icon-theme;
  hicolor-icon-theme provides the skeleton structure for icons;
* fix the wrong user in recipes-graphics/builder shell script,
  (regression introduced in a previous commit: 
851163a7c672b5fb051fc0e7938ebd585bb33bf0);

The following changes since commit 199b1a8c7d7109d9b59d67bf4dcfeb03be07587a:

  mkfontscale: This no longer needs a full libx11, xproto suffices (2013-08-22 
18:30:06 +0100)

are available in the git repository at:

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

Cristian Iorga (4):
  xdg-utils: add runtime dependency on xprop
  packagegroup-self-hosted: pcmanfm and xdg-utils integration
  packagegroup-self-hosted: changing the icon theme to sato
  recipes-graphics/builder: fix wrong user name

 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 4 
 meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb  | 1 +
 meta/recipes-graphics/builder/files/builder_hob_start.sh| 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v2 1/1] default-providers: Set the preferred provider for bluez

2013-08-23 Thread Cristian Iorga
There is a need for a default provider for bluez
now that bluez5 recipe is also present.

After the introduction of bluez5 recipe,
the following warnings are displayed:

"NOTE: multiple providers are available for runtime libasound-module-bluez 
(bluez4, bluez5)
 NOTE: consider defining a PREFERRED_PROVIDER entry to match 
libasound-module-bluez"

Upon debug, bitbake shows:
DEBUG: checking PREFERRED_PROVIDER_bluez4 (value None) against ['bluez4', 
'bluez5']
DEBUG: checking PREFERRED_PROVIDER_bluez4-4.101 (value None) against ['bluez4', 
'bluez5']
DEBUG: checking PREFERRED_PROVIDER_bluez4-4.101-r5 (value None) against 
['bluez4', 'bluez5']
DEBUG: checking PREFERRED_PROVIDER_bluez5 (value None) against ['bluez4', 
'bluez5']
DEBUG: checking PREFERRED_PROVIDER_bluez5-5.7 (value None) against ['bluez4', 
'bluez5']
DEBUG: checking PREFERRED_PROVIDER_bluez5-5.7-r0 (value None) against 
['bluez4', 'bluez5']

Bitbake is faced with "what should provide libasound-module-bluez"
which is a runtime name. It needs to try and find a PREFERRED_PROVIDER
entry which matches this but those use *build time* naming.
So it converts "libasound-module-bluez" into
the canonical ${PN} of bluez4 and bluez5 and then
tries to look those up.
What it actually should do is go one step further
of mapping bluez4/bluex5 into the virtual/bluez
But that does not happen;

Bug opened on this issue: YB5044
https://bugzilla.yoctoproject.org/show_bug.cgi?id=5044

Fixes [YOCTO #5030].

Signed-off-by: Cristian Iorga 
---
 meta/conf/distro/include/default-providers.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/distro/include/default-providers.inc 
b/meta/conf/distro/include/default-providers.inc
index 67cc5f5..9255fd6 100644
--- a/meta/conf/distro/include/default-providers.inc
+++ b/meta/conf/distro/include/default-providers.inc
@@ -39,3 +39,4 @@ PREFERRED_PROVIDER_console-tools ?= "kbd"
 PREFERRED_PROVIDER_gzip-native ?= "pigz-native"
 PREFERRED_PROVIDER_make ?= "make"
 PREFERRED_PROVIDER_udev ?= 
"${@base_contains('DISTRO_FEATURES','systemd','systemd','udev',d)}"
+PREFERRED_PROVIDER_bluez4 ?= "bluez4"
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v2 0/1] YB5030: Multiple providers are available for runtime libasound-module-bluez (bluez4, bluez5) warning

2013-08-23 Thread Cristian Iorga
Patch V2:
Better commit message;
Opened a bug on the rather puzzling PREFERRED_PROVIDER fix,
that is refferenced in the commit message.

The following changes since commit 199b1a8c7d7109d9b59d67bf4dcfeb03be07587a:

  mkfontscale: This no longer needs a full libx11, xproto suffices (2013-08-22 
18:30:06 +0100)

are available in the git repository at:

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

Cristian Iorga (1):
  default-providers: Set the preferred provider for bluez

 meta/conf/distro/include/default-providers.inc | 1 +
 1 file changed, 1 insertion(+)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/1] build-appliance-image: upgrade to newer poky head

2013-08-30 Thread Cristian Iorga
The following changes since commit 5745e45b18e5099e94b4d5a73bc97dc6d4cdc91f:

  buildtools-tarball: Add python-pkgutil (2013-08-29 00:23:20 +0100)

are available in the git repository at:

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

Cristian Iorga (1):
  build-appliance-image: upgrade to commit
5745e45b18e5099e94b4d5a73bc97dc6d4cdc91f

 meta/recipes-core/images/build-appliance-image_8.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/1] build-appliance-image: upgrade to commit 5745e45b18e5099e94b4d5a73bc97dc6d4cdc91f

2013-08-30 Thread Cristian Iorga
Improvements to poky gets in this way
reflected in Build Appliance.

Notable improvements/fixes to bitbake.
New hardware targets.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-core/images/build-appliance-image_8.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/images/build-appliance-image_8.0.bb 
b/meta/recipes-core/images/build-appliance-image_8.0.bb
index 27cdd6f..bb2ded6 100644
--- a/meta/recipes-core/images/build-appliance-image_8.0.bb
+++ b/meta/recipes-core/images/build-appliance-image_8.0.bb
@@ -21,7 +21,7 @@ IMAGE_FSTYPES = "vmdk"
 
 inherit core-image
 
-SRCREV ?= "ac60aa8cf707eec58e2cb51e7c406250d0b43ef1"
+SRCREV ?= "5745e45b18e5099e94b4d5a73bc97dc6d4cdc91f"
 SRC_URI = "git://git.yoctoproject.org/poky;protocol=git \
file://Yocto_Build_Appliance.vmx \
file://Yocto_Build_Appliance.vmxf \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/2] Build Appliance: Open build logs in text editor

2013-09-26 Thread Cristian Iorga
Opening build logs works in Hob under Build Appliance.
leafpad text editor is integrated in Build Appliance.

The following changes since commit 4d8ab87d25ea6e59dc88375813ef88ee0ac813d0:

  build-appliance: Update SRCREV (2013-09-24 18:09:12 +0100)

are available in the git repository at:

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

Cristian Iorga (2):
  packagegroup-self-hosted: add leafpad text editor
  builder: register text files with leafpad

 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 1 +
 meta/recipes-graphics/builder/files/builder_hob_start.sh| 3 +++
 2 files changed, 4 insertions(+)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/2] builder: register text files with leafpad

2013-09-26 Thread Cristian Iorga
Log files will open in leafpad under Build Appliance.

Part of [YOCTO #4727] fix.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-graphics/builder/files/builder_hob_start.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh 
b/meta/recipes-graphics/builder/files/builder_hob_start.sh
index be3f911..42c93dd 100644
--- a/meta/recipes-graphics/builder/files/builder_hob_start.sh
+++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
@@ -22,6 +22,9 @@ if [ ! -d /home/builder/.local/share/applications ]; then
 xdg-mime default midori.desktop x-scheme-handler/http
 xdg-mime default midori.desktop x-scheme-handler/https
 xdg-mime default midori.desktop text/html
+
+#register text files with leafpad text editor
+xdg-mime default leafpad.desktop text/plain
 fi
 
 cd /home/builder/poky
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/2] packagegroup-self-hosted: add leafpad text editor

2013-09-26 Thread Cristian Iorga
A text editor is needed to examine log files.

Part of [YOCTO #4727] fix.

Signed-off-by: Cristian Iorga 
---
 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb 
b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index 90ec74e..de2a076 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -44,6 +44,7 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
 mc-helpers \
 mc-helpers-perl \
 mc-helpers-python \
+leafpad \
 midori \
 pcmanfm \
 parted \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/1] connman-conf: add a global public DNS to network provisioning

2013-10-04 Thread Cristian Iorga
The following changes since commit e7a20238dc73bb449f15feaf0dead51daf796184:

  maintainers: Add some maintainers (2013-10-03 10:22:30 +0100)

are available in the git repository at:

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

Cristian Iorga (1):
  connman-conf: add a global public DNS to network provisioning

 meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config | 1 +
 1 file changed, 1 insertion(+)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/1] connman-conf: add a global public DNS to network provisioning

2013-10-04 Thread Cristian Iorga
In case of QEMU machines, a global public DNS is provisioned,
as the network is not configured via DHCP.
Google's public global DNS server 8.8.8.8 is used.

Partial fix for [YOCTO #4587] (qemu machines case).

Signed-off-by: Cristian Iorga 
---
 meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config 
b/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config
index 996e429..42998ce 100644
--- a/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config
+++ b/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config
@@ -6,3 +6,4 @@ Description = Wired network configuration
 Type = ethernet
 IPv4 =
 MAC = 52:54:00:12:34:56
+Nameservers = 8.8.8.8
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/1] connman: upgrade to 1.19

2013-10-22 Thread Cristian Iorga
The following changes since commit 505114c13d29799a25379f7ce720d632616d8776:

  wic: add pseudo to the populate-extfs step (2013-10-18 16:03:39 +0100)

are available in the git repository at:

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

Cristian Iorga (1):
  connman: upgrade to 1.19

 .../connman/{connman_1.18.bb => connman_1.19.bb}| 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-connectivity/connman/{connman_1.18.bb => connman_1.19.bb} 
(65%)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


  1   2   3   4   5   6   >