[oe-commits] org.oe.oz354x bitbake.conf: change quilt usage to match 0.45 (from .dev)

hrw commit openembedded-commits at lists.openembedded.org
Wed Jan 10 21:13:49 UTC 2007


bitbake.conf: change quilt usage to match 0.45 (from .dev)

Author: hrw at openembedded.org
Branch: org.openembedded.oz354x
Revision: 8395a3419ce972a7406a2f3e2111fa79a4a25f09
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8395a3419ce972a7406a2f3e2111fa79a4a25f09
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -rddc2d003c2e5bb25f1f257453915c97218bab3e1 -r8395a3419ce972a7406a2f3e2111fa79a4a25f09
#
# 
# 
# patch "conf/bitbake.conf"
#  from [ac50d700861a279ab568f242b12e624f81cc4259]
#    to [bc49916e51576ba89d78c9e62375c2a77f71b02c]
# 
============================================================
--- conf/bitbake.conf	ac50d700861a279ab568f242b12e624f81cc4259
+++ conf/bitbake.conf	bc49916e51576ba89d78c9e62375c2a77f71b02c
@@ -351,7 +351,7 @@ PATCHCLEANCMD = 'if [ -n "`quilt applied
 # 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'; mkdir -p patches ; 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 -P $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






More information about the Openembedded-commits mailing list