From 4fcc7439fb4e203f510e133a21e1bf9150b79368 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 3 Nov 2009 21:04:43 +0100 Subject: update X11, kerberos, samba, bluez - fix some ipkg issues with ubuntu - use grub2 for alix1c, no grub1 dependency on host - boots up on alix1c - fix some bcm203x problems --- package/bluez/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/bluez/Makefile') diff --git a/package/bluez/Makefile b/package/bluez/Makefile index d0c652c7b..667ccc56e 100644 --- a/package/bluez/Makefile +++ b/package/bluez/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= bluez -PKG_VERSION:= 4.56 +PKG_VERSION:= 4.57 PKG_RELEASE:= 1 -PKG_MD5SUM:= 92ea2e86a5489f0d16567920f2ec9b36 +PKG_MD5SUM:= dc29e54f1204ac4215caeeee062b26f6 PKG_DESCR:= bluetooth libraries and applications PKG_SECTION:= bluetooth PKG_DEPENDS:= kmod-bluetooth @@ -36,7 +36,7 @@ BUILD_STYLE:= auto INSTALL_STYLE:= auto post-install: -ifeq ($(ADK_STATIC),n) +ifneq ($(ADK_STATIC),y) ${INSTALL_DIR} ${IDIR_BLUEZ}/usr/lib ${CP} ${WRKINST}/usr/lib/libbluetooth.so.* ${IDIR_BLUEZ}/usr/lib/ endif -- cgit v1.2.3