diff options
Diffstat (limited to 'meta/classes/binconfig-disabled.bbclass')
-rw-r--r-- | meta/classes/binconfig-disabled.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/binconfig-disabled.bbclass b/meta/classes/binconfig-disabled.bbclass index 0acc9648b0..595cd096f5 100644 --- a/meta/classes/binconfig-disabled.bbclass +++ b/meta/classes/binconfig-disabled.bbclass | |||
@@ -12,7 +12,7 @@ do_install_append () { | |||
12 | echo "#!/bin/sh" > ${D}$x | 12 | echo "#!/bin/sh" > ${D}$x |
13 | # Make the disabled script emit invalid parameters for those configure | 13 | # Make the disabled script emit invalid parameters for those configure |
14 | # scripts which call it without checking the return code. | 14 | # scripts which call it without checking the return code. |
15 | echo "echo '--should-not-have-used-$x'" > ${D}$x | 15 | echo "echo '--should-not-have-used-$x'" >> ${D}$x |
16 | echo "exit 1" >> ${D}$x | 16 | echo "exit 1" >> ${D}$x |
17 | done | 17 | done |
18 | } | 18 | } |