[oe-commits] org.oe.dev python-dbus 0.82.4 fix packaging, so that development stuff actually ends up in -dev packages

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


python-dbus 0.82.4 fix packaging, so that development stuff actually ends up in -dev packages

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 717829756cea0c453a8378ea30706af4dc35630f
ViewMTN: http://monotone.openembedded.org/revision/info/717829756cea0c453a8378ea30706af4dc35630f
Files:
1
packages/python/python-dbus_0.82.4.bb
Diffs:

#
# mt diff -r90ce09fb0149b5e540c88af80bda8a970659d4ce -r717829756cea0c453a8378ea30706af4dc35630f
#
# 
# 
# patch "packages/python/python-dbus_0.82.4.bb"
#  from [0b72f74fcfa2cc0079dab2bfdcb2fac470905f05]
#    to [aff2c48f361a7ace67a1057330cf36a822c07811]
# 
============================================================
--- packages/python/python-dbus_0.82.4.bb	0b72f74fcfa2cc0079dab2bfdcb2fac470905f05
+++ packages/python/python-dbus_0.82.4.bb	aff2c48f361a7ace67a1057330cf36a822c07811
@@ -1,10 +1,10 @@ RDEPENDS = "python-threading python-io p
 DESCRIPTION = "Python bindings for DBus, a socket-based message bus system for interprocess communication"
 SECTION = "devel/python"
 HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
 LICENSE = "MIT"
 DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
 RDEPENDS = "python-threading python-io python-stringold python-logging"
-PR = "ml1"
+PR = "ml2"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
 S = "${WORKDIR}/dbus-python-${PV}"
@@ -18,3 +18,4 @@ do_stage() {
 	autotools_stage_all
 }
 
+FILES_${PN}-dev += "${libdir}/pkgconfig 






More information about the Openembedded-commits mailing list