summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/libtevent/libtevent_0.9.28.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-08-15 13:45:10 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2016-08-16 21:26:11 -0400
commit80d23a232e1497fb8512b981aaeea25a4dbf2339 (patch)
tree968091501a428d4fb164d99411fd00c9884cb60a /meta-networking/recipes-support/libtevent/libtevent_0.9.28.bb
parent4e0bc7869f8fb1d22aa849ee9c2f7de32b7d6af1 (diff)
downloadmeta-openembedded-80d23a232e1497fb8512b981aaeea25a4dbf2339.tar.gz
libtevent: upgrade to 0.9.29
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
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.bb34
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 @@
1SUMMARY = "Hierarchical, reference counted memory pool system with destructors"
2HOMEPAGE = "http://tevent.samba.org"
3SECTION = "libs"
4LICENSE = "LGPLv3+"
5
6DEPENDS += "libaio libbsd libtalloc"
7RDEPENDS_python-tevent = "python"
8
9SRC_URI = "http://samba.org/ftp/tevent/tevent-${PV}.tar.gz"
10LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b"
11
12SRC_URI[md5sum] = "945845817918f5cfbe0202d80a7db118"
13SRC_URI[sha256sum] = "04d953379025b1560af5c4ffcce58a3ee84db7aaa09c9f1e3eff5b2945a13529"
14
15inherit waf-samba
16
17PACKAGECONFIG[attr] = ",,attr"
18
19SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'attr', '', 'file://avoid-attr-unless-wanted.patch', d)}"
20
21S = "${WORKDIR}/tevent-${PV}"
22
23EXTRA_OECONF += "--disable-rpath \
24 --bundled-libraries=NONE \
25 --builtin-libraries=replace \
26 --with-libiconv=${STAGING_DIR_HOST}${prefix}\
27 --without-gettext \
28 "
29DISABLE_STATIC = ""
30
31PACKAGES += "python-tevent python-tevent-dbg"
32
33FILES_python-tevent = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
34FILES_python-tevent-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug"