[oe-commits] org.oe.dev dtn 2.5.0 fix packaging, so that the libraries actually get installed

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Jan 14 23:08:33 UTC 2008


dtn 2.5.0 fix packaging, so that the libraries actually get installed

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 6104c95bf5e75fc92d17f6e04a7c37a6efbb147f
ViewMTN: http://monotone.openembedded.org/revision/info/6104c95bf5e75fc92d17f6e04a7c37a6efbb147f
Files:
1
packages/dtnrg/dtn_2.5.0.bb
Diffs:

#
# mt diff -re4f83871a267ab0720e73ef096ce3ab5fc40a303 -r6104c95bf5e75fc92d17f6e04a7c37a6efbb147f
#
# 
# 
# patch "packages/dtnrg/dtn_2.5.0.bb"
#  from [3c974b28f58a46ed1bd5f18206aee37d6d8779c6]
#    to [f21e25b094f74aa1f1eba88ec1f6bcec6045077c]
# 
============================================================
--- packages/dtnrg/dtn_2.5.0.bb	3c974b28f58a46ed1bd5f18206aee37d6d8779c6
+++ packages/dtnrg/dtn_2.5.0.bb	f21e25b094f74aa1f1eba88ec1f6bcec6045077c
@@ -1,10 +1,10 @@ SRC_URI = "http://www.dtnrg.org/docs/cod
 DESCRIPTION = "Delay Tolerant Networking Package"
 HOMEPAGE = "http://www.dtnrg.org/wiki"
 SECTION = "libs"
 DEPENDS = "db openssl python-native xerces-c"
 LICENSE = "Apache"
 SRC_URI = "http://www.dtnrg.org/docs/code/dtn_${PV}.tgz"
-PR = "r1"
+PR = "r2"
 
 inherit autotools
 
@@ -57,9 +57,11 @@ do_install_append() {
 	INCDIR=../.. LIBDIR=.. VERSION=${PV} python setup.py install --prefix=${D}/${prefix} --install-data=${D}/${datadir}
 }
 
+PACKAGES =+ "${PN}-lib"
+FILES_${PN}-lib = "${libdir}/*.so*"
 PACKAGES += "python-dtn"
 DESCRIPTION_python-dtn = "Python bindings to the DTN API"
 PR_python-dtn = "ml2"
 FILES_python-dtn = "${libdir}/${PYTHON_DIR}"
-RDEPENDS_python-dtn = "python-core dtn"
+RDEPENDS_python-dtn = "python-core dtn-lib"
 FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"






More information about the Openembedded-commits mailing list