diff options
| author | Dai Caiyun <daicy.fnst@cn.fujitsu.com> | 2016-04-20 06:24:02 +0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-29 11:01:01 +0200 |
| commit | a720b93af53f31476c169d222cb47669ffce5dea (patch) | |
| tree | e683d42b393bba6b59c46d39f75e3ef0e8d61ed8 /meta-oe/recipes-support/libnih/libnih_1.0.3.bb | |
| parent | 26fbc9bf45d3cd28dc7a7e7dc013908a61631749 (diff) | |
| download | meta-openembedded-a720b93af53f31476c169d222cb47669ffce5dea.tar.gz | |
libnih: add new recipe to meta-oe
meta-webos hasn't been maitained for about 2years.
So, how about add libnih into meta-oe.
Fix the error as foloowing:
invalid tag value("^[A-Za-z0-9+._]+$") Release: Release: r2-4ubuntu16.
Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libnih/libnih_1.0.3.bb')
| -rw-r--r-- | meta-oe/recipes-support/libnih/libnih_1.0.3.bb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libnih/libnih_1.0.3.bb b/meta-oe/recipes-support/libnih/libnih_1.0.3.bb new file mode 100644 index 0000000000..97385a1c0a --- /dev/null +++ b/meta-oe/recipes-support/libnih/libnih_1.0.3.bb | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | # Copyright (c) 2013 LG Electronics, Inc. | ||
| 2 | |||
| 3 | SUMMARY = "libnih library" | ||
| 4 | DESCRIPTION = "libnih is a small library for C application development \ | ||
| 5 | containing functions that, despite its name, are not implemented \ | ||
| 6 | elsewhere in the standard library set. \ | ||
| 7 | \ | ||
| 8 | libnih is roughly equivalent to other C libraries such as glib, \ | ||
| 9 | except that its focus is on a small size and intended for \ | ||
| 10 | applications that sit very low in the software stack, especially \ | ||
| 11 | outside of /usr. \ | ||
| 12 | \ | ||
| 13 | It expressly does not reimplement functions that already exist in \ | ||
| 14 | libraries ordinarily shipped in /lib such libc6, and does not do \ | ||
| 15 | foolish things like invent arbitrary typedefs for perfectly good C types." | ||
| 16 | |||
| 17 | SECTION = "libs" | ||
| 18 | |||
| 19 | LICENSE = "GPL-2.0" | ||
| 20 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 21 | |||
| 22 | DEPENDS = "dbus libnih-native" | ||
| 23 | DEPENDS_class-native = "dbus-native" | ||
| 24 | |||
| 25 | PR = "r0" | ||
| 26 | |||
| 27 | SRC_URI = "https://launchpad.net/${BPN}/1.0/${PV}/+download/${BP}.tar.gz \ | ||
| 28 | file://libnih_1.0.3-4ubuntu16.patch \ | ||
| 29 | " | ||
| 30 | |||
| 31 | SRC_URI[md5sum] = "db7990ce55e01daffe19006524a1ccb0" | ||
| 32 | SRC_URI[sha256sum] = "897572df7565c0a90a81532671e23c63f99b4efde2eecbbf11e7857fbc61f405" | ||
| 33 | |||
| 34 | inherit autotools | ||
| 35 | inherit gettext | ||
| 36 | |||
| 37 | # target libnih requires native nih-dbus-tool | ||
| 38 | BBCLASSEXTEND = "native" | ||
