Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 08/17] gzip: upgrade to 1.5
Date: Fri, 22 Jun 2012 15:00:49 -0700	[thread overview]
Message-ID: <2e6a0990769a96858249bc8d264dde6274e871b8.1340402353.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1340402353.git.sgw@linux.intel.com>
In-Reply-To: <cover.1340402353.git.sgw@linux.intel.com>

From: Scott Garman <scott.a.garman@intel.com>

LIC_FILES_CHKSUM updated due to trivial copyright date change.

Use new update-alternatives syntax.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
 meta/recipes-extended/gzip/gzip.inc    |    7 +++++--
 meta/recipes-extended/gzip/gzip_1.4.bb |   10 ----------
 meta/recipes-extended/gzip/gzip_1.5.bb |   10 ++++++++++
 3 files changed, 15 insertions(+), 12 deletions(-)
 delete mode 100644 meta/recipes-extended/gzip/gzip_1.4.bb
 create mode 100644 meta/recipes-extended/gzip/gzip_1.5.bb

diff --git a/meta/recipes-extended/gzip/gzip.inc b/meta/recipes-extended/gzip/gzip.inc
index 1d608a6..a4b1abe 100644
--- a/meta/recipes-extended/gzip/gzip.inc
+++ b/meta/recipes-extended/gzip/gzip.inc
@@ -6,7 +6,7 @@ SECTION = "console/utils"
 # change to GPLv3+ in 2007/07. Previous GPLv2 version is 1.3.12
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
-                    file://gzip.h;firstline=8;endline=20;md5=e2ec6b91fbe43a18f6081f3bbae46a01"
+                    file://gzip.h;firstline=8;endline=20;md5=d31380638987e6789f06bc96a29a9a16"
 
 SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz"
 
@@ -22,5 +22,8 @@ do_install_append () {
 
 inherit update-alternatives
 
-ALTERNATIVE_LINKS = "${base_bindir}/gunzip ${base_bindir}/gzip ${base_bindir}/zcat"
 ALTERNATIVE_PRIORITY = "100"
+ALTERNATIVE_${PN} = "gunzip gzip zcat"
+ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip"
+ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip"
+ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat"
diff --git a/meta/recipes-extended/gzip/gzip_1.4.bb b/meta/recipes-extended/gzip/gzip_1.4.bb
deleted file mode 100644
index 54dd50a..0000000
--- a/meta/recipes-extended/gzip/gzip_1.4.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require gzip.inc
-
-PR = "r2"
-
-NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
-
-BBCLASSEXTEND = "native"
-
-SRC_URI[md5sum] = "e381b8506210c794278f5527cba0e765"
-SRC_URI[sha256sum] = "d166cfd3da380da1bd535633e8890bfb5664f9e68870a611d1dc01a3e9f711ee"
diff --git a/meta/recipes-extended/gzip/gzip_1.5.bb b/meta/recipes-extended/gzip/gzip_1.5.bb
new file mode 100644
index 0000000..7a811e2
--- /dev/null
+++ b/meta/recipes-extended/gzip/gzip_1.5.bb
@@ -0,0 +1,10 @@
+require gzip.inc
+
+PR = "r0"
+
+NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
+
+BBCLASSEXTEND = "native"
+
+SRC_URI[md5sum] = "11b76536941ee1c0221fe6eefbcb32cb"
+SRC_URI[sha256sum] = "b5d56e8ffc9918e8c941fab56e04121194f9870adeeb859e09c09eac264035a3"
-- 
1.7.7.6




  parent reply	other threads:[~2012-06-22 22:15 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-22 22:00 [CONSOLIDATED PULL 00/17] Misc Fixes & Updates Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 01/17] cml1.bbclass: Only delay exit if the command fails Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 02/17] runqemu-internal: qemu fails to run on ext2 image Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 03/17] mtd-utils: do not stage headers in sysroot Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 04/17] gpgme: updated to 1.3.2 Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 05/17] gcc-4.6: Retire into toochain-layer Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 06/17] eglibc-2.13: Retire into toolchain layer Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 07/17] gcc: Remove csl gcc recipes Saul Wold
2012-06-22 22:00 ` Saul Wold [this message]
2012-06-22 22:00 ` [CONSOLIDATED PULL 09/17] sudo: upgrade to 1.8.5p2 Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 10/17] bitbake.conf/abi_version.conf: Update to use BasicHash signature generator Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 11/17] linux-firmware: update to main repo on kernel.org Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 12/17] kconfig-frontends: New recipe Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 13/17] uclibc: Fix packaging to match the new package order Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 14/17] qemu.inc: Fix packageconfig options Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 15/17] qemu-git: Move to tip of git Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 16/17] qemu_git: set empty PACKAGECONFIG Saul Wold
2012-06-22 22:00 ` [CONSOLIDATED PULL 17/17] distrodata: Fix missed VARIABLE name change Saul Wold
2012-06-24 18:18 ` [CONSOLIDATED PULL 00/17] Misc Fixes & Updates Saul Wold
2012-06-25 15:55 ` Richard Purdie
2012-06-25 21:14   ` Khem Raj
2012-06-29 12:26     ` Richard Purdie

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=2e6a0990769a96858249bc8d264dde6274e871b8.1340402353.git.sgw@linux.intel.com \
    --to=sgw@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox