From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QtZf6-0004FE-QX for openembedded-core@lists.openembedded.org; Wed, 17 Aug 2011 08:31:37 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 16 Aug 2011 23:26:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="39163430" Received: from unknown (HELO swold-MOBL.local) ([10.255.15.2]) by orsmga001.jf.intel.com with ESMTP; 16 Aug 2011 23:26:55 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Tue, 16 Aug 2011 23:26:36 -0700 Message-Id: <15a369b4e65fc8068ba7fec70ec24b7c23e7950b.1313560883.git.sgw@linux.intel.com> X-Mailer: git-send-email 1.7.6 In-Reply-To: References: In-Reply-To: References: Subject: [CONSOLIDATED PULL 13/27] bluez-hcidump: upgrade from 2.0 to 2.1 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2011 06:31:37 -0000 From: Dexuan Cui [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 --- .../{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