* [meta-oe][PATCH] cgdb: Upgrade 0.6.8 -> 0.7.1
@ 2019-10-29 18:31 Adrian Bunk
2019-10-30 6:56 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2019-10-29 18:31 UTC (permalink / raw)
To: openembedded-devel
Obsolete patch removed.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
.../cgdb/cgdb/remove-help2man.patch | 47 -------------------
.../cgdb/{cgdb_0.6.8.bb => cgdb_0.7.1.bb} | 8 ++--
2 files changed, 4 insertions(+), 51 deletions(-)
delete mode 100644 meta-oe/recipes-devtools/cgdb/cgdb/remove-help2man.patch
rename meta-oe/recipes-devtools/cgdb/{cgdb_0.6.8.bb => cgdb_0.7.1.bb} (75%)
diff --git a/meta-oe/recipes-devtools/cgdb/cgdb/remove-help2man.patch b/meta-oe/recipes-devtools/cgdb/cgdb/remove-help2man.patch
deleted file mode 100644
index 4358629b7..000000000
--- a/meta-oe/recipes-devtools/cgdb/cgdb/remove-help2man.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-Disable building manpages so that make install doesn't fail due to lack of help2man
-
-Upstream-Status: Inappropriate [config]
-
-Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
----
- configure.ac | 3 ---
- doc/Makefile.am | 5 -----
- 2 files changed, 8 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index ee7eca0..1f0d924 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -134,9 +134,6 @@ dnl check that the required tools are available to generate documentation
- if test "$HAS_MAKEINFO" != "yes" ; then
- AC_MSG_ERROR([Please install makeinfo before installing])
- fi
--if test "$HAS_HELP2MAN" != "yes" ; then
-- AC_MSG_ERROR([Please install help2man])
--fi
-
- dnl Checking for log10 function in math - I would like to remove this
- AC_CHECK_LIB(m, log10)
-diff --git a/doc/Makefile.am b/doc/Makefile.am
-index 60662f6..0ae0013 100644
---- a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -1,15 +1,10 @@
- info_TEXINFOS = cgdb.texi
- cgdb_TEXINFOS = gpl.texi
-
--dist_man_MANS = cgdb.1
- EXTRA_DIST = cgdb.txt
-
- dist_pkgdata_DATA = cgdb.txt
-
--# generate the man page using help2man.
--cgdb.1:
-- help2man --output=$(top_srcdir)/doc/cgdb.1 $(top_builddir)/cgdb/cgdb$(EXEEXT)
--
- cgdb.txt: cgdb.texi $(srcdir)/version.texi $(cgdb_TEXINFOS)
- TEXTS = cgdb.txt
- text-am: $(TEXTS)
---
-1.9.1
-
diff --git a/meta-oe/recipes-devtools/cgdb/cgdb_0.6.8.bb b/meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb
similarity index 75%
rename from meta-oe/recipes-devtools/cgdb/cgdb_0.6.8.bb
rename to meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb
index 74019fb62..c2315aeb2 100644
--- a/meta-oe/recipes-devtools/cgdb/cgdb_0.6.8.bb
+++ b/meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb
@@ -10,11 +10,11 @@ DEPENDS = "flex-native readline ncurses"
inherit autotools
SRC_URI = "http://cgdb.me/files/${BP}.tar.gz \
- file://remove-help2man.patch"
-SRC_URI[md5sum] = "7bd38c79bf4d794d239928fef401fca3"
-SRC_URI[sha256sum] = "be203e29be295097439ab67efe3dc8261f742c55ff3647718d67d52891f4cf41"
+"
+SRC_URI[md5sum] = "a104862ffd3145b076303992e9a3af26"
+SRC_URI[sha256sum] = "bb723be58ec68cb59a598b8e24a31d10ef31e0e9c277a4de07b2f457fe7de198"
-CACHED_CONFIGUREVARS = "ac_cv_file__dev_ptmx=yes ac_cv_rl_version=6.2"
+CACHED_CONFIGUREVARS = "ac_cv_file__dev_ptmx=yes ac_cv_rl_version=6.2 ac_cv_file__proc_self_status=yes"
EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR} \
--with-ncurses=${STAGING_LIBDIR}"
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] cgdb: Upgrade 0.6.8 -> 0.7.1
2019-10-29 18:31 [meta-oe][PATCH] cgdb: Upgrade 0.6.8 -> 0.7.1 Adrian Bunk
@ 2019-10-30 6:56 ` Khem Raj
2019-10-30 9:13 ` Adrian Bunk
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2019-10-30 6:56 UTC (permalink / raw)
To: Adrian Bunk; +Cc: openembeded-devel
fails on mips
https://errors.yoctoproject.org/Errors/Details/274947/
On Tue, Oct 29, 2019 at 7:32 PM Adrian Bunk <bunk@stusta.de> wrote:
>
> Obsolete patch removed.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> ---
> .../cgdb/cgdb/remove-help2man.patch | 47 -------------------
> .../cgdb/{cgdb_0.6.8.bb => cgdb_0.7.1.bb} | 8 ++--
> 2 files changed, 4 insertions(+), 51 deletions(-)
> delete mode 100644 meta-oe/recipes-devtools/cgdb/cgdb/remove-help2man.patch
> rename meta-oe/recipes-devtools/cgdb/{cgdb_0.6.8.bb => cgdb_0.7.1.bb} (75%)
>
> diff --git a/meta-oe/recipes-devtools/cgdb/cgdb/remove-help2man.patch b/meta-oe/recipes-devtools/cgdb/cgdb/remove-help2man.patch
> deleted file mode 100644
> index 4358629b7..000000000
> --- a/meta-oe/recipes-devtools/cgdb/cgdb/remove-help2man.patch
> +++ /dev/null
> @@ -1,47 +0,0 @@
> -Disable building manpages so that make install doesn't fail due to lack of help2man
> -
> -Upstream-Status: Inappropriate [config]
> -
> -Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
> ----
> - configure.ac | 3 ---
> - doc/Makefile.am | 5 -----
> - 2 files changed, 8 deletions(-)
> -
> -diff --git a/configure.ac b/configure.ac
> -index ee7eca0..1f0d924 100644
> ---- a/configure.ac
> -+++ b/configure.ac
> -@@ -134,9 +134,6 @@ dnl check that the required tools are available to generate documentation
> - if test "$HAS_MAKEINFO" != "yes" ; then
> - AC_MSG_ERROR([Please install makeinfo before installing])
> - fi
> --if test "$HAS_HELP2MAN" != "yes" ; then
> -- AC_MSG_ERROR([Please install help2man])
> --fi
> -
> - dnl Checking for log10 function in math - I would like to remove this
> - AC_CHECK_LIB(m, log10)
> -diff --git a/doc/Makefile.am b/doc/Makefile.am
> -index 60662f6..0ae0013 100644
> ---- a/doc/Makefile.am
> -+++ b/doc/Makefile.am
> -@@ -1,15 +1,10 @@
> - info_TEXINFOS = cgdb.texi
> - cgdb_TEXINFOS = gpl.texi
> -
> --dist_man_MANS = cgdb.1
> - EXTRA_DIST = cgdb.txt
> -
> - dist_pkgdata_DATA = cgdb.txt
> -
> --# generate the man page using help2man.
> --cgdb.1:
> -- help2man --output=$(top_srcdir)/doc/cgdb.1 $(top_builddir)/cgdb/cgdb$(EXEEXT)
> --
> - cgdb.txt: cgdb.texi $(srcdir)/version.texi $(cgdb_TEXINFOS)
> - TEXTS = cgdb.txt
> - text-am: $(TEXTS)
> ---
> -1.9.1
> -
> diff --git a/meta-oe/recipes-devtools/cgdb/cgdb_0.6.8.bb b/meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb
> similarity index 75%
> rename from meta-oe/recipes-devtools/cgdb/cgdb_0.6.8.bb
> rename to meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb
> index 74019fb62..c2315aeb2 100644
> --- a/meta-oe/recipes-devtools/cgdb/cgdb_0.6.8.bb
> +++ b/meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb
> @@ -10,11 +10,11 @@ DEPENDS = "flex-native readline ncurses"
> inherit autotools
>
> SRC_URI = "http://cgdb.me/files/${BP}.tar.gz \
> - file://remove-help2man.patch"
> -SRC_URI[md5sum] = "7bd38c79bf4d794d239928fef401fca3"
> -SRC_URI[sha256sum] = "be203e29be295097439ab67efe3dc8261f742c55ff3647718d67d52891f4cf41"
> +"
> +SRC_URI[md5sum] = "a104862ffd3145b076303992e9a3af26"
> +SRC_URI[sha256sum] = "bb723be58ec68cb59a598b8e24a31d10ef31e0e9c277a4de07b2f457fe7de198"
>
> -CACHED_CONFIGUREVARS = "ac_cv_file__dev_ptmx=yes ac_cv_rl_version=6.2"
> +CACHED_CONFIGUREVARS = "ac_cv_file__dev_ptmx=yes ac_cv_rl_version=6.2 ac_cv_file__proc_self_status=yes"
> EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR} \
> --with-ncurses=${STAGING_LIBDIR}"
>
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] cgdb: Upgrade 0.6.8 -> 0.7.1
2019-10-30 6:56 ` Khem Raj
@ 2019-10-30 9:13 ` Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2019-10-30 9:13 UTC (permalink / raw)
To: Khem Raj; +Cc: openembeded-devel
On Wed, Oct 30, 2019 at 07:56:14AM +0100, Khem Raj wrote:
> fails on mips
> https://errors.yoctoproject.org/Errors/Details/274947/
Thanks, fixed in v2.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-30 9:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-29 18:31 [meta-oe][PATCH] cgdb: Upgrade 0.6.8 -> 0.7.1 Adrian Bunk
2019-10-30 6:56 ` Khem Raj
2019-10-30 9:13 ` Adrian Bunk
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.