diff options
author | Shane Wang <shane.wang@intel.com> | 2012-03-14 15:21:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 12:40:07 +0000 |
commit | b96700e2d788624248ef72d49da4296d6c58808e (patch) | |
tree | 05445894df94de339a9b15be851e46000021c39e /meta/recipes-connectivity | |
parent | fac7863c0f00b442283689e27fae153ccf5428b0 (diff) | |
download | openembedded-core-b96700e2d788624248ef72d49da4296d6c58808e.tar.gz openembedded-core-b96700e2d788624248ef72d49da4296d6c58808e.tar.bz2 openembedded-core-b96700e2d788624248ef72d49da4296d6c58808e.tar.xz openembedded-core-b96700e2d788624248ef72d49da4296d6c58808e.zip |
bluez-hcidump: upgrade to 2.3
Signed-off-by: Shane Wang <shane.wang@intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez-hcidump_2.3.bb (renamed from meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.3.bb index ba2d7decc..3a890dfa5 100644 --- a/meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb +++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.3.bb @@ -11,8 +11,8 @@ PR = "r0" SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz" -SRC_URI[md5sum] = "3c298a8be67099fe227f3e4d9de539d5" -SRC_URI[sha256sum] = "073066d3ec1f7d1c52bb0fe27cde84ea273e1ab3097b27fa1fd45a5992e1a441" +SRC_URI[md5sum] = "0cc8ff247d05010e87e9125b31d335ff" +SRC_URI[sha256sum] = "61c7e7dcad6ed8fce5f4bcc4a0f0d9a83c36642da404348388e6411d6f78d227" S = "${WORKDIR}/bluez-hcidump-${PV}" EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" |