diff options
author | Patrick Ohly <patrick.ohly@gmx.de> | 2005-08-24 20:54:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-24 20:54:03 +0000 |
commit | 930e9671d7e44d8263f490e96dc619eccd56a133 (patch) | |
tree | 88d11ca623a09100efdac5d512cbce613cd573d3 /conf | |
parent | d8e136911691c3b6888364b1a793dfb855114b5f (diff) | |
parent | 964c5ef136724d6a60d4b3520df768db8a6e6035 (diff) |
merge of 889c17fb00a7db9ccb772e522e5d84a4cc218ff8
and b4bff47a815e0e0e2e911dc25e7390b6de29e41e
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index a6a137d4de..04603d393d 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -319,7 +319,7 @@ MKTEMPCMD = "mktemp -q ${TMPBASE}" # Program to be used to patch sources, use 'inherit patcher' to overwrite this: PATCHCLEANCMD = 'if [ -n "`quilt applied`" ]; then quilt pop -a -R -f || exit 1; fi' -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" +PATCHCMD = "pnum='%s'; name='%s'; patch='%s'; mkdir -p patches ; 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 |