All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dexuan Cui <dexuan.cui@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 01/10] bluez-hcidump: upgrade from 2.0 to 2.1
Date: Tue, 16 Aug 2011 22:13:11 +0800	[thread overview]
Message-ID: <17e0fb707e9ad926058898d39d32168f4e582ed1.1313503778.git.dexuan.cui@intel.com> (raw)
In-Reply-To: <cover.1313503778.git.dexuan.cui@intel.com>
In-Reply-To: <cover.1313503778.git.dexuan.cui@intel.com>

[YOCTO #1371]

Recently bluez4 was updated from 4.82 to 4.96 and bluez-hcidump can't build:
src/hcidump.c:54:24: error: redefinition of 'ntoh64'.

In 2.1 the duplicated definition of ntoh64 was removed.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../{bluez-hcidump_2.0.bb => bluez-hcidump_2.1.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/bluez/{bluez-hcidump_2.0.bb => bluez-hcidump_2.1.bb} (83%)

diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb
similarity index 83%
rename from meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb
rename to meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb
index c271ed2..ce84f58 100644
--- a/meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb
+++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb
@@ -11,8 +11,8 @@ PR = "r0"
 
 SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "5c2e3ef0a68b2845047867ba51ff8ac9"
-SRC_URI[sha256sum] = "b3b64fd0b18301df07d3aaf34c037c1e4808b4aaf702294822d62b5424f617fd"
+SRC_URI[md5sum] = "b160f0672276398344eebe9df1b37a2c"
+SRC_URI[sha256sum] = "a6cc20b95b6b1a28ff336aad91e124555231628689225c1155e8cd7aac1af86d"
 S = "${WORKDIR}/bluez-hcidump-${PV}"
 
 EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
-- 
1.7.6




  reply	other threads:[~2011-08-16 14:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-16 14:13 [PATCH 00/10] fixes to 1371 and 1330, and upgrades to some recipes Dexuan Cui
2011-08-16 14:13 ` Dexuan Cui [this message]
2011-08-16 14:13 ` [PATCH 02/10] tcf-agent: add openssl into DEPENDS Dexuan Cui
2011-08-16 14:13 ` [PATCH 03/10] cronie: upgrade from 1.4.7 to 1.4.8 Dexuan Cui
2011-08-16 14:13 ` [PATCH 04/10] mdadm: upgrade mdadm from 3.2.1 to 3.2.2 Dexuan Cui
2011-08-16 14:13 ` [PATCH 05/10] util-macros: upgrade from 1.14.0 to the latest version 0.15.0 Dexuan Cui
2011-08-16 14:13 ` [PATCH 06/10] freetype: upgrade from 2.4.4 to 2.4.6 Dexuan Cui
2011-08-16 14:13 ` [PATCH 07/10] xproto: upgrade from 7.0.21 to 7.0.22 Dexuan Cui
2011-08-16 14:13 ` [PATCH 08/10] glproto: upgrade from 1.4.13 to 1.4.14 Dexuan Cui
2011-08-16 14:13 ` [PATCH 09/10] dri2proto: upgrade from 2.4 to 2.6 Dexuan Cui
2011-08-16 14:13 ` [PATCH 10/10] distro_tracking_fields.inc: update the info for the following recipes Dexuan Cui
2011-08-22 23:39 ` [PATCH 00/10] fixes to 1371 and 1330, and upgrades to some recipes Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17e0fb707e9ad926058898d39d32168f4e582ed1.1313503778.git.dexuan.cui@intel.com \
    --to=dexuan.cui@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.