diff --git a/packages/3rdparty/lib/cxxtools/install b/packages/3rdparty/lib/cxxtools/install deleted file mode 100755 index 0ca72c8177..0000000000 --- a/packages/3rdparty/lib/cxxtools/install +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 diff --git a/packages/addons/service/multimedia/vdr-addon/changelog.txt b/packages/addons/service/multimedia/vdr-addon/changelog.txt index 511a506e8a..f90ad45f28 100644 --- a/packages/addons/service/multimedia/vdr-addon/changelog.txt +++ b/packages/addons/service/multimedia/vdr-addon/changelog.txt @@ -1,3 +1,6 @@ +3.0.9 +- rebuild + 3.0.8 - vdr-plugin-xmltv2vdr: use VDR_CACHE_DIR for epg.db - use own /var/run/vdr tmpfs mount diff --git a/packages/addons/service/multimedia/vdr-addon/meta b/packages/addons/service/multimedia/vdr-addon/meta index 0380411dae..15d6e9ec69 100644 --- a/packages/addons/service/multimedia/vdr-addon/meta +++ b/packages/addons/service/multimedia/vdr-addon/meta @@ -21,7 +21,7 @@ PKG_NAME="vdr-addon" PKG_VERSION="3.0" -PKG_REV="8" +PKG_REV="9" PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.openelec.tv" diff --git a/packages/debug/wireless_tools/build b/packages/debug/wireless_tools/build index e913b71160..fb56a3af74 100755 --- a/packages/debug/wireless_tools/build +++ b/packages/debug/wireless_tools/build @@ -28,4 +28,4 @@ cd $PKG_BUILD make PREFIX=/usr CC="$CC" AR="$AR" \ - CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" + CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" iwmulticall diff --git a/packages/debug/wireless_tools/install b/packages/debug/wireless_tools/install index f338e2c47b..3fe217399a 100755 --- a/packages/debug/wireless_tools/install +++ b/packages/debug/wireless_tools/install @@ -23,13 +23,8 @@ . config/options $1 mkdir -p $INSTALL/usr/bin/ - cp $PKG_BUILD/iwconfig $INSTALL/usr/bin/ - cp $PKG_BUILD/iwgetid $INSTALL/usr/bin/ - cp $PKG_BUILD/iwevent $INSTALL/usr/bin/ - cp $PKG_BUILD/iwlist $INSTALL/usr/bin/ - cp $PKG_BUILD/iwspy $INSTALL/usr/bin/ - cp $PKG_BUILD/iwpriv $INSTALL/usr/bin/ - cp $PKG_BUILD/ifrename $INSTALL/usr/bin/ - -mkdir -p $INSTALL/usr/lib/ - cp $PKG_BUILD/libiw.so.29 $INSTALL/usr/lib/ + cp $PKG_BUILD/iwmulticall $INSTALL/usr/bin/iwconfig + ln -sf iwconfig $INSTALL/usr/bin/iwgetid + ln -sf iwconfig $INSTALL/usr/bin/iwlist + ln -sf iwconfig $INSTALL/usr/bin/iwspy + ln -sf iwconfig $INSTALL/usr/bin/iwpriv diff --git a/packages/devel/libevent/install b/packages/devel/libevent/install deleted file mode 100755 index 1a6dd9c0b4..0000000000 --- a/packages/devel/libevent/install +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -mkdir -p $INSTALL/usr/lib - cp -P $PKG_BUILD/.libs/libevent*.so* $INSTALL/usr/lib - diff --git a/packages/devel/yajl/build b/packages/devel/yajl/build index 88a7edd28a..c8ab5e1caa 100755 --- a/packages/devel/yajl/build +++ b/packages/devel/yajl/build @@ -32,3 +32,5 @@ cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \ make $MAKEINSTALL +mv $SYSROOT_PREFIX/usr/lib/libyajl_s.a $SYSROOT_PREFIX/usr/lib/libyajl.a +rm $SYSROOT_PREFIX/usr/lib/libyajl.so* diff --git a/packages/devel/yajl/install b/packages/devel/yajl/install deleted file mode 100755 index d47ab6b70f..0000000000 --- a/packages/devel/yajl/install +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -mkdir -p $INSTALL/usr/lib - cp -P $PKG_BUILD/build/yajl-*/lib/libyajl.so* $INSTALL/usr/lib - diff --git a/packages/network/bluez/meta b/packages/network/bluez/meta index 235a1b177e..1492a34147 100644 --- a/packages/network/bluez/meta +++ b/packages/network/bluez/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="bluez" -PKG_VERSION="5.3" +PKG_VERSION="5.5" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/sysutils/procps-ng/install b/packages/sysutils/procps-ng/install index 39ee546e27..e8e9439da0 100755 --- a/packages/sysutils/procps-ng/install +++ b/packages/sysutils/procps-ng/install @@ -23,7 +23,7 @@ . config/options $1 mkdir -p $INSTALL/usr/lib/ - cp $PKG_BUILD/proc/.libs/libprocps.so* $INSTALL/usr/lib/ + cp -P $PKG_BUILD/proc/.libs/libprocps.so* $INSTALL/usr/lib/ mkdir -p $INSTALL/usr/bin/ cp $PKG_BUILD/.libs/free $INSTALL/usr/bin/