diff options
| author | Wang Xin <wangxin2015.fnst@cn.fujitsu.com> | 2016-08-19 05:59:18 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-31 18:22:26 +0200 |
| commit | fef7b1feb79c7b43623760e2cdf4e68bd0dbd526 (patch) | |
| tree | 35c0337437e17db481cae79b6234b668c48376a9 /meta-oe/recipes-extended/libqb/libqb_0.17.2.bb | |
| parent | 7e8eb9a61834b19bb33173540e8871f2728b87bf (diff) | |
| download | meta-openembedded-fef7b1feb79c7b43623760e2cdf4e68bd0dbd526.tar.gz | |
libqb: 0.17.1 -> 0.17.2
Upgrade libqb from 0.17.1 to 0.17.2.
Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libqb/libqb_0.17.2.bb')
| -rw-r--r-- | meta-oe/recipes-extended/libqb/libqb_0.17.2.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb b/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb new file mode 100644 index 0000000000..40d06f3795 --- /dev/null +++ b/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "An IPC library for high performance servers" | ||
| 2 | DESCRIPTION = "libqb is a library with the primary purpose of providing high performance client server reusable features. \ | ||
| 3 | It provides high performance logging, tracing, ipc, and poll." | ||
| 4 | |||
| 5 | HOMEPAGE = "https://github.com/clusterlabs/libqb/wiki" | ||
| 6 | |||
| 7 | SECTION = "libs" | ||
| 8 | |||
| 9 | inherit autotools pkgconfig | ||
| 10 | |||
| 11 | SRC_URI = "https://fedorahosted.org/releases/q/u/quarterback/${BP}.tar.xz \ | ||
| 12 | " | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "de1e5d38fa449b4d127940c10d117260" | ||
| 15 | SRC_URI[sha256sum] = "9a419c649ed51f275dc780da8a15babb8a5d33633567bd9e0cb6193b6e21f4fe" | ||
| 16 | |||
| 17 | LICENSE = "LGPL-2.1" | ||
| 18 | |||
| 19 | LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785" | ||
| 20 | |||
| 21 | do_configure_prepend() { | ||
| 22 | ( cd ${S} | ||
| 23 | ${S}/autogen.sh ) | ||
| 24 | } | ||
| 25 | |||
| 26 | |||
