diff options
| author | Patrick Areny <patrick.areny@notiloplus.com> | 2021-08-20 16:01:11 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-23 22:00:39 -0700 |
| commit | e56b987c21c47e60eb04b21cf95f9efa67efe6c5 (patch) | |
| tree | 7237a6da986dbcb11b71136e231c94d35f5d6d9e | |
| parent | 3bca0d2a6fcda099250dfdeb84eba9dee9c4b078 (diff) | |
| download | meta-openembedded-e56b987c21c47e60eb04b21cf95f9efa67efe6c5.tar.gz | |
libConfuse: Add recipe
libconfuse a configuration file parser library written in C
Used by bmon network monitor.
Signed-off-by: Patrick Areny <patrick.areny@notiloplus.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb b/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb new file mode 100644 index 0000000000..c081e69790 --- /dev/null +++ b/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "libConfuse is a configuration file parser library" | ||
| 2 | LICENSE = "ISC" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=42fa47330d4051cd219f7d99d023de3a" | ||
| 4 | |||
| 5 | SRCREV = "a42aebf13db33afd575da6e63f55163d371f776d" | ||
| 6 | SRC_URI = "git://github.com/libconfuse/libconfuse.git;branch=master" | ||
| 7 | |||
| 8 | inherit autotools-brokensep pkgconfig gettext | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | do_configure:prepend(){ | ||
| 13 | (cd ${S} && ${S}/autogen.sh) | ||
| 14 | } | ||
