1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-17 04:07:06 +00:00

update-modules: update license info

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He
2010-12-10 16:45:17 +08:00
committed by Saul Wold
parent a14c3855a6
commit 3ca38b7c10
2 changed files with 341 additions and 0 deletions
@@ -1,6 +1,8 @@
DESCRIPTION = "script to manage module configuration files."
SECTION = "base"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
PACKAGE_ARCH = "all"
RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} "
PR = "r6"