Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] cracklib: Allow use in SDK
@ 2014-08-11 20:21 Otavio Salvador
  2014-08-11 20:21 ` [PATCH 2/3] attr: Allow use during build and SDK Otavio Salvador
  2014-08-11 20:21 ` [PATCH 3/3] libpam: Allow use during build and in SDK Otavio Salvador
  0 siblings, 2 replies; 5+ messages in thread
From: Otavio Salvador @ 2014-08-11 20:21 UTC (permalink / raw)
  To: openembedded-core; +Cc: Otavio Salvador

This adds 'nativesdk' in the BBCLASSEXTEND.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta/recipes-extended/cracklib/cracklib_2.9.1.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.1.bb b/meta/recipes-extended/cracklib/cracklib_2.9.1.bb
index d70e76f..99ccde3 100644
--- a/meta/recipes-extended/cracklib/cracklib_2.9.1.bb
+++ b/meta/recipes-extended/cracklib/cracklib_2.9.1.bb
@@ -18,8 +18,8 @@ SRC_URI[sha256sum] = "408905c2539a97dc8cbbb6d7cd2046cb5647a345b4bda399220d9471be
 
 inherit autotools-brokensep gettext
 
-BBCLASSEXTEND = "native"
-
 do_install_append_class-target() {
 	create-cracklib-dict -o ${D}${datadir}/cracklib/pw_dict ${D}${datadir}/cracklib/cracklib-small
 }
+
+BBCLASSEXTEND = "native nativesdk"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-15 12:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11 20:21 [PATCH 1/3] cracklib: Allow use in SDK Otavio Salvador
2014-08-11 20:21 ` [PATCH 2/3] attr: Allow use during build and SDK Otavio Salvador
2014-08-11 20:21 ` [PATCH 3/3] libpam: Allow use during build and in SDK Otavio Salvador
2014-08-15  9:45   ` Richard Purdie
2014-08-15 12:18     ` Otavio Salvador

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox