All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] module-init-tools: fix multiple runtime providers
@ 2010-12-01 13:52 Martin Jansa
  2010-12-01 14:11 ` Frans Meulenbroeks
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2010-12-01 13:52 UTC (permalink / raw)
  To: openembedded-devel

* NOTE: multiple providers are available for runtime module-init-tools-depmod (module-init-tools, module-init-tools-cross)
  NOTE: consider defining a PREFERRED_PROVIDER entry to match module-init-tools-depmod
---
 recipes/module-init-tools/module-init-tools.inc |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/module-init-tools/module-init-tools.inc b/recipes/module-init-tools/module-init-tools.inc
index 3cfaf11..247b39a 100644
--- a/recipes/module-init-tools/module-init-tools.inc
+++ b/recipes/module-init-tools/module-init-tools.inc
@@ -3,13 +3,13 @@ removing kernel modules for Linux (versions 2.5.48 and above). It serves \
 the same function that the modutils package serves for Linux 2.4."
 LICENSE = "GPLv2"
 SECTION = "base"
-PR = "r5"
+PR = "r6"
 
-PACKAGES =+ "module-init-tools-insmod-static module-init-tools-depmod"
-RDEPENDS_${PN} += "module-init-tools-depmod"
+PACKAGES =+ "${PN}-insmod-static ${PN}-depmod"
+RDEPENDS_${PN} += "${PN}-depmod"
 
-FILES_module-init-tools-depmod = "${sbindir}/depmod.26"
-FILES_module-init-tools-insmod-static = "${sbindir}/insmod.static"
+FILES_${PN}-depmod = "${sbindir}/depmod.26"
+FILES_${PN}-insmod-static = "${sbindir}/insmod.static"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/module-init-tools/module-init-tools-${PV}.tar.bz2 \
 	   file://ignore_arch_directory;apply=yes \
-- 
1.7.3.2




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-12-01 15:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-01 13:52 [PATCH] module-init-tools: fix multiple runtime providers Martin Jansa
2010-12-01 14:11 ` Frans Meulenbroeks
2010-12-01 14:24   ` Tom Rini
2010-12-01 15:00     ` Frans Meulenbroeks

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.