From 56973ee18b52c2ac8f80fe8458d4680090a3842d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 10 Dec 2010 23:12:19 +0000 Subject: update-modules/udev-extraconf: Fix license checksum handling Signed-off-by: Richard Purdie --- meta/recipes-core/udev/udev-extraconf_0.0.bb | 7 ++++--- meta/recipes-kernel/update-modules/update-modules_1.0.bb | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/meta/recipes-core/udev/udev-extraconf_0.0.bb b/meta/recipes-core/udev/udev-extraconf_0.0.bb index 2ed5f89437..e17d94435e 100644 --- a/meta/recipes-core/udev/udev-extraconf_0.0.bb +++ b/meta/recipes-core/udev/udev-extraconf_0.0.bb @@ -1,11 +1,12 @@ SUMMARY = "Extra machine specific configuration files" DESCRIPTION = "Extra machine specific configuration files for udev, specifically blacklist information." LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" +LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" -PR = "r0" +PR = "r1" -SRC_URI = "file://mount.blacklist" +SRC_URI = "file://mount.blacklist \ + file://COPYING.GPL" do_install () { install -d ${D}${sysconfdir}/udev/ diff --git a/meta/recipes-kernel/update-modules/update-modules_1.0.bb b/meta/recipes-kernel/update-modules/update-modules_1.0.bb index fbec84c64e..93bc1493d9 100644 --- a/meta/recipes-kernel/update-modules/update-modules_1.0.bb +++ b/meta/recipes-kernel/update-modules/update-modules_1.0.bb @@ -1,13 +1,14 @@ DESCRIPTION = "script to manage module configuration files." SECTION = "base" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" +LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" PACKAGE_ARCH = "all" RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} " -PR = "r6" +PR = "r7" -SRC_URI = "file://update-modules" +SRC_URI = "file://update-modules \ + file://COPYING.GPL" pkg_postinst() { if [ "x$D" != "x" ]; then -- cgit 1.2.3-korg