# HG changeset patch # User Pascal Bellard # Date 1267445209 -3600 # Node ID d6cd66a2b5fc77d2f67885490ba14caef999e51f # Parent 1b76b901d772586775abec0b63dd4af926722547 tazbb: add TAZBB_NO_INSTALL support diff -r 1b76b901d772 -r d6cd66a2b5fc catalyst/receipt --- a/catalyst/receipt Sun Feb 28 19:50:05 2010 +0000 +++ b/catalyst/receipt Mon Mar 01 13:06:49 2010 +0100 @@ -125,3 +125,5 @@ echo "Processing post-remove commands..." depmod -a } + +TAZBB_NO_INSTALL="because this is not hardware neutral" diff -r 1b76b901d772 -r d6cd66a2b5fc gcc+gcj/receipt --- a/gcc+gcj/receipt Sun Feb 28 19:50:05 2010 +0000 +++ b/gcc+gcj/receipt Mon Mar 01 13:06:49 2010 +0100 @@ -113,3 +113,5 @@ { rm -r $SOURCE-$VERSION-build } + +TAZBB_NO_INSTALL="because it does not support objc and gfortran (yet)" diff -r 1b76b901d772 -r d6cd66a2b5fc mesa-dri-ati/receipt --- a/mesa-dri-ati/receipt Sun Feb 28 19:50:05 2010 +0000 +++ b/mesa-dri-ati/receipt Mon Mar 01 13:06:49 2010 +0100 @@ -19,3 +19,5 @@ $fs/usr/lib/dri done } + +TAZBB_NO_INSTALL="because this is not hardware neutral" diff -r 1b76b901d772 -r d6cd66a2b5fc nvidia/receipt --- a/nvidia/receipt Sun Feb 28 19:50:05 2010 +0000 +++ b/nvidia/receipt Mon Mar 01 13:06:49 2010 +0100 @@ -100,4 +100,4 @@ depmod -a } - +TAZBB_NO_INSTALL="because this is not hardware neutral" diff -r 1b76b901d772 -r d6cd66a2b5fc tazbb/stuff/tazbb --- a/tazbb/stuff/tazbb Sun Feb 28 19:50:05 2010 +0000 +++ b/tazbb/stuff/tazbb Mon Mar 01 13:06:49 2010 +0100 @@ -371,7 +371,9 @@ # that tests are done separatly with 'test_packages' and should # be done by tazwok. if [ -f $BUILD_WOK/$pkg/taz/*/receipt ]; then + TAZBB_NO_INSTALL="" . $BUILD_WOK/$pkg/taz/*/receipt + [ -n "$TAZBB_NO_INSTALL" ] && return 0 echo "(installing $PACKAGE-${VERSION}$EXTRAVERSION.tazpkg)" \ > $DB_DIR/running yes | tazpkg install \