All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] DO-NOT-MERGE: start-stop-daemon: upgrade to 1.17.21
@ 2015-03-05 16:08 Martin Jansa
  0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2015-03-05 16:08 UTC (permalink / raw)
  To: openembedded-devel

* dselect fails to build with:
  *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.18 but the autoconf macros are from gettext version 0.19
* upgrade to dpkg version used by oe-core

* shouldn't be merged, because new dpkg doesn't recognize couple
  options:
  WARNING: QA Issue: start-stop-daemon: configure was passed
  unrecognised options: --without-update-alternatives
  --without-install-info --with-start-stop-daemon
  [unknown-configure-option]
  and then it will still fail with:
  | ./curkeys.h:9:21: warning: missing terminating " character
  |    { 34,             "\"                   },
  |                      ^
  | ./curkeys.h:9:3: error: missing terminating " character
  |    { 34,             "\"                   },
  |    ^
  I'll leave finishing this change to someone actually using start-stop-deamon and
  will blacklist it instead.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 ...start-stop-daemon_1.16.0.2.bb => start-stop-daemon_1.17.21.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-support/start-stop-daemon/{start-stop-daemon_1.16.0.2.bb => start-stop-daemon_1.17.21.bb} (69%)

diff --git a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.17.21.bb
similarity index 69%
rename from meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
rename to meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.17.21.bb
index c232474..8277f6a 100644
--- a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
+++ b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.17.21.bb
@@ -1,14 +1,14 @@
 SUMMARY = "Debian's start-stop-daemon utility extracted from the dpkg \
 package"
 LICENSE = "PD"
-LIC_FILES_CHKSUM = "file://utils/start-stop-daemon.c;md5=a963623e4588f70122865aaa7a370ce4"
+LIC_FILES_CHKSUM = "file://utils/start-stop-daemon.c;endline=21;md5=535e211f008cd495dfcc55944be5a706"
 # start-stop-daemon is usually shipped by dpkg
 DEPENDS = "ncurses"
 RCONFLICS_${PN} = "dpkg" 
 
-SRC_URI = "http://sources.openembedded.org/dpkg_${PV}.tar.bz2"
-SRC_URI[md5sum] = "d211a84f38987771a49ad1c0f144334a"
-SRC_URI[sha256sum] = "2a3d4ba83c743b3f004533fdd52372cb7b22f5c1da2042d0a31bbcc2b54c0ea5"
+SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz"
+SRC_URI[md5sum] = "765a96fd0180196613bbfa3c4aef0775"
+SRC_URI[sha256sum] = "3ed776627181cb9c1c9ba33f94a6319084be2e9ec9c23dd61ce784c4f602cf05"
 
 inherit autotools gettext pkgconfig
 
-- 
2.3.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-05 16:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-05 16:08 [meta-oe][PATCH] DO-NOT-MERGE: start-stop-daemon: upgrade to 1.17.21 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.