aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-27 23:50:35 +0000
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-03 18:14:14 +0200
commitf70303411dbf963869132aa6717654a3cd7c4216 (patch)
treed889fae1d82eb185a196402ac7fa520306c79951 /recipes/udev
parentbc14d2764acdc04c31222bed319c47ac3bcebfcb (diff)
downloadopenembedded-f70303411dbf963869132aa6717654a3cd7c4216.tar.gz
attr: added BBCLASSEXTEND = "native"
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>
Diffstat (limited to 'recipes/udev')
-rw-r--r--recipes/udev/attr_2.4.44.bb2
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