LIBOPENCSD: fix do_configure issue with wrong file name

Rename 'libopenCDS.pc.in' to 'libopencsd.pc.in' to fix configure issue.
This commit is contained in:
Christophe Priouzeau 2019-10-09 11:29:06 +02:00
parent 3329ceb81e
commit 614d4570f6
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
From 2a0f75aab78dd018f505f90dd9dc325421fdf048 Mon Sep 17 00:00:00 2001 From 4be1bc310f4992365f23628a4d96bb7d56c8483c Mon Sep 17 00:00:00 2001
From: Benjamin Gaignard <benjamin.gaignard@linaro.org> From: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Date: Mon, 29 Oct 2018 12:19:57 +0100 Date: Mon, 29 Oct 2018 12:19:57 +0100
Subject: [PATCH] add autotools support Subject: [PATCH] add autotools support
@ -7,12 +7,12 @@ Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
--- ---
Makefile.am | 92 +++++ Makefile.am | 92 +++++
configure.ac | 25 ++ configure.ac | 25 ++
libopenCSD.pc.in | 10 + libopencsd.pc.in | 10 +
m4/ax_cxx_compile_stdcxx.m4 | 948 ++++++++++++++++++++++++++++++++++++++++++++ m4/ax_cxx_compile_stdcxx.m4 | 948 ++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 1075 insertions(+) 4 files changed, 1075 insertions(+)
create mode 100644 Makefile.am create mode 100644 Makefile.am
create mode 100644 configure.ac create mode 100644 configure.ac
create mode 100644 libopenCSD.pc.in create mode 100644 libopencsd.pc.in
create mode 100644 m4/ax_cxx_compile_stdcxx.m4 create mode 100644 m4/ax_cxx_compile_stdcxx.m4
diff --git a/Makefile.am b/Makefile.am diff --git a/Makefile.am b/Makefile.am
@ -144,11 +144,11 @@ index 0000000..f2fb12c
+AC_SUBST([pkgconfigdir], [$libdir/pkgconfig]) +AC_SUBST([pkgconfigdir], [$libdir/pkgconfig])
+ +
+AC_OUTPUT +AC_OUTPUT
diff --git a/libopenCSD.pc.in b/libopenCSD.pc.in diff --git a/libopencsd.pc.in b/libopencsd.pc.in
new file mode 100644 new file mode 100644
index 0000000..09fe644 index 0000000..09fe644
--- /dev/null --- /dev/null
+++ b/libopenCSD.pc.in +++ b/libopencsd.pc.in
@@ -0,0 +1,10 @@ @@ -0,0 +1,10 @@
+prefix=@prefix@ +prefix=@prefix@
+exec_prefix=@exec_prefix@ +exec_prefix=@exec_prefix@
@ -1115,5 +1115,5 @@ index 0000000..9e9eaed
+ +
+]]) +]])
-- --
2.15.0 2.7.4

View File

@ -1,5 +1,5 @@
SUMMARY="CoreSight Trace Decode library" SUMMARY = "CoreSight Trace Decode library"
DESCRIPTION="An open source CoreSight Trace Decode library" DESCRIPTION = "An open source CoreSight Trace Decode library"
LICENSE = "BSD-3-Clause" LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ad8cb685eb324d2fa2530b985a43f3e5" LIC_FILES_CHKSUM = "file://LICENSE;md5=ad8cb685eb324d2fa2530b985a43f3e5"