diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-18 17:27:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-18 17:27:43 +0100 |
commit | 517022211cab2644bac88865e29af726f1aafeaf (patch) | |
tree | d25531af4c6bcad044cadfd39f2892c059cd1ce1 /package/bluez | |
parent | e2c3a79b3e8b7527d62889175b4b131c0a059e18 (diff) |
avr32 workarounds
Diffstat (limited to 'package/bluez')
-rw-r--r-- | package/bluez/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package/bluez/Makefile b/package/bluez/Makefile index e359b8f77..a4fa983e3 100644 --- a/package/bluez/Makefile +++ b/package/bluez/Makefile @@ -4,15 +4,17 @@ include ${TOPDIR}/rules.mk PKG_NAME:= bluez -PKG_VERSION:= 4.92 +PKG_VERSION:= 4.96 PKG_RELEASE:= 1 -PKG_MD5SUM:= abe5b76df95939f4eb6fa493f4764a95 +PKG_MD5SUM:= 296111afac49e3f9035085ac14daf518 PKG_DESCR:= bluetooth libraries and applications PKG_SECTION:= bluetooth PKG_DEPENDS:= kmod-bt libusb glib dbus PKG_BUILDDEP:= libusb dbus glib libusb-compat PKG_URL:= http://www.bluez.org/ -PKG_SITES:= ${MASTER_SITE_KERNEL:=bluetooth/} +PKG_SITES:= http://mirror.anl.gov/pub/linux/bluetooth/ + +PKG_ARCH_DEPENDS:= !avr32 include ${TOPDIR}/mk/package.mk |