diff options
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc index 553ef7fe62..db17ae4685 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc | |||
@@ -106,7 +106,7 @@ do_install () { | |||
106 | rm -f ${D}${bindir}/*c++ | 106 | rm -f ${D}${bindir}/*c++ |
107 | 107 | ||
108 | # We don't care about the gcc-<version> copies | 108 | # We don't care about the gcc-<version> copies |
109 | rm -f ${D}${bindir}/*gcc-?.?* | 109 | rm -f ${D}${bindir}/*gcc-${BINV}* |
110 | 110 | ||
111 | # Cleanup empty directories which are not shipped | 111 | # Cleanup empty directories which are not shipped |
112 | # we use rmdir instead of 'rm -f' to ensure the non empty directories are not deleted | 112 | # we use rmdir instead of 'rm -f' to ensure the non empty directories are not deleted |