[oe-commits] Frans Meulenbroeks : attr: added BBCLASSEXTEND = "native"

git version control git at git.openembedded.org
Tue Aug 3 16:14:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f70303411dbf963869132aa6717654a3cd7c4216
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f70303411dbf963869132aa6717654a3cd7c4216

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Tue Jul 27 23:50:35 2010 +0000

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 at gmail.com>

---

 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 ffc0cc3..d42c5d8 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





More information about the Openembedded-commits mailing list