diff options
Diffstat (limited to 'meta-networking/recipes-support/libtevent/libtevent_0.9.28.bb')
-rw-r--r-- | meta-networking/recipes-support/libtevent/libtevent_0.9.28.bb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.9.28.bb b/meta-networking/recipes-support/libtevent/libtevent_0.9.28.bb deleted file mode 100644 index 3f5d7f4a1..000000000 --- a/meta-networking/recipes-support/libtevent/libtevent_0.9.28.bb +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | SUMMARY = "Hierarchical, reference counted memory pool system with destructors" | ||
2 | HOMEPAGE = "http://tevent.samba.org" | ||
3 | SECTION = "libs" | ||
4 | LICENSE = "LGPLv3+" | ||
5 | |||
6 | DEPENDS += "libaio libbsd libtalloc" | ||
7 | RDEPENDS_python-tevent = "python" | ||
8 | |||
9 | SRC_URI = "http://samba.org/ftp/tevent/tevent-${PV}.tar.gz" | ||
10 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b" | ||
11 | |||
12 | SRC_URI[md5sum] = "945845817918f5cfbe0202d80a7db118" | ||
13 | SRC_URI[sha256sum] = "04d953379025b1560af5c4ffcce58a3ee84db7aaa09c9f1e3eff5b2945a13529" | ||
14 | |||
15 | inherit waf-samba | ||
16 | |||
17 | PACKAGECONFIG[attr] = ",,attr" | ||
18 | |||
19 | SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'attr', '', 'file://avoid-attr-unless-wanted.patch', d)}" | ||
20 | |||
21 | S = "${WORKDIR}/tevent-${PV}" | ||
22 | |||
23 | EXTRA_OECONF += "--disable-rpath \ | ||
24 | --bundled-libraries=NONE \ | ||
25 | --builtin-libraries=replace \ | ||
26 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ | ||
27 | --without-gettext \ | ||
28 | " | ||
29 | DISABLE_STATIC = "" | ||
30 | |||
31 | PACKAGES += "python-tevent python-tevent-dbg" | ||
32 | |||
33 | FILES_python-tevent = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" | ||
34 | FILES_python-tevent-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug" | ||