diff options
Diffstat (limited to 'recipes/udev/attr_2.4.44.bb')
-rw-r--r-- | recipes/udev/attr_2.4.44.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/udev/attr_2.4.44.bb b/recipes/udev/attr_2.4.44.bb index ffc0cc3c56..d42c5d8dc7 100644 --- a/recipes/udev/attr_2.4.44.bb +++ b/recipes/udev/attr_2.4.44.bb @@ -17,6 +17,8 @@ LDFLAGS_append_libc-uclibc += " -lintl" TOPDIR[unexport] = "1" +BBCLASSEXTEND = "native" + do_configure_append() { # gettext hack echo "#define _(str) str" >> ${S}/include/config.h |