All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] ccid: upgrade 1.4.30 -> 1.4.31
@ 2019-11-06 12:10 Zheng Ruoqin
  2019-11-06 17:42 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Ruoqin @ 2019-11-06 12:10 UTC (permalink / raw)
  To: openembedded-devel

1) Add 0001-Add-build-rule-for-README.patch to fix do_configure error:
   Makefile.am: required file `./README' not found

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../ccid/ccid/0001-Add-build-rule-for-README.patch | 22 ++++++++++++++++++++++
 .../ccid/{ccid_1.4.30.bb => ccid_1.4.31.bb}        |  5 +++--
 2 files changed, 25 insertions(+), 2 deletions(-)
 create mode 100644 meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
 rename meta-oe/recipes-support/ccid/{ccid_1.4.30.bb => ccid_1.4.31.bb} (71%)

diff --git a/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch b/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
new file mode 100644
index 0000000..586ff18
--- /dev/null
+++ b/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
@@ -0,0 +1,22 @@
+Subject: [PATCH] Add build rule for README.
+
+fix do_configure error:
+Makefile.am: required file `./README' not found
+
+Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
+---
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.am b/Makefile.am
+index 49574a3..a5a7c2a 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -26,3 +26,4 @@ libtool: $(LIBTOOL_DEPS)
+ ChangeLog:
+ 	git log --stat --decorate=short > $@
+ 
++README: README.md
+-- 
+2.7.4
+
diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.30.bb b/meta-oe/recipes-support/ccid/ccid_1.4.31.bb
similarity index 71%
rename from meta-oe/recipes-support/ccid/ccid_1.4.30.bb
rename to meta-oe/recipes-support/ccid/ccid_1.4.31.bb
index 95a41d2..de07bfd 100644
--- a/meta-oe/recipes-support/ccid/ccid_1.4.30.bb
+++ b/meta-oe/recipes-support/ccid/ccid_1.4.31.bb
@@ -8,10 +8,11 @@ RDEPENDS_${PN} = "pcsc-lite"
 
 SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \
     file://no-dep-on-libfl.patch \
+    file://0001-Add-build-rule-for-README.patch \
 "
 
-SRC_URI[md5sum] = "817abceef715e02cb47617621fe192e0"
-SRC_URI[sha256sum] = "ac17087be08880a0cdf99a8a2799a4ef004dc6ffa08b4d9b0ad995f39a53ff7c"
+SRC_URI[md5sum] = "e4690f3362f95adb2332fd47a2b08212"
+SRC_URI[sha256sum] = "6b48d7b6e4390e038d25630f8664fe81618ab00f232d6efbe0e3cc6df28ce8f7"
 
 inherit autotools pkgconfig
 
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe][PATCH] ccid: upgrade 1.4.30 -> 1.4.31
  2019-11-06 12:10 [meta-oe][PATCH] ccid: upgrade 1.4.30 -> 1.4.31 Zheng Ruoqin
@ 2019-11-06 17:42 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2019-11-06 17:42 UTC (permalink / raw)
  To: Zheng Ruoqin; +Cc: openembedded-devel

Please submit this patch upstream too

On Wed, Nov 6, 2019 at 12:33 AM Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
wrote:

> 1) Add 0001-Add-build-rule-for-README.patch to fix do_configure error:
>    Makefile.am: required file `./README' not found
>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  .../ccid/ccid/0001-Add-build-rule-for-README.patch | 22
> ++++++++++++++++++++++
>  .../ccid/{ccid_1.4.30.bb => ccid_1.4.31.bb}        |  5 +++--
>  2 files changed, 25 insertions(+), 2 deletions(-)
>  create mode 100644
> meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
>  rename meta-oe/recipes-support/ccid/{ccid_1.4.30.bb => ccid_1.4.31.bb}
> (71%)
>
> diff --git
> a/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
> b/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
> new file mode 100644
> index 0000000..586ff18
> --- /dev/null
> +++
> b/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
> @@ -0,0 +1,22 @@
> +Subject: [PATCH] Add build rule for README.
> +
> +fix do_configure error:
> +Makefile.am: required file `./README' not found
> +
> +Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> +---
> + Makefile.am | 1 +
> + 1 file changed, 1 insertion(+)
> +
> +diff --git a/Makefile.am b/Makefile.am
> +index 49574a3..a5a7c2a 100644
> +--- a/Makefile.am
> ++++ b/Makefile.am
> +@@ -26,3 +26,4 @@ libtool: $(LIBTOOL_DEPS)
> + ChangeLog:
> +       git log --stat --decorate=short > $@
> +
> ++README: README.md
> +--
> +2.7.4
> +
> diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.30.bb
> b/meta-oe/recipes-support/ccid/ccid_1.4.31.bb
> similarity index 71%
> rename from meta-oe/recipes-support/ccid/ccid_1.4.30.bb
> rename to meta-oe/recipes-support/ccid/ccid_1.4.31.bb
> index 95a41d2..de07bfd 100644
> --- a/meta-oe/recipes-support/ccid/ccid_1.4.30.bb
> +++ b/meta-oe/recipes-support/ccid/ccid_1.4.31.bb
> @@ -8,10 +8,11 @@ RDEPENDS_${PN} = "pcsc-lite"
>
>  SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \
>      file://no-dep-on-libfl.patch \
> +    file://0001-Add-build-rule-for-README.patch \
>  "
>
> -SRC_URI[md5sum] = "817abceef715e02cb47617621fe192e0"
> -SRC_URI[sha256sum] =
> "ac17087be08880a0cdf99a8a2799a4ef004dc6ffa08b4d9b0ad995f39a53ff7c"
> +SRC_URI[md5sum] = "e4690f3362f95adb2332fd47a2b08212"
> +SRC_URI[sha256sum] =
> "6b48d7b6e4390e038d25630f8664fe81618ab00f232d6efbe0e3cc6df28ce8f7"
>
>  inherit autotools pkgconfig
>
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-06 17:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-06 12:10 [meta-oe][PATCH] ccid: upgrade 1.4.30 -> 1.4.31 Zheng Ruoqin
2019-11-06 17:42 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.