summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/inotify-tools/inotify-tools/0001-Makefile.am-add-build-rule-for-README.patch46
-rw-r--r--meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb8
2 files changed, 3 insertions, 51 deletions
diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools/0001-Makefile.am-add-build-rule-for-README.patch b/meta-oe/recipes-support/inotify-tools/inotify-tools/0001-Makefile.am-add-build-rule-for-README.patch
deleted file mode 100644
index 2c7cd99701..0000000000
--- a/meta-oe/recipes-support/inotify-tools/inotify-tools/0001-Makefile.am-add-build-rule-for-README.patch
+++ /dev/null
@@ -1,46 +0,0 @@
1From 22bff509e2a0e5640994bc92ded62c383d99bc37 Mon Sep 17 00:00:00 2001
2From: Pierre-Jean Texier <pjtexier@koncepto.io>
3Date: Mon, 24 Feb 2020 21:44:45 +0100
4Subject: [PATCH] Makefile.am: add build rule for README
5
6Fixes:
7
8| configure.ac:17: installing 'config/config.sub'
9| configure.ac:16: installing 'config/install-sh'
10| configure.ac:16: installing 'config/missing'
11| Makefile.am: error: required file './README' not found
12| libinotifytools/src/Makefile.am: installing 'config/depcomp'
13
14Upstream-Status: Submitted [https://github.com/inotify-tools/inotify-tools/pull/111]
15
16Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
17---
18 Makefile.am | 2 ++
19 autogen.sh | 1 -
20 2 files changed, 2 insertions(+), 1 deletion(-)
21
22diff --git a/Makefile.am b/Makefile.am
23index 56e4531..d08c8fe 100644
24--- a/Makefile.am
25+++ b/Makefile.am
26@@ -2,6 +2,8 @@ ACLOCAL_AMFLAGS = -I m4
27
28 SUBDIRS = libinotifytools src man
29
30+README: README.md
31+
32 dist-hook:
33 # Automake official documentation states that dist-hook should assume files
34 # are not writable.
35diff --git a/autogen.sh b/autogen.sh
36index 48eb21d..31572c2 100755
37--- a/autogen.sh
38+++ b/autogen.sh
39@@ -1,4 +1,3 @@
40 #!/bin/sh
41
42-cp README.md README
43 autoreconf --install "$@" || exit 1
44--
452.7.4
46
diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb
index f42abeb2ba..8206590a86 100644
--- a/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb
+++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb
@@ -5,12 +5,10 @@ SECTION = "console/devel"
5LICENSE = "GPL-2.0" 5LICENSE = "GPL-2.0"
6LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6" 6LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
7 7
8SRCREV = "cfa93aa19f81d85b63cd64da30c7499890d4c07d" 8SRCREV = "98e8dfa47eb6a6ba52e35de55d2de21b274a4af8"
9PV = "3.20.2.2" 9PV = "3.20.11.0"
10 10
11SRC_URI = "git://github.com/rvoicilas/${BPN} \ 11SRC_URI = "git://github.com/rvoicilas/${BPN}"
12 file://0001-Makefile.am-add-build-rule-for-README.patch \
13 "
14 12
15S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
16 14