]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/poky-autobuild: Activate poky-autobuild-notifier
authorRichard Purdie <richard@openedhand.com>
Tue, 17 Jun 2008 11:49:36 +0000 (11:49 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 17 Jun 2008 11:49:36 +0000 (11:49 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4680 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-autobuild

index bd2a752db4bdff44b76a2bba2ba01c9f629b30c7..a259493440b79ef8fd8e4cbf3d1f9467929f8cf8 100755 (executable)
@@ -70,6 +70,7 @@ if [ ! -e "$CONFFILE" ]; then
     echo 'BB_NUMBER_THREADS = "6"' >> "$CONFFILE"
     echo 'PARALLEL_MAKE = "-j 6"' >> "$CONFFILE"
     echo 'DL_DIR = "/srv/poky/sources"' >> "$CONFFILE"
+    echo 'INHERIT += "poky-autobuild-notifier"' >> "$CONFFILE"
     if [ "$ABTARGET" = "darwin" ]; then
         echo 'PACKAGE_CLASSES += "package_tar"' >> "$CONFFILE"
        echo "BBFILES += \"$CURRDIR/meta-darwin/packages/*/*.bb\"" >> "./conf/local.conf"