diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-23 10:12:02 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-23 10:12:02 +0000 |
commit | 26a174cf1ca2fd570b0b6ccd95d7d43c07143d60 (patch) | |
tree | 3dfabf479437f1f6d3dfa55288e1648269b322ec /packages/avahi/avahi-python_0.6.21.bb | |
parent | 86a5f26aa2d817152a8cb710771d1f405e40aedf (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.bb | 14 |
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" |