[oe-commits] org.oe.dev update-modules: depend on depmod (Take from Poky - r2589)

hrw commit openembedded-commits at lists.openembedded.org
Wed Aug 29 10:07:20 UTC 2007


update-modules: depend on depmod (Take from Poky - r2589)

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 28c0b47110d44620be450547dae379ac6a2c8868
ViewMTN: http://monotone.openembedded.org/revision.psp?id=28c0b47110d44620be450547dae379ac6a2c8868
Files:
1
packages/update-modules/update-modules_1.0.bb
Diffs:

#
# mt diff -rfd5dcb8cd2b50c77312e79923a312c60c398716e -r28c0b47110d44620be450547dae379ac6a2c8868
#
# 
# 
# patch "packages/update-modules/update-modules_1.0.bb"
#  from [9298b5e1e0a79fd18419cb436b8247d24fca403e]
#    to [c826ebfc84c887b036affefdc32161fd9f4c103c]
# 
============================================================
--- packages/update-modules/update-modules_1.0.bb	9298b5e1e0a79fd18419cb436b8247d24fca403e
+++ packages/update-modules/update-modules_1.0.bb	c826ebfc84c887b036affefdc32161fd9f4c103c
@@ -1,8 +1,9 @@ PACKAGE_ARCH = "all"
 SECTION = "base"
 DESCRIPTION = "Script to manage module configuration files"
 LICENSE = "GPLv2"
 PACKAGE_ARCH = "all"
-PR = "r4"
+RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26",  "module-init-tools-depmod","modutils-depmod",d)} "
+PR = "r5"
 
 SRC_URI = "file://update-modules"
 






More information about the Openembedded-commits mailing list