summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9f94bae3f5..2e3cb0f980 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -239,6 +239,12 @@ export MAKE = "make"
239EXTRA_OEMAKE = "-e MAKEFLAGS=" 239EXTRA_OEMAKE = "-e MAKEFLAGS="
240 240
241################################################################## 241##################################################################
242# Patch handling.
243##################################################################
244PATCHTOOL = 'quilt'
245PATCHRESOLVE = 'user'
246
247##################################################################
242# Build flags and options. 248# Build flags and options.
243################################################################## 249##################################################################
244 250
@@ -336,12 +342,6 @@ SRC_URI = "file://${FILE}"
336MKTEMPDIRCMD = "mktemp -d -q ${TMPBASE}" 342MKTEMPDIRCMD = "mktemp -d -q ${TMPBASE}"
337MKTEMPCMD = "mktemp -q ${TMPBASE}" 343MKTEMPCMD = "mktemp -q ${TMPBASE}"
338 344
339# Program to be used to patch sources, use 'inherit patcher' to overwrite this:
340
341PATCHCLEANCMD = 'if [ -n "`quilt applied`" ]; then quilt pop -a -R -f || exit 1; fi'
342PATCHCMD = "pnum='%s'; name='%s'; patch='%s'; mkdir -p patches ; quilt upgrade >/dev/null 2>&1; quilt import -f -p $pnum -P $name $patch; chmod u+w patches/$name; quilt push"
343PATCH_DEPENDS = "quilt-native"
344
345# GNU patch tries to be intellgent about checking out read-only files from 345# GNU patch tries to be intellgent about checking out read-only files from
346# a RCS, which freaks out those special folks with active Perforce clients 346# a RCS, which freaks out those special folks with active Perforce clients
347# the following makes patch ignore RCS: 347# the following makes patch ignore RCS: