summaryrefslogtreecommitdiff
path: root/recipes/avahi/avahi-python_0.6.25.bb
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-10-30 14:37:42 +0000
committerKoen Kooi <koen@openembedded.org>2009-11-02 11:14:00 +0100
commit86c5af3596d9e85b30bf5198575d8f360e0329c4 (patch)
tree0551cd55e2acd4c2e1b0b1f371b30624c69e40a3 /recipes/avahi/avahi-python_0.6.25.bb
parentfd778a7191bd64655098ee1469079e9fce9eda4a (diff)
avahi: Bump packages to 0.6.25 (security fix) and add checksums.
Diffstat (limited to 'recipes/avahi/avahi-python_0.6.25.bb')
-rw-r--r--recipes/avahi/avahi-python_0.6.25.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/avahi/avahi-python_0.6.25.bb b/recipes/avahi/avahi-python_0.6.25.bb
new file mode 100644
index 0000000000..9c9e77d54e
--- /dev/null
+++ b/recipes/avahi/avahi-python_0.6.25.bb
@@ -0,0 +1,19 @@
+require avahi.inc
+
+PR = "r1"
+
+# FIXME: without --enable-gtk, avahi-discover (pygtk) won't be built
+FILES_avahi-discover = ""
+
+PROVIDES = "avahi"
+DEPENDS += "python-native"
+
+SRC_URI += "file://configure-check-pymod.patch;patch=1"
+
+S = "${WORKDIR}/avahi-${PV}"
+
+RDEPENDS_avahi-discover = "python-avahi python-pygtk"
+RDEPENDS_python-avahi = "python-dbus"
+PACKAGES =+ "python-avahi"
+
+AVAHI_PYTHON = "--enable-python"