[oe-commits] org.oe.dev dtn 2.5.0 change package name for python bindings

mickeyl commit openembedded-commits at lists.openembedded.org
Sat Jan 12 16:05:58 UTC 2008


dtn 2.5.0 change package name for python bindings

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

#
# mt diff -r6f59ffce5f3264eb8cb953fab0da8f82277aabfa -r623fafc1c9ff4db42529f744cc912543a470ddf9
#
# 
# 
# patch "packages/dtnrg/dtn_2.5.0.bb"
#  from [3234e08b19073c6fcc4c69cb16c48bec0ce78bdd]
#    to [987af483064b66222040dae87a47b35f9a675f6f]
# 
============================================================
--- packages/dtnrg/dtn_2.5.0.bb	3234e08b19073c6fcc4c69cb16c48bec0ce78bdd
+++ packages/dtnrg/dtn_2.5.0.bb	987af483064b66222040dae87a47b35f9a675f6f
@@ -52,7 +52,9 @@ do_install_append() {
 	INCDIR=../.. LIBDIR=.. VERSION=${PV} python setup.py install --prefix=${D}/${prefix} --install-data=${D}/${datadir}
 }
 
-PACKAGES += "${PN}-python"
-FILES_${PN}-python = "${libdir}/${PYTHON_DIR}"
-RDEPENDS_${PN}-python = "python-core"
+PACKAGES += "python-dtn"
+DESCRIPTION_python-dtn = "Python bindings to the DTN API"
+PR_python-dtn = "ml1"
+FILES_python-dtn = "${libdir}/${PYTHON_DIR}"
+RDEPENDS_python-dtn = "python-core"
 FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"






More information about the Openembedded-commits mailing list