All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] nano: upgrade to 2.7.4
@ 2017-01-11 11:36 Oleksandr Kravchuk
  2017-01-11 18:33 ` Khem Raj
  2017-01-25 14:54 ` Martin Jansa
  0 siblings, 2 replies; 5+ messages in thread
From: Oleksandr Kravchuk @ 2017-01-11 11:36 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
---
 .../nano/nano-2.2.5/ncursesw.includedir.patch                | 12 ------------
 meta-oe/recipes-support/nano/nano.inc                        |  6 +++---
 meta-oe/recipes-support/nano/nano_2.2.5.bb                   |  8 --------
 meta-oe/recipes-support/nano/nano_2.7.4.bb                   |  6 ++++++
 4 files changed, 9 insertions(+), 23 deletions(-)
 delete mode 100644 meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
 delete mode 100644 meta-oe/recipes-support/nano/nano_2.2.5.bb
 create mode 100644 meta-oe/recipes-support/nano/nano_2.7.4.bb

diff --git a/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch b/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
deleted file mode 100644
index 0f224be..0000000
--- a/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr nano-2.2.5.orig//configure.ac nano-2.2.5/configure.ac
---- nano-2.2.5.orig//configure.ac	2010-08-06 03:00:51.000000000 +0200
-+++ nano-2.2.5/configure.ac	2010-08-10 14:11:52.000000000 +0200
-@@ -442,7 +442,7 @@
-     AC_CHECK_HEADERS(ncurses.h)
- 
-     if test x$enable_utf8 != xno; then
--	AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw" CPPFLAGS="-I/usr/include/ncursesw $CPPFLAGS" CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes])
-+	AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw" CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes])
-     fi
- 
-     if eval "test x$CURSES_LIB_NAME = x"; then
diff --git a/meta-oe/recipes-support/nano/nano.inc b/meta-oe/recipes-support/nano/nano.inc
index 0f31c6c..8a9f1e8 100644
--- a/meta-oe/recipes-support/nano/nano.inc
+++ b/meta-oe/recipes-support/nano/nano.inc
@@ -12,8 +12,8 @@ INC_PR = "r3"
 
 PV_MAJOR = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
 
-SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz"
+SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
 
-inherit autotools gettext
+inherit autotools gettext pkgconfig
 
-PACKAGECONFIG[tiny] = "--enable-tiny,--enable-all,"
+PACKAGECONFIG[tiny] = "--enable-tiny,"
diff --git a/meta-oe/recipes-support/nano/nano_2.2.5.bb b/meta-oe/recipes-support/nano/nano_2.2.5.bb
deleted file mode 100644
index e656f46..0000000
--- a/meta-oe/recipes-support/nano/nano_2.2.5.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-include nano.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI += "file://ncursesw.includedir.patch"
-
-SRC_URI[md5sum] = "77a10a49589f975ce98350a4527a2ebf"
-SRC_URI[sha256sum] = "9015945d1badabbada203b37c4779d3dd1066234235c714deb439989c5cd7d9e"
diff --git a/meta-oe/recipes-support/nano/nano_2.7.4.bb b/meta-oe/recipes-support/nano/nano_2.7.4.bb
new file mode 100644
index 0000000..5016f2e
--- /dev/null
+++ b/meta-oe/recipes-support/nano/nano_2.7.4.bb
@@ -0,0 +1,6 @@
+include nano.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "c011c7f9e47cb1da27d4e7cc8b56ec6a"
+SRC_URI[sha256sum] = "752170643039e2c95a433de357f0c70a8c4c4c561a90a7e7259a63e225b659b9"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] nano: upgrade to 2.7.4
  2017-01-11 11:36 [meta-oe][PATCH] nano: upgrade to 2.7.4 Oleksandr Kravchuk
@ 2017-01-11 18:33 ` Khem Raj
  2017-01-25 14:54 ` Martin Jansa
  1 sibling, 0 replies; 5+ messages in thread
From: Khem Raj @ 2017-01-11 18:33 UTC (permalink / raw)
  To: openembeded-devel

On Wed, Jan 11, 2017 at 3:36 AM, Oleksandr Kravchuk
<oleksandr.kravchuk@pelagicore.com> wrote:
> Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
> ---
>  .../nano/nano-2.2.5/ncursesw.includedir.patch                | 12 ------------
>  meta-oe/recipes-support/nano/nano.inc                        |  6 +++---
>  meta-oe/recipes-support/nano/nano_2.2.5.bb                   |  8 --------
>  meta-oe/recipes-support/nano/nano_2.7.4.bb                   |  6 ++++++
>  4 files changed, 9 insertions(+), 23 deletions(-)
>  delete mode 100644 meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
>  delete mode 100644 meta-oe/recipes-support/nano/nano_2.2.5.bb
>  create mode 100644 meta-oe/recipes-support/nano/nano_2.7.4.bb
>
> diff --git a/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch b/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
> deleted file mode 100644
> index 0f224be..0000000
> --- a/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
> +++ /dev/null
> @@ -1,12 +0,0 @@
> -diff -uNr nano-2.2.5.orig//configure.ac nano-2.2.5/configure.ac
> ---- nano-2.2.5.orig//configure.ac      2010-08-06 03:00:51.000000000 +0200
> -+++ nano-2.2.5/configure.ac    2010-08-10 14:11:52.000000000 +0200
> -@@ -442,7 +442,7 @@
> -     AC_CHECK_HEADERS(ncurses.h)
> -
> -     if test x$enable_utf8 != xno; then
> --      AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw" CPPFLAGS="-I/usr/include/ncursesw $CPPFLAGS" CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes])
> -+      AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw" CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes])
> -     fi
> -
> -     if eval "test x$CURSES_LIB_NAME = x"; then
> diff --git a/meta-oe/recipes-support/nano/nano.inc b/meta-oe/recipes-support/nano/nano.inc
> index 0f31c6c..8a9f1e8 100644
> --- a/meta-oe/recipes-support/nano/nano.inc
> +++ b/meta-oe/recipes-support/nano/nano.inc
> @@ -12,8 +12,8 @@ INC_PR = "r3"
>
>  PV_MAJOR = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
>
> -SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz"
> +SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
>
> -inherit autotools gettext
> +inherit autotools gettext pkgconfig
>
> -PACKAGECONFIG[tiny] = "--enable-tiny,--enable-all,"
> +PACKAGECONFIG[tiny] = "--enable-tiny,"
> diff --git a/meta-oe/recipes-support/nano/nano_2.2.5.bb b/meta-oe/recipes-support/nano/nano_2.2.5.bb
> deleted file mode 100644
> index e656f46..0000000
> --- a/meta-oe/recipes-support/nano/nano_2.2.5.bb
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -include nano.inc
> -
> -PR = "${INC_PR}.0"
> -
> -SRC_URI += "file://ncursesw.includedir.patch"
> -
> -SRC_URI[md5sum] = "77a10a49589f975ce98350a4527a2ebf"
> -SRC_URI[sha256sum] = "9015945d1badabbada203b37c4779d3dd1066234235c714deb439989c5cd7d9e"
> diff --git a/meta-oe/recipes-support/nano/nano_2.7.4.bb b/meta-oe/recipes-support/nano/nano_2.7.4.bb
> new file mode 100644
> index 0000000..5016f2e
> --- /dev/null
> +++ b/meta-oe/recipes-support/nano/nano_2.7.4.bb
> @@ -0,0 +1,6 @@
> +include nano.inc
> +
> +PR = "${INC_PR}.0"
> +

Get rid of PR and INC_PR setting would be good

> +SRC_URI[md5sum] = "c011c7f9e47cb1da27d4e7cc8b56ec6a"
> +SRC_URI[sha256sum] = "752170643039e2c95a433de357f0c70a8c4c4c561a90a7e7259a63e225b659b9"
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] nano: upgrade to 2.7.4
  2017-01-11 11:36 [meta-oe][PATCH] nano: upgrade to 2.7.4 Oleksandr Kravchuk
  2017-01-11 18:33 ` Khem Raj
@ 2017-01-25 14:54 ` Martin Jansa
  2017-01-26 18:24   ` Oleksandr Kravchuk
  1 sibling, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2017-01-25 14:54 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3768 bytes --]

On Wed, Jan 11, 2017 at 12:36:28PM +0100, Oleksandr Kravchuk wrote:
> Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>

nano-2.7.4: nano rdepends on file, but it isn't a build dependency,
missing file in DEPENDS or PACKAGECONFIG? [build-deps]

> ---
>  .../nano/nano-2.2.5/ncursesw.includedir.patch                | 12 ------------
>  meta-oe/recipes-support/nano/nano.inc                        |  6 +++---
>  meta-oe/recipes-support/nano/nano_2.2.5.bb                   |  8 --------
>  meta-oe/recipes-support/nano/nano_2.7.4.bb                   |  6 ++++++
>  4 files changed, 9 insertions(+), 23 deletions(-)
>  delete mode 100644 meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
>  delete mode 100644 meta-oe/recipes-support/nano/nano_2.2.5.bb
>  create mode 100644 meta-oe/recipes-support/nano/nano_2.7.4.bb
> 
> diff --git a/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch b/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
> deleted file mode 100644
> index 0f224be..0000000
> --- a/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
> +++ /dev/null
> @@ -1,12 +0,0 @@
> -diff -uNr nano-2.2.5.orig//configure.ac nano-2.2.5/configure.ac
> ---- nano-2.2.5.orig//configure.ac	2010-08-06 03:00:51.000000000 +0200
> -+++ nano-2.2.5/configure.ac	2010-08-10 14:11:52.000000000 +0200
> -@@ -442,7 +442,7 @@
> -     AC_CHECK_HEADERS(ncurses.h)
> - 
> -     if test x$enable_utf8 != xno; then
> --	AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw" CPPFLAGS="-I/usr/include/ncursesw $CPPFLAGS" CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes])
> -+	AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw" CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes])
> -     fi
> - 
> -     if eval "test x$CURSES_LIB_NAME = x"; then
> diff --git a/meta-oe/recipes-support/nano/nano.inc b/meta-oe/recipes-support/nano/nano.inc
> index 0f31c6c..8a9f1e8 100644
> --- a/meta-oe/recipes-support/nano/nano.inc
> +++ b/meta-oe/recipes-support/nano/nano.inc
> @@ -12,8 +12,8 @@ INC_PR = "r3"
>  
>  PV_MAJOR = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
>  
> -SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz"
> +SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
>  
> -inherit autotools gettext
> +inherit autotools gettext pkgconfig
>  
> -PACKAGECONFIG[tiny] = "--enable-tiny,--enable-all,"
> +PACKAGECONFIG[tiny] = "--enable-tiny,"
> diff --git a/meta-oe/recipes-support/nano/nano_2.2.5.bb b/meta-oe/recipes-support/nano/nano_2.2.5.bb
> deleted file mode 100644
> index e656f46..0000000
> --- a/meta-oe/recipes-support/nano/nano_2.2.5.bb
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -include nano.inc
> -
> -PR = "${INC_PR}.0"
> -
> -SRC_URI += "file://ncursesw.includedir.patch"
> -
> -SRC_URI[md5sum] = "77a10a49589f975ce98350a4527a2ebf"
> -SRC_URI[sha256sum] = "9015945d1badabbada203b37c4779d3dd1066234235c714deb439989c5cd7d9e"
> diff --git a/meta-oe/recipes-support/nano/nano_2.7.4.bb b/meta-oe/recipes-support/nano/nano_2.7.4.bb
> new file mode 100644
> index 0000000..5016f2e
> --- /dev/null
> +++ b/meta-oe/recipes-support/nano/nano_2.7.4.bb
> @@ -0,0 +1,6 @@
> +include nano.inc
> +
> +PR = "${INC_PR}.0"
> +
> +SRC_URI[md5sum] = "c011c7f9e47cb1da27d4e7cc8b56ec6a"
> +SRC_URI[sha256sum] = "752170643039e2c95a433de357f0c70a8c4c4c561a90a7e7259a63e225b659b9"
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] nano: upgrade to 2.7.4
  2017-01-25 14:54 ` Martin Jansa
@ 2017-01-26 18:24   ` Oleksandr Kravchuk
  2017-01-26 18:54     ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Oleksandr Kravchuk @ 2017-01-26 18:24 UTC (permalink / raw)
  To: openembedded-devel

Martin -

May I ask you how it was built? I cannot reproduce this with poky 2.2 and
oe's 'master' and 'master-next' branches. The package builds perfectly
fine, without any errors or warnings.

Thanks.

On 25 January 2017 at 15:54, Martin Jansa <martin.jansa@gmail.com> wrote:

> On Wed, Jan 11, 2017 at 12:36:28PM +0100, Oleksandr Kravchuk wrote:
> > Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
>
> nano-2.7.4: nano rdepends on file, but it isn't a build dependency,
> missing file in DEPENDS or PACKAGECONFIG? [build-deps]
>
> > ---
> >  .../nano/nano-2.2.5/ncursesw.includedir.patch                | 12
> ------------
> >  meta-oe/recipes-support/nano/nano.inc                        |  6
> +++---
> >  meta-oe/recipes-support/nano/nano_2.2.5.bb                   |  8
> --------
> >  meta-oe/recipes-support/nano/nano_2.7.4.bb                   |  6
> ++++++
> >  4 files changed, 9 insertions(+), 23 deletions(-)
> >  delete mode 100644 meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.
> includedir.patch
> >  delete mode 100644 meta-oe/recipes-support/nano/nano_2.2.5.bb
> >  create mode 100644 meta-oe/recipes-support/nano/nano_2.7.4.bb
> >
> > diff --git a/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
> b/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
> > deleted file mode 100644
> > index 0f224be..0000000
> > --- a/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
> > +++ /dev/null
> > @@ -1,12 +0,0 @@
> > -diff -uNr nano-2.2.5.orig//configure.ac nano-2.2.5/configure.ac
> > ---- nano-2.2.5.orig//configure.ac    2010-08-06 03:00:51.000000000
> +0200
> > -+++ nano-2.2.5/configure.ac  2010-08-10 14:11:52.000000000 +0200
> > -@@ -442,7 +442,7 @@
> > -     AC_CHECK_HEADERS(ncurses.h)
> > -
> > -     if test x$enable_utf8 != xno; then
> > --    AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw"
> CPPFLAGS="-I/usr/include/ncursesw $CPPFLAGS" CURSES_LIB_NAME=ncursesw
> CURSES_LIB_WIDE=yes])
> > -+    AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw"
> CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes])
> > -     fi
> > -
> > -     if eval "test x$CURSES_LIB_NAME = x"; then
> > diff --git a/meta-oe/recipes-support/nano/nano.inc
> b/meta-oe/recipes-support/nano/nano.inc
> > index 0f31c6c..8a9f1e8 100644
> > --- a/meta-oe/recipes-support/nano/nano.inc
> > +++ b/meta-oe/recipes-support/nano/nano.inc
> > @@ -12,8 +12,8 @@ INC_PR = "r3"
> >
> >  PV_MAJOR = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).
> split('.')[1]}"
> >
> > -SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz"
> > +SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
> >
> > -inherit autotools gettext
> > +inherit autotools gettext pkgconfig
> >
> > -PACKAGECONFIG[tiny] = "--enable-tiny,--enable-all,"
> > +PACKAGECONFIG[tiny] = "--enable-tiny,"
> > diff --git a/meta-oe/recipes-support/nano/nano_2.2.5.bb
> b/meta-oe/recipes-support/nano/nano_2.2.5.bb
> > deleted file mode 100644
> > index e656f46..0000000
> > --- a/meta-oe/recipes-support/nano/nano_2.2.5.bb
> > +++ /dev/null
> > @@ -1,8 +0,0 @@
> > -include nano.inc
> > -
> > -PR = "${INC_PR}.0"
> > -
> > -SRC_URI += "file://ncursesw.includedir.patch"
> > -
> > -SRC_URI[md5sum] = "77a10a49589f975ce98350a4527a2ebf"
> > -SRC_URI[sha256sum] = "9015945d1badabbada203b37c4779d
> 3dd1066234235c714deb439989c5cd7d9e"
> > diff --git a/meta-oe/recipes-support/nano/nano_2.7.4.bb
> b/meta-oe/recipes-support/nano/nano_2.7.4.bb
> > new file mode 100644
> > index 0000000..5016f2e
> > --- /dev/null
> > +++ b/meta-oe/recipes-support/nano/nano_2.7.4.bb
> > @@ -0,0 +1,6 @@
> > +include nano.inc
> > +
> > +PR = "${INC_PR}.0"
> > +
> > +SRC_URI[md5sum] = "c011c7f9e47cb1da27d4e7cc8b56ec6a"
> > +SRC_URI[sha256sum] = "752170643039e2c95a433de357f0c7
> 0a8c4c4c561a90a7e7259a63e225b659b9"
> > --
> > 2.7.4
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>


-- 
Yes, this is my signature


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] nano: upgrade to 2.7.4
  2017-01-26 18:24   ` Oleksandr Kravchuk
@ 2017-01-26 18:54     ` Martin Jansa
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2017-01-26 18:54 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 5444 bytes --]

On Thu, Jan 26, 2017 at 07:24:31PM +0100, Oleksandr Kravchuk wrote:
> Martin -
> 
> May I ask you how it was built? I cannot reproduce this with poky 2.2 and
> oe's 'master' and 'master-next' branches. The package builds perfectly
> fine, without any errors or warnings.

The build setup is described here:
http://www.openembedded.org/wiki/Bitbake_World_Status

but what the message means is that nano now autodetects file as
dependency, so you should be able to reproduce that warning in almost
any build environment if you do:

bitbake file

bitbake -c cleansstate nano

bitbake nano

> 
> Thanks.
> 
> On 25 January 2017 at 15:54, Martin Jansa <martin.jansa@gmail.com> wrote:
> 
> > On Wed, Jan 11, 2017 at 12:36:28PM +0100, Oleksandr Kravchuk wrote:
> > > Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
> >
> > nano-2.7.4: nano rdepends on file, but it isn't a build dependency,
> > missing file in DEPENDS or PACKAGECONFIG? [build-deps]
> >
> > > ---
> > >  .../nano/nano-2.2.5/ncursesw.includedir.patch                | 12
> > ------------
> > >  meta-oe/recipes-support/nano/nano.inc                        |  6
> > +++---
> > >  meta-oe/recipes-support/nano/nano_2.2.5.bb                   |  8
> > --------
> > >  meta-oe/recipes-support/nano/nano_2.7.4.bb                   |  6
> > ++++++
> > >  4 files changed, 9 insertions(+), 23 deletions(-)
> > >  delete mode 100644 meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.
> > includedir.patch
> > >  delete mode 100644 meta-oe/recipes-support/nano/nano_2.2.5.bb
> > >  create mode 100644 meta-oe/recipes-support/nano/nano_2.7.4.bb
> > >
> > > diff --git a/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
> > b/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
> > > deleted file mode 100644
> > > index 0f224be..0000000
> > > --- a/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
> > > +++ /dev/null
> > > @@ -1,12 +0,0 @@
> > > -diff -uNr nano-2.2.5.orig//configure.ac nano-2.2.5/configure.ac
> > > ---- nano-2.2.5.orig//configure.ac    2010-08-06 03:00:51.000000000
> > +0200
> > > -+++ nano-2.2.5/configure.ac  2010-08-10 14:11:52.000000000 +0200
> > > -@@ -442,7 +442,7 @@
> > > -     AC_CHECK_HEADERS(ncurses.h)
> > > -
> > > -     if test x$enable_utf8 != xno; then
> > > --    AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw"
> > CPPFLAGS="-I/usr/include/ncursesw $CPPFLAGS" CURSES_LIB_NAME=ncursesw
> > CURSES_LIB_WIDE=yes])
> > > -+    AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw"
> > CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes])
> > > -     fi
> > > -
> > > -     if eval "test x$CURSES_LIB_NAME = x"; then
> > > diff --git a/meta-oe/recipes-support/nano/nano.inc
> > b/meta-oe/recipes-support/nano/nano.inc
> > > index 0f31c6c..8a9f1e8 100644
> > > --- a/meta-oe/recipes-support/nano/nano.inc
> > > +++ b/meta-oe/recipes-support/nano/nano.inc
> > > @@ -12,8 +12,8 @@ INC_PR = "r3"
> > >
> > >  PV_MAJOR = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).
> > split('.')[1]}"
> > >
> > > -SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz"
> > > +SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
> > >
> > > -inherit autotools gettext
> > > +inherit autotools gettext pkgconfig
> > >
> > > -PACKAGECONFIG[tiny] = "--enable-tiny,--enable-all,"
> > > +PACKAGECONFIG[tiny] = "--enable-tiny,"
> > > diff --git a/meta-oe/recipes-support/nano/nano_2.2.5.bb
> > b/meta-oe/recipes-support/nano/nano_2.2.5.bb
> > > deleted file mode 100644
> > > index e656f46..0000000
> > > --- a/meta-oe/recipes-support/nano/nano_2.2.5.bb
> > > +++ /dev/null
> > > @@ -1,8 +0,0 @@
> > > -include nano.inc
> > > -
> > > -PR = "${INC_PR}.0"
> > > -
> > > -SRC_URI += "file://ncursesw.includedir.patch"
> > > -
> > > -SRC_URI[md5sum] = "77a10a49589f975ce98350a4527a2ebf"
> > > -SRC_URI[sha256sum] = "9015945d1badabbada203b37c4779d
> > 3dd1066234235c714deb439989c5cd7d9e"
> > > diff --git a/meta-oe/recipes-support/nano/nano_2.7.4.bb
> > b/meta-oe/recipes-support/nano/nano_2.7.4.bb
> > > new file mode 100644
> > > index 0000000..5016f2e
> > > --- /dev/null
> > > +++ b/meta-oe/recipes-support/nano/nano_2.7.4.bb
> > > @@ -0,0 +1,6 @@
> > > +include nano.inc
> > > +
> > > +PR = "${INC_PR}.0"
> > > +
> > > +SRC_URI[md5sum] = "c011c7f9e47cb1da27d4e7cc8b56ec6a"
> > > +SRC_URI[sha256sum] = "752170643039e2c95a433de357f0c7
> > 0a8c4c4c561a90a7e7259a63e225b659b9"
> > > --
> > > 2.7.4
> > >
> > > --
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> > --
> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> >
> 
> 
> -- 
> Yes, this is my signature
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-26 18:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-11 11:36 [meta-oe][PATCH] nano: upgrade to 2.7.4 Oleksandr Kravchuk
2017-01-11 18:33 ` Khem Raj
2017-01-25 14:54 ` Martin Jansa
2017-01-26 18:24   ` Oleksandr Kravchuk
2017-01-26 18:54     ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.