summaryrefslogtreecommitdiff
path: root/packages/python/python-pyzeroconf_0.12.bb
blob: a5e439feb63d1e89f1f12838fb749276019d6796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "A pure Python implementation of Zeroconf"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "LGPL"

SRC_URI = "${SOURCEFORGE_MIRROR}/pyzeroconf/pyzeroconf-${PV}.tgz"

S = "${WORKDIR}/pyzeroconf-${PV}"

inherit distutils-base

do_install() {

   install -d ${D}${libdir}
   install -d ${D}${libdir}/${PYTHON_DIR}
   install -d ${D}${libdir}/${PYTHON_DIR}/site-packages

   install -m 0644 Zeroconf.py ${D}${libdir}/${PYTHON_DIR}/site-packages/
}
it/packages/qemu?id=2a7d6f00f3b73eef0a1e83829fabc79577ec60af'>qemu: Remove versions with negative default preferences and cleanupRichard Purdie80 2008-01-28Add qemu 0.9.1 from poky and make it the deafult since it fixed a ton of bugsRichard Purdie3 2008-01-03base and sanity bbclasses + qemu: move gcc3 availability checking into base.b...Marcin Juszkiewicz1 2008-01-01merge of '0d9bd56d97ada159199c80422a743fbaa437a818'Paul Sokolovsky29 2008-01-01qemu: Add 0.9.0+cvs20071121 from Poky. DEF_PREF = -1.Paul Sokolovsky29 2007-12-30qemu: Fix .inc file to expand PATH and EXTRA_OECONF and check for gcc-3.4.4 a...Richard Purdie1 2007-10-29Remove final references to BUILD_SYS in staging pathsRichard Purdie2 2007-08-23qemu: factor out gcc3 check function and include itMichael Lauer3 2007-08-22merge of '27baa018f9f9e77156f5eb95353722f773cc651d'Marcin Juszkiewicz2 2007-08-22qemu: remove stripping during do_stage - close #2831Marcin Juszkiewicz2 2007-08-22qemu-native: thanks, hrw, but please, pick up my gcc3 too! ;-)Michael Krelin1 2007-08-22qemu: let 20070613 be defaultMarcin Juszkiewicz1 2007-08-22qemu: added 20070613 version from Poky - this works on 32 and 64 bit machinesMarcin Juszkiewicz30 2007-08-22qemu-qop-nogfx-native: droppedMarcin Juszkiewicz1 2007-07-30qemu_cvs.bb: Fix Makefile so CFLAGS/LDFLAGS in config.mak aren't overwrittenDaniel Willmann2 2007-07-06qemu 0.9.0+cvs: polished .bbs a bit and gave them default preference of -1, a...Michael Krelin2 2007-07-06qemu-native: amd64-enabled 0.9.0 cvs snapshot from bug #2589.Marek Vasut9 2007-07-05qemu-native: add picking up gcc-3.4.6 to gcc selection codeMichael Krelin1 2007-07-04qemu-native: added zlib-native to DEPENDS - close #2561Marcin Juszkiewicz1 2007-06-15qemu: apply patch from bug 2157Rolf Leggewie2