diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-10-30 14:37:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-02 11:14:00 +0100 |
commit | 86c5af3596d9e85b30bf5198575d8f360e0329c4 (patch) | |
tree | 0551cd55e2acd4c2e1b0b1f371b30624c69e40a3 /recipes/avahi/avahi-python_0.6.25.bb | |
parent | fd778a7191bd64655098ee1469079e9fce9eda4a (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.bb | 19 |
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" |