Author: titmuss
Date: Wed Jul 23 09:43:09 2008
New Revision: 2729
URL: http://svn.slimdevices.com?rev=2729&root=Jive&view=rev
Log:
Bug: N/A
Description:
Add meta-squeezeos to BBPATH automatically.
Modified:
7.2/trunk/squeezeos/poky/scripts/poky-env-internal
Modified: 7.2/trunk/squeezeos/poky/scripts/poky-env-internal
URL:
http://svn.slimdevices.com/7.2/trunk/squeezeos/poky/scripts/poky-env-internal?rev=2729&root=Jive&r1=2728&r2=2729&view=diff
==============================================================================
--- 7.2/trunk/squeezeos/poky/scripts/poky-env-internal (original)
+++ 7.2/trunk/squeezeos/poky/scripts/poky-env-internal Wed Jul 23 09:43:09 2008
@@ -33,6 +33,7 @@
BBDIR="$OEROOT/bitbake/"
PKGDIR="$OEROOT/meta/"
+PKGSQDIR="$OEROOT/meta-squeezeos/"
BUILDDIR="$OEROOT/$BDIR/"
MSG=''
@@ -47,6 +48,7 @@
# Remove any symlinks from paths
BBDIR=`readlink -f "$BBDIR"`
PKGDIR=`readlink -f "$PKGDIR"`
+PKGSQDIR=`readlink -f "$PKGSQDIR"`
BUILDDIR=`readlink -f "$BUILDDIR"`
if ! (test -d "$BBDIR" && test -d "$PKGDIR" && test -d "$BUILDDIR"); then
@@ -66,6 +68,7 @@
if test x"$PKGDIR" != x"$BUILDDIR"; then
BBPATH=$BUILDDIR:$BBPATH
fi
+BBPATH=$PKGSQDIR:$BBPATH
export BBPATH OEROOT BUILD_SYS BUILDDIR
# Kill off the TERMINFO variable, as glibc will grab its contents in its 'make
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins