From: Michael Lauer Date: Sat, 12 Jan 2008 15:54:10 +0000 (+0000) Subject: dtn 2.5.0 change package name for python bindings X-Git-Tag: Release-2010-05/1~7948^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d46d07f9d1781f0dc27dd50c8a76ef2428039d92;p=openembedded.git dtn 2.5.0 change package name for python bindings --- diff --git a/packages/dtnrg/dtn_2.5.0.bb b/packages/dtnrg/dtn_2.5.0.bb index a1111f18e7..0b4043bbc2 100644 --- a/packages/dtnrg/dtn_2.5.0.bb +++ b/packages/dtnrg/dtn_2.5.0.bb @@ -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"