[oe-commits] Franklin S Cooper Jr : psplash: LIC_CHKSUM Tweak

git at git.openembedded.org git at git.openembedded.org
Fri Sep 28 16:00:04 UTC 2012


Module: openembedded-core.git
Branch: denzil
Commit: 2c80eb5b9c103087774f032be01f5cf6309464d7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2c80eb5b9c103087774f032be01f5cf6309464d7

Author: Franklin S Cooper Jr <fcooper at ti.com>
Date:   Mon Aug 13 13:03:23 2012 -0500

psplash: LIC_CHKSUM Tweak

* Change the license checksum to use the lines in the psplash.h that contains
  license information instead of doing a checksum on the entire file.

Signed-off-by: Franklin S Cooper Jr <fcooper at ti.com>

---

 meta/recipes-core/psplash/psplash_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb
index bd405f9..f93afea 100644
--- a/meta/recipes-core/psplash/psplash_git.bb
+++ b/meta/recipes-core/psplash/psplash_git.bb
@@ -3,11 +3,11 @@ DESCRIPTION = "PSplash is a userspace graphical boot splash screen for mainly em
 HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/psplash"
 SECTION = "base"
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://psplash.h;md5=a87c39812c1e37f3451567cc29a29c8f"
+LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=16;md5=840fb2356b10a85bed78dd09dc7745c6"
 
 SRCREV = "e05374aae945bcfc6d962ed0d7b2774b77987e1d"
 PV = "0.1+git${SRCPV}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \
            file://psplash-init \





More information about the Openembedded-commits mailing list