diff options
author | Qing He <qing.he@intel.com> | 2010-12-10 16:45:17 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:36 -0800 |
commit | 3ca38b7c104e96716a89b40df797dd3277334fa8 (patch) | |
tree | a68b1017ceb678baa4d98454775174e0550d9657 /meta/recipes-kernel/update-modules/update-modules_1.0.bb | |
parent | a14c3855a6de4d7607dc9291d07249303e1c0543 (diff) | |
download | poky-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.bb | 2 |
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 @@ | |||
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" | ||
5 | |||
4 | PACKAGE_ARCH = "all" | 6 | PACKAGE_ARCH = "all" |
5 | 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)} " |
6 | PR = "r6" | 8 | PR = "r6" |