All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4
@ 2014-04-26 20:34 Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 02/21] libxklavier: Update to 5.3 and fix build S != B Khem Raj
                   ` (19 more replies)
  0 siblings, 20 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

License is changed since readlink is dropped
from package which was sole package licensed under BSD

Additionally fix  B != S build too

Below is the diff of license change

--- 2.30-r1/debianutils-2.30/debian/copyright   2007-11-12
08:24:24.000000000 -0800
+++ 4.4-r0/debianutils-4.4/debian/copyright     2013-07-27
18:30:26.000000000 -0700
@@ -4,15 +4,12 @@
 Guy Maor <maor@debian.org>, and are now maintained by Clint Adams
 <schizo@debian.org>.

-All its programs except readlink, savelog, and which may be
+All its programs except savelog, and which may be
 redistributed under the terms of the GNU GPL, Version 2 or later,
 found on Debian systems in the file /usr/share/common-licenses/GPL.

 which is in the public domain.

-readlink is Copyright (c) 1997 Kenneth Stailey, and may also be
-distributed under the terms of the BSD copyright.
-
 savelog may be redistributed under the following terms: (The rest of
 this file consists of savelog's distribution terms.)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../{debianutils_2.30.bb => debianutils_4.4.bb}            |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
 rename meta-oe/recipes-support/debianutils/{debianutils_2.30.bb => debianutils_4.4.bb} (81%)

diff --git a/meta-oe/recipes-support/debianutils/debianutils_2.30.bb b/meta-oe/recipes-support/debianutils/debianutils_4.4.bb
similarity index 81%
rename from meta-oe/recipes-support/debianutils/debianutils_2.30.bb
rename to meta-oe/recipes-support/debianutils/debianutils_4.4.bb
index 624cf3c..30dd9a6 100644
--- a/meta-oe/recipes-support/debianutils/debianutils_2.30.bb
+++ b/meta-oe/recipes-support/debianutils/debianutils_4.4.bb
@@ -1,18 +1,16 @@
 SUMMARY = "Miscellaneous utilities specific to Debian"
 SECTION = "base"
-LICENSE = "GPLv2 & BSD & SMAIL_GPL"
-LIC_FILES_CHKSUM = "file://debian/copyright;md5=b948675029f79c64840e78881e91e1d4"
-
-PR = "r1"
+LICENSE = "GPLv2 & SMAIL_GPL"
+LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.gz"
-SRC_URI[md5sum] = "7fdd5f8395162d8728d4b79e97b9819e"
-SRC_URI[sha256sum] = "d62e98fee5b1a758d83b62eed8d8bdec473677ff782fed89fc4ae3ba3f381401"
+SRC_URI[md5sum] = "c0cb076754d7f4eb1e3397d00916647f"
+SRC_URI[sha256sum] = "190850cdd6b5302e0a1ba1aaed1bc7074d67d3bd8d04c613f242f7145afa53a6"
 
 inherit autotools
 
 do_configure_prepend() {
-    sed -i -e 's:tempfile.1 which.1:which.1:g' Makefile.am
+    sed -i -e 's:tempfile.1 which.1:which.1:g' ${S}/Makefile.am
 }
 
 do_install_append() {
-- 
1.7.10.4



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

end of thread, other threads:[~2014-04-26 22:39 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 02/21] libxklavier: Update to 5.3 and fix build S != B Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 03/21] lcms: Update to lcms2 version 2.6 Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 04/21] liboauth: New recipe Khem Raj
2014-04-26 20:34 ` [meta-filesystems][PATCH 05/21] xfsprogs: Do not do out-of-tree build yet Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 06/21] obexd, gnome-panel: Do not do out-of-tree builds yet Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 07/21] bonnie++, lmbench, obex-data-server, samba, sg3-utils: Do not do out-of-tree builds Khem Raj
2014-04-26 22:37   ` Martin Jansa
2014-04-26 20:34 ` [meta-gnome][PATCH 08/21] epiphany: Fix build when S != B Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 09/21] gedit: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 10/21] gnome-bluetooth: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 11/21] gnome-control-center: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 12/21] " Khem Raj
2014-04-26 22:38   ` Martin Jansa
2014-04-26 20:34 ` [meta-gnome][PATCH 13/21] gnumeric: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 14/21] gnome-settings-daemon: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 15/21] libgnomekbd: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 16/21] nautilus: " Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 17/21] t1lib: " Khem Raj
2014-04-26 22:39   ` Martin Jansa
2014-04-26 20:34 ` [meta-oe][PATCH 18/21] gimp: " Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 19/21] i2c-tools: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 20/21] libgdata: Upgrade to 0.14.1 and fix " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 21/21] abiword: Fix build " Khem Raj

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.