diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.22.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.22.bb b/meta/recipes-core/coreutils/coreutils_8.22.bb index 6239600c6d..f85bacabd3 100644 --- a/meta/recipes-core/coreutils/coreutils_8.22.bb +++ b/meta/recipes-core/coreutils/coreutils_8.22.bb | |||
@@ -74,6 +74,11 @@ do_install_append() { | |||
74 | mv ${D}${bindir}/[ ${D}${bindir}/lbracket.${BPN} | 74 | mv ${D}${bindir}/[ ${D}${bindir}/lbracket.${BPN} |
75 | } | 75 | } |
76 | 76 | ||
77 | do_install_append_class-native(){ | ||
78 | # remove groups to fix conflict with shadow-native | ||
79 | rm -f ${D}${STAGING_BINDIR_NATIVE}/groups | ||
80 | } | ||
81 | |||
77 | inherit update-alternatives | 82 | inherit update-alternatives |
78 | 83 | ||
79 | ALTERNATIVE_PRIORITY = "100" | 84 | ALTERNATIVE_PRIORITY = "100" |