summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/update-modules/update-modules_1.0.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-12-10 16:45:17 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-12-10 22:01:36 -0800
commit3ca38b7c104e96716a89b40df797dd3277334fa8 (patch)
treea68b1017ceb678baa4d98454775174e0550d9657 /meta/recipes-kernel/update-modules/update-modules_1.0.bb
parenta14c3855a6de4d7607dc9291d07249303e1c0543 (diff)
downloadpoky-3ca38b7c104e96716a89b40df797dd3277334fa8.tar.gz
update-modules: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-kernel/update-modules/update-modules_1.0.bb')
-rw-r--r--meta/recipes-kernel/update-modules/update-modules_1.0.bb2
1 files changed, 2 insertions, 0 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 73ee558a08..fbec84c64e 100644
--- a/meta/recipes-kernel/update-modules/update-modules_1.0.bb
+++ b/meta/recipes-kernel/update-modules/update-modules_1.0.bb
@@ -1,6 +1,8 @@
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"
5
4PACKAGE_ARCH = "all" 6PACKAGE_ARCH = "all"
5RDEPENDS = "${@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)} "
6PR = "r6" 8PR = "r6"