Please submit this patch upstream too On Wed, Nov 6, 2019 at 12:33 AM Zheng Ruoqin <[email protected]> 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 <[email protected]> > --- > .../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 <[email protected]> > +--- > + 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 > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
