mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
createrepo-c: Include missing rpm/rpmstring.h
(From OE-Core rev: b122f4ab5d8750dd64814da0ae7c9035b7620e4c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
From 8defe6aaf91613c3fcb540df65a94cd56d377367 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 13 Jan 2023 13:21:51 -0800
|
||||
Subject: [PATCH 1/2] include rpm/rpmstring.h
|
||||
|
||||
Its needed for rasprintf declaration
|
||||
|
||||
Fixes
|
||||
src/xml_file.c:341:36: error: call to undeclared functi
|
||||
on 'rasprintf'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
||||
|
||||
Upstream-Status: Submitted [https://github.com/rpm-software-management/createrepo_c/pull/340]
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
src/xml_file.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
--- a/src/xml_file.c
|
||||
+++ b/src/xml_file.c
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
+#include <rpm/rpmstring.h>
|
||||
#include <assert.h>
|
||||
#include "xml_file.h"
|
||||
#include <errno.h>
|
||||
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;protocol=https \
|
||||
file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
|
||||
file://0001-include-rpm-rpmstring.h.patch \
|
||||
"
|
||||
|
||||
SRCREV = "af14e164a3e4ab9dfaef1212e852b9ecebc326a2"
|
||||
|
||||
Reference in New Issue
Block a user