attr: added BBCLASSEXTEND = "native"
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Tue, 27 Jul 2010 23:50:35 +0000 (23:50 +0000)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Tue, 3 Aug 2010 16:14:14 +0000 (18:14 +0200)
added BBCLASSEXTEND = "native"
this is needed for squashfs-tools, otherwise it is not possible to build
mksquashfs and hence no squashfs creation on the build system

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/udev/attr_2.4.44.bb

index ffc0cc3..d42c5d8 100644 (file)
@@ -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