mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
update-modules/udev-extraconf: Fix license checksum handling
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Saul Wold
parent
98d5b914ab
commit
56973ee18b
@@ -1,13 +1,14 @@
|
||||
DESCRIPTION = "script to manage module configuration files."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
PACKAGE_ARCH = "all"
|
||||
RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} "
|
||||
PR = "r6"
|
||||
PR = "r7"
|
||||
|
||||
SRC_URI = "file://update-modules"
|
||||
SRC_URI = "file://update-modules \
|
||||
file://COPYING.GPL"
|
||||
|
||||
pkg_postinst() {
|
||||
if [ "x$D" != "x" ]; then
|
||||
|
||||
Reference in New Issue
Block a user