diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-10 23:12:19 +0000 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:47 -0800 |
commit | 56973ee18b52c2ac8f80fe8458d4680090a3842d (patch) | |
tree | 3ca8454db71a5f7bfba9a5b6ccbbe312dc3e53e1 /meta | |
parent | 98d5b914ab4f30ad9106d1f4b9ffe2d0c7bdfe9c (diff) | |
download | poky-56973ee18b52c2ac8f80fe8458d4680090a3842d.tar.gz |
update-modules/udev-extraconf: Fix license checksum handling
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/udev/udev-extraconf_0.0.bb | 7 | ||||
-rw-r--r-- | 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 @@ | |||
1 | SUMMARY = "Extra machine specific configuration files" | 1 | SUMMARY = "Extra machine specific configuration files" |
2 | DESCRIPTION = "Extra machine specific configuration files for udev, specifically blacklist information." | 2 | DESCRIPTION = "Extra machine specific configuration files for udev, specifically blacklist information." |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
5 | 5 | ||
6 | PR = "r0" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "file://mount.blacklist" | 8 | SRC_URI = "file://mount.blacklist \ |
9 | file://COPYING.GPL" | ||
9 | 10 | ||
10 | do_install () { | 11 | do_install () { |
11 | install -d ${D}${sysconfdir}/udev/ | 12 | 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 @@ | |||
1 | DESCRIPTION = "script to manage module configuration files." | 1 | DESCRIPTION = "script to manage module configuration files." |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
5 | 5 | ||
6 | PACKAGE_ARCH = "all" | 6 | PACKAGE_ARCH = "all" |
7 | RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} " | 7 | RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} " |
8 | PR = "r6" | 8 | PR = "r7" |
9 | 9 | ||
10 | SRC_URI = "file://update-modules" | 10 | SRC_URI = "file://update-modules \ |
11 | file://COPYING.GPL" | ||
11 | 12 | ||
12 | pkg_postinst() { | 13 | pkg_postinst() { |
13 | if [ "x$D" != "x" ]; then | 14 | if [ "x$D" != "x" ]; then |