diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-03 21:04:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-03 21:04:43 +0100 |
commit | 4fcc7439fb4e203f510e133a21e1bf9150b79368 (patch) | |
tree | 32eedf8ba00bb4ec35b196205bc9356a8ae5f5a8 /package/bluez | |
parent | 5dd0e62fa8d9366998288e7f384e48dad02949e1 (diff) |
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
Diffstat (limited to 'package/bluez')
-rw-r--r-- | package/bluez/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |