* [PATCH 0/3] Comm/base package upgrades
@ 2013-12-11 17:24 Cristian Iorga
2013-12-11 17:24 ` [PATCH 1/3] bluez5: upgrade to 5.12 Cristian Iorga
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Cristian Iorga @ 2013-12-11 17:24 UTC (permalink / raw)
To: openembedded-core
The following changes since commit bfec6b1947b472d6f1c9c7f297e66ede5e921069:
ref-manual: Removed "work" from the SDK_DEPLOY directory. (2013-12-11 14:20:19 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ciorga/PU3
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PU3
Cristian Iorga (3):
bluez5: upgrade to 5.12
rpcbind: upgrade to 0.2.1
glib-2.0: upgrade to 2.38.2
meta/recipes-connectivity/bluez5/bluez5.inc | 11 +----------
.../bluez5/{bluez5-5.10 => bluez5}/bluetooth.conf | 0
meta/recipes-connectivity/bluez5/bluez5_5.10.bb | 5 -----
meta/recipes-connectivity/bluez5/bluez5_5.12.bb | 5 +++++
.../glib-2.0/{glib-2.0_2.38.1.bb => glib-2.0_2.38.2.bb} | 4 ++--
.../recipes-extended/rpcbind/rpcbind/fix_host_path.patch | 16 ----------------
.../rpcbind/rpcbind/obsolete_automake_macros.patch | 14 --------------
.../rpcbind/{rpcbind_0.2.0.bb => rpcbind_0.2.1.bb} | 8 ++------
8 files changed, 10 insertions(+), 53 deletions(-)
rename meta/recipes-connectivity/bluez5/{bluez5-5.10 => bluez5}/bluetooth.conf (100%)
delete mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.10.bb
create mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.12.bb
rename meta/recipes-core/glib-2.0/{glib-2.0_2.38.1.bb => glib-2.0_2.38.2.bb} (79%)
delete mode 100644 meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
delete mode 100644 meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch
rename meta/recipes-extended/rpcbind/{rpcbind_0.2.0.bb => rpcbind_0.2.1.bb} (88%)
--
1.8.3.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/3] bluez5: upgrade to 5.12
2013-12-11 17:24 [PATCH 0/3] Comm/base package upgrades Cristian Iorga
@ 2013-12-11 17:24 ` Cristian Iorga
2013-12-11 17:24 ` [PATCH 2/3] rpcbind: upgrade to 0.2.1 Cristian Iorga
2013-12-11 17:24 ` [PATCH 3/3] glib-2.0: upgrade to 2.38.2 Cristian Iorga
2 siblings, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2013-12-11 17:24 UTC (permalink / raw)
To: openembedded-core
- Configure options no longer available were removed.
- The content of patch directory was generic, so the name
of directory is now generic.
- Switched to xz format for tarball
(40% decrease in download size).
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
meta/recipes-connectivity/bluez5/bluez5.inc | 11 +----------
.../bluez5/{bluez5-5.10 => bluez5}/bluetooth.conf | 0
meta/recipes-connectivity/bluez5/bluez5_5.10.bb | 5 -----
meta/recipes-connectivity/bluez5/bluez5_5.12.bb | 5 +++++
4 files changed, 6 insertions(+), 15 deletions(-)
rename meta/recipes-connectivity/bluez5/{bluez5-5.10 => bluez5}/bluetooth.conf (100%)
delete mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.10.bb
create mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.12.bb
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 2e25d86..e08dff4 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -11,11 +11,10 @@ DEPENDS = "udev libusb dbus-glib glib-2.0 libcheck readline"
RCONFLICTS_${PN} = "bluez4"
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} obex-profiles"
-PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib"
PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical"
SRC_URI = "\
- ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.gz \
+ ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \
file://bluetooth.conf \
"
S = "${WORKDIR}/bluez-${PV}"
@@ -23,15 +22,7 @@ S = "${WORKDIR}/bluez-${PV}"
inherit autotools pkgconfig systemd
EXTRA_OECONF = "\
- --disable-gstreamer \
- --enable-usb \
--enable-tools \
- --enable-bccmd \
- --enable-hid2hci \
- --enable-dfutool \
- --disable-hidd \
- --disable-pand \
- --disable-dund \
--disable-cups \
--enable-test \
--enable-datafiles \
diff --git a/meta/recipes-connectivity/bluez5/bluez5-5.10/bluetooth.conf b/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf
similarity index 100%
rename from meta/recipes-connectivity/bluez5/bluez5-5.10/bluetooth.conf
rename to meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.10.bb b/meta/recipes-connectivity/bluez5/bluez5_5.10.bb
deleted file mode 100644
index 57dd4ff..0000000
--- a/meta/recipes-connectivity/bluez5/bluez5_5.10.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require bluez5.inc
-
-SRC_URI[md5sum] = "9bcc1d81e392e5be27fb11b1aad71abe"
-SRC_URI[sha256sum] = "39360c4c58158cb1d5dcc56d34a0a676d8868ef8c82b3083fc7396be5e8c3963"
-
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.12.bb b/meta/recipes-connectivity/bluez5/bluez5_5.12.bb
new file mode 100644
index 0000000..126ab11
--- /dev/null
+++ b/meta/recipes-connectivity/bluez5/bluez5_5.12.bb
@@ -0,0 +1,5 @@
+require bluez5.inc
+
+SRC_URI[md5sum] = "5d37e581107b3d6f91b81194a5006407"
+SRC_URI[sha256sum] = "75ef574f15f356d03bd54f1a8ba26abe63bf3d1326a9fa12d63a762ddf40617e"
+
--
1.8.3.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] rpcbind: upgrade to 0.2.1
2013-12-11 17:24 [PATCH 0/3] Comm/base package upgrades Cristian Iorga
2013-12-11 17:24 ` [PATCH 1/3] bluez5: upgrade to 5.12 Cristian Iorga
@ 2013-12-11 17:24 ` Cristian Iorga
2013-12-11 17:24 ` [PATCH 3/3] glib-2.0: upgrade to 2.38.2 Cristian Iorga
2 siblings, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2013-12-11 17:24 UTC (permalink / raw)
To: openembedded-core
fix_host_path.patch and obsolete_automake_macros.patch
are no longer necessary, removed.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
.../recipes-extended/rpcbind/rpcbind/fix_host_path.patch | 16 ----------------
.../rpcbind/rpcbind/obsolete_automake_macros.patch | 14 --------------
.../rpcbind/{rpcbind_0.2.0.bb => rpcbind_0.2.1.bb} | 8 ++------
3 files changed, 2 insertions(+), 36 deletions(-)
delete mode 100644 meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
delete mode 100644 meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch
rename meta/recipes-extended/rpcbind/{rpcbind_0.2.0.bb => rpcbind_0.2.1.bb} (88%)
diff --git a/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch b/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
deleted file mode 100644
index 590b344..0000000
--- a/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-This fixes the hardcoded HOST path
-
-Signed-off-by: Saul Wold <saul.wold@intel.com>
-
-Upstream-Status: Inappropriate [configuration]
-
---- rpcbind-0.2.0/src/Makefile.am 2010-09-02 11:47:16.725763886 -0700
-+++ rpcbind-0.2.0_fixed/src/Makefile.am 2010-09-02 11:47:36.077763138 -0700
-@@ -29,6 +29,6 @@
-
- rpcbind_LDFLAGS = -lpthread -ltirpc
- rpcbind_LDADD = $(LIB_TIRPC)
--AM_CPPFLAGS = -I/usr/include/tirpc -DCHECK_LOCAL -DPORTMAP \
-+AM_CPPFLAGS = -I=/usr/include/tirpc -DCHECK_LOCAL -DPORTMAP \
- -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO
-
diff --git a/meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch b/meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch
deleted file mode 100644
index a12c4dd..0000000
--- a/meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Upstream-Status: Submitted [https://sourceforge.net/tracker/?func=detail&aid=3603149&group_id=201237&atid=976751]
-
-Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
-diff -Nurd rpcbind-0.2.0/configure.in rpcbind-0.2.0/configure.in
---- rpcbind-0.2.0/configure.in 2009-05-29 16:38:22.000000000 +0300
-+++ rpcbind-0.2.0/configure.in 2013-02-03 04:04:06.577480682 +0200
-@@ -4,7 +4,7 @@
- # AM_MAINTAINER_MODE
- AC_CONFIG_SRCDIR([src/rpcbind.c])
- AC_PROG_CC
-- AM_CONFIG_HEADER(config.h)
-+ AC_CONFIG_HEADERS(config.h)
- AC_HEADER_DIRENT
- AC_PREFIX_DEFAULT(/usr)
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
similarity index 88%
rename from meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
rename to meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
index 16fb7b7..6043501 100644
--- a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
+++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
@@ -12,8 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b46486e4c4a416602693a711bb5bfa39 \
SRC_URI = "${SOURCEFORGE_MIRROR}/rpcbind/rpcbind-${PV}.tar.bz2 \
file://init.d \
- file://fix_host_path.patch \
- file://obsolete_automake_macros.patch \
${UCLIBCPATCHES} \
file://rpcbind.conf \
file://rpcbind.service \
@@ -24,10 +22,8 @@ UCLIBCPATCHES_libc-uclibc = "file://0001-uclibc-nss.patch \
"
UCLIBCPATCHES ?= ""
-SRC_URI[md5sum] = "1a77ddb1aaea8099ab19c351eeb26316"
-SRC_URI[sha256sum] = "c92f263e0353887f16379d7708ef1fb4c7eedcf20448bc1e4838f59497a00de3"
-
-PR = "r4"
+SRC_URI[md5sum] = "0a5f9c2142af814c55d957aaab3bcc68"
+SRC_URI[sha256sum] = "da169ff877a5a07581fad50a9a808ac6e96f0c277a3df49a7ef005778428496e"
inherit autotools update-rc.d systemd
--
1.8.3.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] glib-2.0: upgrade to 2.38.2
2013-12-11 17:24 [PATCH 0/3] Comm/base package upgrades Cristian Iorga
2013-12-11 17:24 ` [PATCH 1/3] bluez5: upgrade to 5.12 Cristian Iorga
2013-12-11 17:24 ` [PATCH 2/3] rpcbind: upgrade to 0.2.1 Cristian Iorga
@ 2013-12-11 17:24 ` Cristian Iorga
2 siblings, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2013-12-11 17:24 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
meta/recipes-core/glib-2.0/{glib-2.0_2.38.1.bb => glib-2.0_2.38.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-core/glib-2.0/{glib-2.0_2.38.1.bb => glib-2.0_2.38.2.bb} (79%)
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.38.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb
similarity index 79%
rename from meta/recipes-core/glib-2.0/glib-2.0_2.38.1.bb
rename to meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb
index a5db302..02730f1 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.38.1.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb
@@ -15,5 +15,5 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
SRC_URI_append_class-native = " file://glib-gettextize-dir.patch"
-SRC_URI[md5sum] = "f3f6789151c1810f2fe23fe9ebb8b828"
-SRC_URI[sha256sum] = "01906c62ac666d2ab3183cc07261b2536fab7b211c6129ab66b119c2af56d159"
+SRC_URI[md5sum] = "26d1d08e478fc48c181ca8be44f5b69f"
+SRC_URI[sha256sum] = "056a9854c0966a0945e16146b3345b7a82562a5ba4d5516fd10398732aea5734"
--
1.8.3.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-12-11 17:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-11 17:24 [PATCH 0/3] Comm/base package upgrades Cristian Iorga
2013-12-11 17:24 ` [PATCH 1/3] bluez5: upgrade to 5.12 Cristian Iorga
2013-12-11 17:24 ` [PATCH 2/3] rpcbind: upgrade to 0.2.1 Cristian Iorga
2013-12-11 17:24 ` [PATCH 3/3] glib-2.0: upgrade to 2.38.2 Cristian Iorga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox