diff options
| -rw-r--r-- | meta-oe/recipes-support/libtevent/libtevent/do-not-check-xsltproc-manpages.patch | 16 | ||||
| -rw-r--r-- | meta-oe/recipes-support/libtevent/libtevent_0.9.21.bb | 30 |
2 files changed, 46 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libtevent/libtevent/do-not-check-xsltproc-manpages.patch b/meta-oe/recipes-support/libtevent/libtevent/do-not-check-xsltproc-manpages.patch new file mode 100644 index 0000000000..1ce4dda1c3 --- /dev/null +++ b/meta-oe/recipes-support/libtevent/libtevent/do-not-check-xsltproc-manpages.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | Don't check manpages for xsltproc. | ||
| 2 | |||
| 3 | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> | ||
| 4 | |||
| 5 | diff -Nurp tevent-0.9.21.orig/lib/talloc/wscript tevent-0.9.21/lib/talloc/wscript | ||
| 6 | --- tevent-0.9.21.orig/lib/talloc/wscript 2013-09-08 21:24:14.000000000 +0900 | ||
| 7 | +++ tevent-0.9.21/lib/talloc/wscript 2015-04-24 16:28:04.085000230 +0900 | ||
| 8 | @@ -55,7 +55,7 @@ def configure(conf): | ||
| 9 | if conf.env.standalone_talloc: | ||
| 10 | conf.env.TALLOC_COMPAT1 = Options.options.TALLOC_COMPAT1 | ||
| 11 | |||
| 12 | - conf.CHECK_XSLTPROC_MANPAGES() | ||
| 13 | + conf.find_program('xsltproc', var='XSLTPROC') | ||
| 14 | |||
| 15 | if not conf.env.disable_python: | ||
| 16 | # also disable if we don't have the python libs installed | ||
diff --git a/meta-oe/recipes-support/libtevent/libtevent_0.9.21.bb b/meta-oe/recipes-support/libtevent/libtevent_0.9.21.bb new file mode 100644 index 0000000000..5c7c5608da --- /dev/null +++ b/meta-oe/recipes-support/libtevent/libtevent_0.9.21.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 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 += "talloc" | ||
| 7 | RDEPENDS_${PN} += "libtalloc" | ||
| 8 | RDEPENDS_python-tevent = "python" | ||
| 9 | |||
| 10 | SRC_URI = "http://samba.org/ftp/tevent/tevent-${PV}.tar.gz" | ||
| 11 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "3d5a76c0a1b5f724842d785fd055633f" | ||
| 14 | SRC_URI[sha256sum] = "f2be7463573dab2d8210cb57fe7e7e2aeb323274cbdc865a6e29ddcfb977f0f4" | ||
| 15 | |||
| 16 | inherit waf-samba | ||
| 17 | |||
| 18 | S = "${WORKDIR}/tevent-${PV}" | ||
| 19 | |||
| 20 | EXTRA_OECONF += "--disable-rpath \ | ||
| 21 | --bundled-libraries=NONE \ | ||
| 22 | --builtin-libraries=replace \ | ||
| 23 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ | ||
| 24 | --without-gettext \ | ||
| 25 | " | ||
| 26 | |||
| 27 | PACKAGES += "python-tevent python-tevent-dbg" | ||
| 28 | |||
| 29 | FILES_python-tevent = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" | ||
| 30 | FILES_python-tevent-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug" | ||
