aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-05-11 19:39:50 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-05-11 19:39:50 +0000
commit307aa2ae742c860ce1f9a1d41c568e054ad670a9 (patch)
treeff64d5f83ec08043ae3b307ec199b00c5649757a /conf/bitbake.conf
parent7f50547bf299c6225f7fd40ed1cba12a358292c3 (diff)
downloadopenembedded-307aa2ae742c860ce1f9a1d41c568e054ad670a9.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/05/11 12:24:12-07:00 amd.com!jcrouse bitbake.conf: Add PATCH_GET to make patch ignore RCS BKrev: 42825f86qHc9dlyuCLozBs8i9hv5XQ
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index ff3c6348e2..b7ecda9d6e 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -321,6 +321,12 @@ PATCHCLEANCMD = 'if [ -n "`quilt applied`" ]; then quilt pop -a -R -f || exit 1;
PATCHCMD = "pnum='%s'; name='%s'; patch='%s'; quilt upgrade >/dev/null 2>&1; quilt import -f -p $pnum -n $name $patch; chmod u+w patches/$name; quilt push"
PATCH_DEPENDS = "quilt-native"
+# GNU patch tries to be intellgent about checking out read-only files from
+# a RCS, which freaks out those special folks with active Perforce clients
+# the following makes patch ignore RCS:
+
+export PATCH_GET=0
+
# Program to be used to build ipkg packages
IPKGBUILDCMD = "ipkg-build -o 0 -g 0"