Merge remote branch 'upstream/master' into headphones-suite99.3

Conflicts:
	packages/addons/service/downloadmanager/SABnzbd-Suite/meta
This commit is contained in:
RudolfRendier 2011-08-19 00:52:55 +02:00
commit b424c4c95c
27 changed files with 9 additions and 15 deletions

View File

@ -1,3 +1,6 @@
0.99.3
- rebuild against fixed 'yenc', 'Cheetah' and 'pyOpenSSL'
0.99.2 0.99.2
- update to SABnzbd-0.6.7 - update to SABnzbd-0.6.7
- update to SickBeard-e0e8f0e - update to SickBeard-e0e8f0e

View File

@ -19,12 +19,12 @@
################################################################################ ################################################################################
PKG_NAME="linux" PKG_NAME="linux"
PKG_VERSION="3.0.2" PKG_VERSION="3.0.3"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.kernel.org" PKG_SITE="http://www.kernel.org"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.0/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.0/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="busybox linux-drivers linux-firmware" PKG_DEPENDS="busybox linux-drivers linux-firmware"
PKG_BUILD_DEPENDS="toolchain busybox-hosttools xz cpio" PKG_BUILD_DEPENDS="toolchain busybox-hosttools xz cpio"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"

View File

@ -28,9 +28,6 @@ export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib"
cd $PKG_BUILD cd $PKG_BUILD
python setup.py build --cross-compile python setup.py build --cross-compile
python setup.py install -O1 --skip-build --prefix /usr --root .install python setup.py install -O0 --no-compile --prefix /usr --root .install
find .install -name "*.py" -exec rm -rf "{}" ";"
find .install -name "*.pyo" -exec rm -rf "{}" ";"
rm -rf .install/usr/bin rm -rf .install/usr/bin

View File

@ -28,9 +28,6 @@ export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib"
cd $PKG_BUILD cd $PKG_BUILD
python setup.py build --cross-compile python setup.py build --cross-compile
python setup.py install -O1 --skip-build --prefix /usr --root .install python setup.py install -O0 --no-compile --prefix /usr --root .install
find .install -name "*.py" -exec rm -rf "{}" ";"
find .install -name "*.pyo" -exec rm -rf "{}" ";"
rm -rf .install/usr/bin rm -rf .install/usr/bin

View File

@ -28,9 +28,6 @@ export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib"
cd $PKG_BUILD cd $PKG_BUILD
python setup.py build --cross-compile python setup.py build --cross-compile
python setup.py install -O1 --skip-build --prefix /usr --root .install python setup.py install -O0 --no-compile --prefix /usr --root .install
find .install -name "*.py" -exec rm -rf "{}" ";"
find .install -name "*.pyo" -exec rm -rf "{}" ";"
rm -rf .install/usr/bin rm -rf .install/usr/bin

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="xf86-video-fglrx" PKG_NAME="xf86-video-fglrx"
PKG_VERSION="11.7" PKG_VERSION="11.8"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="i386 x86_64" PKG_ARCH="i386 x86_64"
PKG_LICENSE="nonfree" PKG_LICENSE="nonfree"