Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] distutils-common : Add -staticdev to PACKAGES.
@ 2012-11-20 22:58 Philip Balister
  2012-11-21  6:03 ` Stefan Herbrechtsmeier
  0 siblings, 1 reply; 3+ messages in thread
From: Philip Balister @ 2012-11-20 22:58 UTC (permalink / raw)
  To: openembedded-core

Some python recipes may build static libraries that need packaging in
{PN}-static-dev.

This change fixes a QA error in python-numpy.

Signed-off-by: Philip Balister <philip@balister.org>
---
 meta/classes/distutils-common-base.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/distutils-common-base.bbclass b/meta/classes/distutils-common-base.bbclass
index f66a5cd..36c1e83 100644
--- a/meta/classes/distutils-common-base.bbclass
+++ b/meta/classes/distutils-common-base.bbclass
@@ -5,7 +5,7 @@ EXTRA_OEMAKE = ""
 export STAGING_INCDIR
 export STAGING_LIBDIR
 
-PACKAGES = "${PN}-dev ${PN}-dbg ${PN}-doc ${PN}"
+PACKAGES = "${PN}-staticdev ${PN}-dev ${PN}-dbg ${PN}-doc ${PN}"
 
 FILES_${PN} = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}/*"
 
-- 
1.7.11.7




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

end of thread, other threads:[~2012-11-21 13:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-20 22:58 [PATCH] distutils-common : Add -staticdev to PACKAGES Philip Balister
2012-11-21  6:03 ` Stefan Herbrechtsmeier
2012-11-21 12:59   ` Philip Balister

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