diff options
| -rw-r--r-- | meta/recipes-support/attr/ea-acl.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/ea-acl.inc b/meta/recipes-support/attr/ea-acl.inc index 474291a7d9..370e16f4a6 100644 --- a/meta/recipes-support/attr/ea-acl.inc +++ b/meta/recipes-support/attr/ea-acl.inc | |||
| @@ -27,6 +27,11 @@ LDFLAGS_append_libc-uclibc_class-target = "${@['', ' -lintl '][(d.getVar('USE_NL | |||
| 27 | EXTRA_OECONF_append_libc-uclibc_class-target = "${@['', ' --disable-gettext '][(d.getVar('USE_NLS', True) == 'no')]}" | 27 | EXTRA_OECONF_append_libc-uclibc_class-target = "${@['', ' --disable-gettext '][(d.getVar('USE_NLS', True) == 'no')]}" |
| 28 | 28 | ||
| 29 | fix_symlink () { | 29 | fix_symlink () { |
| 30 | if [ "${BB_CURRENTTASK}" != "populate_sysroot" -a "${BB_CURRENTTASK}" != "populate_sysroot_setscene" ] | ||
| 31 | then | ||
| 32 | return | ||
| 33 | fi | ||
| 34 | |||
| 30 | if test "${libdir}" = "${base_libdir}" ; then | 35 | if test "${libdir}" = "${base_libdir}" ; then |
| 31 | return | 36 | return |
| 32 | fi | 37 | fi |
