diff options
Diffstat (limited to 'meta/recipes-core/busybox/busybox.inc')
| -rw-r--r-- | meta/recipes-core/busybox/busybox.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 6cfdcd7344..45aaa2b41c 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc | |||
| @@ -133,16 +133,6 @@ do_prepare_config () { | |||
| 133 | fi | 133 | fi |
| 134 | } | 134 | } |
| 135 | 135 | ||
| 136 | # returns all the elements from the src uri that are .cfg files | ||
| 137 | def find_cfgs(d): | ||
| 138 | sources=src_patches(d, True) | ||
| 139 | sources_list=[] | ||
| 140 | for s in sources: | ||
| 141 | if s.endswith('.cfg'): | ||
| 142 | sources_list.append(s) | ||
| 143 | |||
| 144 | return sources_list | ||
| 145 | |||
| 146 | do_configure () { | 136 | do_configure () { |
| 147 | set -x | 137 | set -x |
| 148 | do_prepare_config | 138 | do_prepare_config |
