diff options
| -rw-r--r-- | meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch | 22 | ||||
| -rw-r--r-- | meta-oe/recipes-support/ccid/ccid_1.4.31.bb (renamed from meta-oe/recipes-support/ccid/ccid_1.4.30.bb) | 5 |
2 files changed, 25 insertions, 2 deletions
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 0000000000..586ff18c32 --- /dev/null +++ b/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | Subject: [PATCH] Add build rule for README. | ||
| 2 | |||
| 3 | fix do_configure error: | ||
| 4 | Makefile.am: required file `./README' not found | ||
| 5 | |||
| 6 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | ||
| 7 | --- | ||
| 8 | Makefile.am | 1 + | ||
| 9 | 1 file changed, 1 insertion(+) | ||
| 10 | |||
| 11 | diff --git a/Makefile.am b/Makefile.am | ||
| 12 | index 49574a3..a5a7c2a 100644 | ||
| 13 | --- a/Makefile.am | ||
| 14 | +++ b/Makefile.am | ||
| 15 | @@ -26,3 +26,4 @@ libtool: $(LIBTOOL_DEPS) | ||
| 16 | ChangeLog: | ||
| 17 | git log --stat --decorate=short > $@ | ||
| 18 | |||
| 19 | +README: README.md | ||
| 20 | -- | ||
| 21 | 2.7.4 | ||
| 22 | |||
diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.30.bb b/meta-oe/recipes-support/ccid/ccid_1.4.31.bb index 95a41d2f7e..de07bfd23c 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" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \ | 9 | SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \ |
| 10 | file://no-dep-on-libfl.patch \ | 10 | file://no-dep-on-libfl.patch \ |
| 11 | file://0001-Add-build-rule-for-README.patch \ | ||
| 11 | " | 12 | " |
| 12 | 13 | ||
| 13 | SRC_URI[md5sum] = "817abceef715e02cb47617621fe192e0" | 14 | SRC_URI[md5sum] = "e4690f3362f95adb2332fd47a2b08212" |
| 14 | SRC_URI[sha256sum] = "ac17087be08880a0cdf99a8a2799a4ef004dc6ffa08b4d9b0ad995f39a53ff7c" | 15 | SRC_URI[sha256sum] = "6b48d7b6e4390e038d25630f8664fe81618ab00f232d6efbe0e3cc6df28ce8f7" |
| 15 | 16 | ||
| 16 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
| 17 | 18 | ||
