diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-26 20:43:44 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-26 21:52:26 -0800 |
commit | da03785ff19c2db4210318759a011c6919692876 (patch) | |
tree | dd44816d461c146ea038a5c5ee5f3b3aae32b403 /meta-oe/recipes-support | |
parent | 0755cdd5152e00c56eba59820166961aed488e02 (diff) | |
download | meta-openembedded-da03785ff19c2db4210318759a011c6919692876.tar.gz |
libinih: Upgrade to version 56
Change SRC_URI to benhoyt fork, it seems to be well maintained.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/inih/libinih_56.bb | 14 | ||||
-rw-r--r-- | meta-oe/recipes-support/inih/libinih_git.bb | 23 |
2 files changed, 14 insertions, 23 deletions
diff --git a/meta-oe/recipes-support/inih/libinih_56.bb b/meta-oe/recipes-support/inih/libinih_56.bb new file mode 100644 index 000000000..89d68c6e1 --- /dev/null +++ b/meta-oe/recipes-support/inih/libinih_56.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "inih (INI Not Invented Here)" | ||
2 | DESCRIPTION = "A .INI file parser written in C that was designed to be small and simple." | ||
3 | HOMEPAGE = "https://github.com/benhoyt/inih" | ||
4 | SECTION = "libs" | ||
5 | LICENSE = "BSD-3-Clause" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7a95d2af90376e85a05318794e6f202" | ||
8 | |||
9 | SRC_URI = "git://github.com/benhoyt/inih.git;protocol=https;branch=master" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | SRCREV = "5e1d9e2625842dddb3f9c086a50f22e4f45dfc2b" | ||
13 | |||
14 | inherit meson pkgconfig | ||
diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb deleted file mode 100644 index cf390800b..000000000 --- a/meta-oe/recipes-support/inih/libinih_git.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | SUMMARY = "C and C++ INI Library" | ||
2 | HOMEPAGE = "http://code.google.com/p/inih/" | ||
3 | PV = "0.0+gitr${SRCPV}" | ||
4 | PKGV = "${GITPKGVTAG}" | ||
5 | LICENSE = "BSD-3-Clause" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde" | ||
7 | |||
8 | PR = "r3" | ||
9 | |||
10 | # The github repository provides a cmake and pkg-config integration | ||
11 | SRCREV = "c858aff8c31fa63ef4d1e0176c10e5928cde9a23" | ||
12 | SRC_URI = "git://github.com/OSSystems/inih.git;branch=master;protocol=https \ | ||
13 | file://0001-include-install-header-files-without-prefix-dir-inih.patch \ | ||
14 | " | ||
15 | |||
16 | UPSTREAM_CHECK_COMMITS = "1" | ||
17 | |||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | inherit gitpkgv cmake | ||
21 | |||
22 | # We don't have libinih since we only have static libraries | ||
23 | ALLOW_EMPTY:${PN} = "1" | ||