summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/devtool/standard.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py
index abbc0cb8f5..83191450be 100644
--- a/scripts/lib/devtool/standard.py
+++ b/scripts/lib/devtool/standard.py
@@ -85,10 +85,6 @@ def add(args, config, basepath, workspace):
85 if reason: 85 if reason:
86 raise DevtoolError(reason) 86 raise DevtoolError(reason)
87 87
88 # FIXME this ought to be in validate_pn but we're using that in other contexts
89 if '/' in args.recipename:
90 raise DevtoolError('"/" is not a valid character in recipe names')
91
92 if args.srctree: 88 if args.srctree:
93 srctree = os.path.abspath(args.srctree) 89 srctree = os.path.abspath(args.srctree)
94 srctreeparent = None 90 srctreeparent = None