aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
blob: e39e7ddd3d54592267f940f0de780fcef70ac454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From c82680a21c7411ba63e5815786eeb471720faa29 Mon Sep 17 00:00:00 2001
From: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Date: Wed, 6 Nov 2019 20:10:09 +0800
Subject: [PATCH] Add build rule for README.

fix do_configure error:
Makefile.am: required file `./README' not found

Upstream-Status: Pending
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 e77c4c4..fd77ecd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,3 +27,4 @@ libtool: $(LIBTOOL_DEPS)
 ChangeLog:
 	git log --stat --decorate=short > $@
 
+README: README.md