summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/update-modules
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-12-10 23:12:19 +0000
committerSaul Wold <Saul.Wold@intel.com>2010-12-10 22:01:47 -0800
commit56973ee18b52c2ac8f80fe8458d4680090a3842d (patch)
tree3ca8454db71a5f7bfba9a5b6ccbbe312dc3e53e1 /meta/recipes-kernel/update-modules
parent98d5b914ab4f30ad9106d1f4b9ffe2d0c7bdfe9c (diff)
downloadpoky-56973ee18b52c2ac8f80fe8458d4680090a3842d.tar.gz
update-modules/udev-extraconf: Fix license checksum handling
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/update-modules')
-rw-r--r--meta/recipes-kernel/update-modules/update-modules_1.0.bb7
1 files changed, 4 insertions, 3 deletions
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 @@
1DESCRIPTION = "script to manage module configuration files." 1DESCRIPTION = "script to manage module configuration files."
2SECTION = "base" 2SECTION = "base"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" 4LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
5 5
6PACKAGE_ARCH = "all" 6PACKAGE_ARCH = "all"
7RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} " 7RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} "
8PR = "r6" 8PR = "r7"
9 9
10SRC_URI = "file://update-modules" 10SRC_URI = "file://update-modules \
11 file://COPYING.GPL"
11 12
12pkg_postinst() { 13pkg_postinst() {
13if [ "x$D" != "x" ]; then 14if [ "x$D" != "x" ]; then