summaryrefslogtreecommitdiff
path: root/packages/avahi/avahi-python_0.6.21.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-08-23 10:12:02 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-08-23 10:12:02 +0000
commit26a174cf1ca2fd570b0b6ccd95d7d43c07143d60 (patch)
tree3dfabf479437f1f6d3dfa55288e1648269b322ec /packages/avahi/avahi-python_0.6.21.bb
parent86a5f26aa2d817152a8cb710771d1f405e40aedf (diff)
avahi-python: provides avahi, includes python bindings
Diffstat (limited to 'packages/avahi/avahi-python_0.6.21.bb')
-rw-r--r--packages/avahi/avahi-python_0.6.21.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/avahi/avahi-python_0.6.21.bb b/packages/avahi/avahi-python_0.6.21.bb
new file mode 100644
index 0000000000..8eaac073ac
--- /dev/null
+++ b/packages/avahi/avahi-python_0.6.21.bb
@@ -0,0 +1,14 @@
+require avahi.inc
+PR = "r0"
+
+# FIXME: without --enable-gtk, avahi-discover (pygtk) won't be built
+FILES_avahi-discover = ""
+
+PROVIDES = "avahi"
+DEPENDS += "python-native"
+
+SRC_URI += "file://dbus-pre-1.1.1-support.patch;patch=1 \
+ file://configure-check-pymod.patch;patch=1"
+S = "${WORKDIR}/avahi-${PV}"
+
+AVAHI_PYTHON = "--enable-python"