From: Alexander Kanavin <alexander.kanavin@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 05/11] gdbm: update to 1.13
Date: Wed, 10 May 2017 12:35:23 +0300 [thread overview]
Message-ID: <20170510093529.6651-5-alexander.kanavin@linux.intel.com> (raw)
In-Reply-To: <20170510093529.6651-1-alexander.kanavin@linux.intel.com>
Rebase ptest.patch.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/recipes-support/gdbm/files/ptest.patch | 40 +++++++++++++++-------
.../gdbm/{gdbm_1.12.bb => gdbm_1.13.bb} | 4 +--
2 files changed, 29 insertions(+), 15 deletions(-)
rename meta/recipes-support/gdbm/{gdbm_1.12.bb => gdbm_1.13.bb} (88%)
diff --git a/meta/recipes-support/gdbm/files/ptest.patch b/meta/recipes-support/gdbm/files/ptest.patch
index 65236fb48b1..b9461bec6b3 100644
--- a/meta/recipes-support/gdbm/files/ptest.patch
+++ b/meta/recipes-support/gdbm/files/ptest.patch
@@ -1,30 +1,41 @@
-Add install-ptest rules.
+From 4e4b70a4a3dcf1fdbee9e68bed3b62f42b197a3a Mon Sep 17 00:00:00 2001
+From: Josep Puigdemont <josep.puigdemont@enea.com>
+Date: Sun, 4 May 2014 16:02:07 +0200
+Subject: [PATCH] Add install-ptest rules.
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Upstream-Status: Pending
-diff -ur a/Makefile.am b/Makefile.am
---- a/Makefile.am 2011-08-16 10:13:10.000000000 +0200
-+++ b/Makefile.am 2013-04-12 18:02:16.473715873 +0200
-@@ -31,3 +31,8 @@
- d=`date '+%d/%m/%Y'`; \
- sed 's|/\*@DIST_DATE@\*/|"'"$$d"'"|' $(srcdir)/src/version.c > \
- $(distdir)/src/version.c
+---
+ Makefile.am | 5 +++++
+ tests/Makefile.am | 12 +++++++++++-
+ 2 files changed, 16 insertions(+), 1 deletion(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 4cdc734..24b99f0 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -45,3 +45,8 @@ ChangeLog:
+ awk -f $(top_srcdir)/git2chg.awk \
+ -v append=$(top_srcdir)/$(prev_change_log) > ChangeLog; \
+ fi
+
+install-ptest:
+ @for subdir in $(SUBDIRS); do \
+ $(MAKE) -C $$subdir DESTDIR=$(DESTDIR)/$$subdir $@; \
+ done
-diff -ur a/tests/Makefile.am b/tests/Makefile.am
---- a/tests/Makefile.am 2011-11-11 19:39:42.000000000 +0100
-+++ b/tests/Makefile.am 2013-04-12 18:30:57.066301037 +0200
-@@ -132,4 +132,14 @@
+diff --git a/tests/Makefile.am b/tests/Makefile.am
+index 3dbb580..22ffc44 100644
+--- a/tests/Makefile.am
++++ b/tests/Makefile.am
+@@ -130,4 +130,14 @@ dtfetch_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la
dtdel_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la
d_creat_ce_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la
+-
+buildtests: $(check_PROGRAMS) $(TESTSUITE)
-
++
+install-ptest: $(check_PROGRAMS) $(TESTSUITE)
+ @$(INSTALL) -d $(DESTDIR)
+ @for file in $^; do \
@@ -34,3 +45,6 @@ diff -ur a/tests/Makefile.am b/tests/Makefile.am
+ $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \
+ fi \
+ done
+--
+2.11.0
+
diff --git a/meta/recipes-support/gdbm/gdbm_1.12.bb b/meta/recipes-support/gdbm/gdbm_1.13.bb
similarity index 88%
rename from meta/recipes-support/gdbm/gdbm_1.12.bb
rename to meta/recipes-support/gdbm/gdbm_1.13.bb
index c380073c359..4bbe147df5c 100644
--- a/meta/recipes-support/gdbm/gdbm_1.12.bb
+++ b/meta/recipes-support/gdbm/gdbm_1.13.bb
@@ -10,8 +10,8 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
file://ptest.patch \
"
-SRC_URI[md5sum] = "9ce96ff4c99e74295ea19040931c8fb9"
-SRC_URI[sha256sum] = "d97b2166ee867fd6ca5c022efee80702d6f30dd66af0e03ed092285c3af9bcea"
+SRC_URI[md5sum] = "8929dcda2a8de3fd2367bdbf66769376"
+SRC_URI[sha256sum] = "9d252cbd7d793f7b12bcceaddda98d257c14f4d1890d851c386c37207000a253"
inherit autotools gettext texinfo lib_package ptest
--
2.11.0
next prev parent reply other threads:[~2017-05-10 9:35 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-10 9:35 [PATCH 01/11] ffmpeg: update to 3.3 Alexander Kanavin
2017-05-10 9:35 ` [PATCH 02/11] trace-cmd: update to 2.6.1 Alexander Kanavin
2017-05-18 20:06 ` Burton, Ross
2017-05-10 9:35 ` [PATCH 03/11] mpg123: update to 1.24.0 Alexander Kanavin
2017-05-10 9:35 ` [PATCH 04/11] sysprof: update to 3.24.1 Alexander Kanavin
2017-05-10 11:03 ` Burton, Ross
2017-05-10 9:35 ` Alexander Kanavin [this message]
2017-05-10 9:35 ` [PATCH 06/11] gnome-desktop3: update to 3.24.2 Alexander Kanavin
2017-05-10 9:35 ` [PATCH 07/11] ed: update to 1.14.2 Alexander Kanavin
2017-05-10 9:35 ` [PATCH 08/11] libpciaccess: update to 0.13.5 Alexander Kanavin
2017-05-10 9:35 ` [PATCH 09/11] db: fix upstream version check Alexander Kanavin
2017-05-10 9:35 ` [PATCH 10/11] dnf: " Alexander Kanavin
2017-05-10 9:35 ` [PATCH 11/11] vulkan: " Alexander Kanavin
2017-05-10 10:01 ` ✗ patchtest: failure for "ffmpeg: update to 3.3..." and 10 more Patchwork
2017-05-10 10:03 ` Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170510093529.6651-5-alexander.kanavin@linux.intel.com \
--to=alexander.kanavin@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.