[oe] [meta-oe][v2] inotify-tools: remove recipe (migrate to oe-core)

Khem Raj raj.khem at gmail.com
Tue Oct 29 21:07:27 UTC 2019


This does not hit the patchwork. Can you resend it where subject is
not prefixed with [oe][meta-oe] but just [meta-oe]


On Tue, Oct 29, 2019 at 9:58 PM Trevor Gamblin
<trevor.gamblin at windriver.com> wrote:
>
> Remove inotify-tools recipe. Remove reference to recipe in
> packagegroup-meta-oe.bb.
> Signed-off-by: Trevor Gamblin <trevor.gamblin at windriver.com>
> ---
>  .../packagegroups/packagegroup-meta-oe.bb     |  2 +-
>  ...inotify-nosys-fix-system-call-number.patch | 31 -------------------
>  .../inotify-tools/inotify-tools_git.bb        | 23 --------------
>  3 files changed, 1 insertion(+), 55 deletions(-)
>  delete mode 100644 meta-oe/recipes-support/inotify-tools/inotify-tools/inotify-nosys-fix-system-call-number.patch
>  delete mode 100644 meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb
>
> diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
> index 1f0a7b947..047a3276b 100644
> --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
> +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
> @@ -230,7 +230,7 @@ RDEPENDS_packagegroup-meta-oe-support ="\
>      dstat eject enca epeg espeak fbset fbset-modes \
>      fftw fltk-native gd gflags glog gnulib gperftools \
>      gpm gradm gsl gsoap hddtemp hidapi htop hunspell hwdata iksemel \
> -    libinih inotify-tools joe lcms lcov libatasmart libbytesize \
> +    libinih joe lcms lcov libatasmart libbytesize \
>      libcereal libcyusbserial libee libeigen libestr libftdi libgit2 \
>      libgpiod libiio libjs-jquery libjs-sizzle liblinebreak libmicrohttpd \
>      libmxml libnih liboauth libol liboop libp11 libraw1394 libsmi libsoc libssh2 \
> diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools/inotify-nosys-fix-system-call-number.patch b/meta-oe/recipes-support/inotify-tools/inotify-tools/inotify-nosys-fix-system-call-number.patch
> deleted file mode 100644
> index 89b890dda..000000000
> --- a/meta-oe/recipes-support/inotify-tools/inotify-tools/inotify-nosys-fix-system-call-number.patch
> +++ /dev/null
> @@ -1,31 +0,0 @@
> -inotify-tools: fix __NR_inotify_add_watch system call number on _MIPS_SIM_ABI64
> -
> -The correct value should be the same as defined in
> -linux/arch/mips/include/uapi/asm/unistd.h
> -
> -Upstream-Status: Summitted [https://github.com/rvoicilas/inotify-tools/pull/71]
> -
> -Signed-off-by: Roy Li <rongqing.li at windriver.com>
> -Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
> ----
> - libinotifytools/src/inotifytools/inotify-nosys.h |    4 ++--
> - 1 file changed, 2 insertions(+), 2 deletions(-)
> -
> -diff --git a/libinotifytools/src/inotifytools/inotify-nosys.h b/libinotifytools/src/inotifytools/inotify-nosys.h
> -index db76b2c..5f7b11b 100644
> ---- a/libinotifytools/src/inotifytools/inotify-nosys.h
> -+++ b/libinotifytools/src/inotifytools/inotify-nosys.h
> -@@ -100,8 +100,8 @@ struct inotify_event {
> - # endif
> - # if _MIPS_SIM == _MIPS_SIM_ABI64
> - #  define __NR_inotify_init (__NR_Linux + 243)
> --#  define __NR_inotify_add_watch (__NR_Linux + 243)
> --#  define __NR_inotify_rm_watch (__NR_Linux + 243)
> -+#  define __NR_inotify_add_watch (__NR_Linux + 244)
> -+#  define __NR_inotify_rm_watch (__NR_Linux + 245)
> - # endif
> - # if _MIPS_SIM == _MIPS_SIM_NABI32
> - #  define __NR_inotify_init (__NR_Linux + 247)
> ---
> -1.7.10.4
> -
> diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb
> deleted file mode 100644
> index 05ca4b4ad..000000000
> --- a/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb
> +++ /dev/null
> @@ -1,23 +0,0 @@
> -SUMMARY = "Command line tools and C library providing a simple interface to inotify"
> -AUTHOR = "Rohan McGovern <rohan at mcgovern.id.au>"
> -HOMEPAGE = "http://wiki.github.com/rvoicilas/inotify-tools"
> -SECTION = "console/devel"
> -LICENSE = "GPL-2.0"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
> -
> -SRCREV = "e203934e46784bb34c213078423ba1678e0c4936"
> -PV = "3.20.1"
> -
> -SRC_URI = "git://github.com/rvoicilas/${BPN} \
> -           file://inotify-nosys-fix-system-call-number.patch \
> -          "
> -
> -S = "${WORKDIR}/git"
> -
> -inherit autotools
> -
> -EXTRA_OECONF = "--disable-doxygen"
> -
> -PACKAGES =+ "libinotifytools"
> -
> -FILES_libinotifytools = "${libdir}/lib*.so.*"
> --
> 2.23.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list