[oe-commits] org.oe.dev distutils-base.bbclass: package ${PN}-dev first, so that pkgconfig gets a chance to land there

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Feb 28 12:05:22 UTC 2008


distutils-base.bbclass: package ${PN}-dev first, so that pkgconfig gets a chance to land there

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 90ce09fb0149b5e540c88af80bda8a970659d4ce
ViewMTN: http://monotone.openembedded.org/revision/info/90ce09fb0149b5e540c88af80bda8a970659d4ce
Files:
1
classes/distutils-base.bbclass
Diffs:

#
# mt diff -r662ae9dafb4c25857c0afa36b3303e10fdd8cea6 -r90ce09fb0149b5e540c88af80bda8a970659d4ce
#
# 
# 
# patch "classes/distutils-base.bbclass"
#  from [0a204cd849e070a15c2f9ff46443eda8e28915d0]
#    to [94522dc614b8c3295309161e3fbdff50dff557a7]
# 
============================================================
--- classes/distutils-base.bbclass	0a204cd849e070a15c2f9ff46443eda8e28915d0
+++ classes/distutils-base.bbclass	94522dc614b8c3295309161e3fbdff50dff557a7
@@ -11,8 +11,17 @@ PYTHON_DIR = "${@python_dir(d)}"
 	raise "No Python in STAGING_INCDIR. Forgot to build python-native ?"
 
 PYTHON_DIR = "${@python_dir(d)}"
+
+PACKAGES = "${PN}-dev ${PN}-dbg ${PN}-doc ${PN}"
+
 FILES_${PN} = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}/*"
-FILES_${PN}-dbg = "${libdir}/${PYTHON_DIR}/site-packages/.debug \
-                   ${libdir}/${PYTHON_DIR}/site-packages/*/.debug \
-                   ${libdir}/${PYTHON_DIR}/site-packages/*/*/.debug"
 
+FILES_${PN}-dev += "\
+  ${libdir}/pkgconfig \
+  ${libdir}/${PYTHON_DIR}/site-packages/*.la \
+"
+FILES_${PN}-dbg = "\
+  ${libdir}/${PYTHON_DIR}/site-packages/.debug \
+  ${libdir}/${PYTHON_DIR}/site-packages/*/.debug \
+  ${libdir}/${PYTHON_DIR}/site-packages/*/*/.debug \
+"






More information about the Openembedded-commits mailing list