From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- ...ted-fs-add-sourcedir-lib-to-include-paths.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 external/poky/meta/recipes-extended/parted/files/0001-libparted-fs-add-sourcedir-lib-to-include-paths.patch (limited to 'external/poky/meta/recipes-extended/parted/files/0001-libparted-fs-add-sourcedir-lib-to-include-paths.patch') diff --git a/external/poky/meta/recipes-extended/parted/files/0001-libparted-fs-add-sourcedir-lib-to-include-paths.patch b/external/poky/meta/recipes-extended/parted/files/0001-libparted-fs-add-sourcedir-lib-to-include-paths.patch new file mode 100644 index 00000000..4dc2ab25 --- /dev/null +++ b/external/poky/meta/recipes-extended/parted/files/0001-libparted-fs-add-sourcedir-lib-to-include-paths.patch @@ -0,0 +1,26 @@ +From d60a8a86f6593738b5324ccd8fe3e6d84a1fe7bc Mon Sep 17 00:00:00 2001 +From: Alexander Kanavin +Date: Wed, 11 Dec 2019 14:18:36 +0100 +Subject: [PATCH] libparted/fs: add $sourcedir/lib to include paths + +Otherwise, getopt-pfx-core.h won't be found. + +Upstream-Status: Pending +Signed-off-by: Alexander Kanavin +--- + libparted/fs/Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/libparted/fs/Makefile.am b/libparted/fs/Makefile.am +index 286bff6..65f45d3 100644 +--- a/libparted/fs/Makefile.am ++++ b/libparted/fs/Makefile.am +@@ -3,7 +3,7 @@ + # + # This file may be modified and/or distributed without restriction. + +-partedincludedir = -I$(top_builddir)/include -I$(top_srcdir)/include ++partedincludedir = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/lib + + AM_CFLAGS = $(WARN_CFLAGS) + -- cgit 1.2.3-korg