]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
createrepo-c: Fix function declaration bug found with clang
authorKhem Raj <raj.khem@gmail.com>
Tue, 26 Sep 2023 22:00:19 +0000 (15:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Sep 2023 11:37:44 +0000 (12:37 +0100)
commit1036bec2e99edd4c59ae1b6eedfbdc933104a9e4
tree5f801cd1b6f337bedfb073ca89e73dcb9e61547d
parent12eed1e6c701759321541d2c04eeca3db3c99247
createrepo-c: Fix function declaration bug found with clang

clang is stricter about function parameter types in its functions and
errors out.

error: incompatible integer to pointer conversion initializing 'gchar *' (aka 'char *')

Real problem is in createrepo_c code where funciton definition and
declaration scopes are different

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/createrepo-c/createrepo-c/0001-Move-cr_compress_groupfile-outside-WITH_LIBMODULEMD.patch [new file with mode: 0644]
meta/recipes-devtools/createrepo-c/createrepo-c_1.0.0.bb