aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorHolger Schurig <schurig@mn-solutions.de>2004-09-23 08:54:48 +0000
committerHolger Schurig <schurig@mn-solutions.de>2004-09-23 08:54:48 +0000
commit6fe36c6a33ccf143ddb68c386e686fa2f324fe4c (patch)
tree9ae2fdd3d465cc87321312d7b67fe098df178d47 /classes
parentf361480a5639b9f10ca69722df47f3e6112caa81 (diff)
downloadopenembedded-6fe36c6a33ccf143ddb68c386e686fa2f324fe4c.tar.gz
get rid of debug print
BKrev: 41528f58kxnDKUOFE99X7j9qziyoig
Diffstat (limited to 'classes')
-rw-r--r--classes/base.oeclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/base.oeclass b/classes/base.oeclass
index a00556bd5d..e70ef41115 100644
--- a/classes/base.oeclass
+++ b/classes/base.oeclass
@@ -321,7 +321,6 @@ python base_do_patch() {
efile = local
efile = oe.data.expand(efile, d)
patches_dir = oe.data.expand(oe.data.getVar('PATCHES_DIR', d), d)
- print "PATCHES_DIR", patches_dir
oe.mkdirhier(patches_dir + "/.patches")
os.chdir(patches_dir)
cmd = "PATH=\"%s\" patcher" % oe.data.getVar("PATH", d, 1)