From 97de262281cc040f6952a5fc5cbd3750680fbf99 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 24 May 2012 17:05:48 +0200 Subject: [PATCH] PyBluez: cleanup build and install scripts, dont use 'easy_install', dont depend on 'distribute' Signed-off-by: Stephan Raue --- packages/python/system/PyBluez/build | 2 +- packages/python/system/PyBluez/meta | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/python/system/PyBluez/build b/packages/python/system/PyBluez/build index d1f1afa027..69832db409 100755 --- a/packages/python/system/PyBluez/build +++ b/packages/python/system/PyBluez/build @@ -28,4 +28,4 @@ export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib" cd $PKG_BUILD python setup.py build --cross-compile -python setup.py install -O0 --no-compile --prefix /usr --root .install +python setup.py install --root=./.install --prefix=/usr diff --git a/packages/python/system/PyBluez/meta b/packages/python/system/PyBluez/meta index 42fa062521..9e2686fa2d 100644 --- a/packages/python/system/PyBluez/meta +++ b/packages/python/system/PyBluez/meta @@ -25,8 +25,8 @@ PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://code.google.com/p/pybluez/" PKG_URL="http://pybluez.googlecode.com/files/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS="Python distribute bluez" -PKG_BUILD_DEPENDS="toolchain Python distutilscross distribute bluez" +PKG_DEPENDS="Python bluez" +PKG_BUILD_DEPENDS="toolchain Python distutilscross bluez" PKG_PRIORITY="optional" PKG_SECTION="python/system" PKG_SHORTDESC="PyBluez: an effort to create python wrappers around system Bluetooth resources"