aboutsummaryrefslogtreecommitdiffstats
path: root/packages/module-init-tools
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2005-12-06 11:59:32 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-06 11:59:32 +0000
commit7acfd26c06a4d910fda1f246fa21cb0610c7cf4c (patch)
tree686815580e663d88139f60024e046d76a55851b4 /packages/module-init-tools
parent3eb8eb685e9192a2d844f071cd121b47b839ddea (diff)
downloadopenembedded-7acfd26c06a4d910fda1f246fa21cb0610c7cf4c.tar.gz
module-init-tools: prefer 3.2.1 over 3.2-pre4
- adds DEFAULT_PREFERENCE="-1" to the 3.2-pre4, see bug #498
Diffstat (limited to 'packages/module-init-tools')
-rw-r--r--packages/module-init-tools/module-init-tools_3.2-pre4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/module-init-tools/module-init-tools_3.2-pre4.bb b/packages/module-init-tools/module-init-tools_3.2-pre4.bb
index 41aea223fe..72ec9c4fb0 100644
--- a/packages/module-init-tools/module-init-tools_3.2-pre4.bb
+++ b/packages/module-init-tools/module-init-tools_3.2-pre4.bb
@@ -1,9 +1,10 @@
+DEFAULT_PREFERENCE="-1"
DESCRIPTION = "This package contains a set of programs for loading, inserting, and \
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 = "GPL"
SECTION = "base"
-PR = "r0"
+PR = "r1"
PACKAGES =+ "module-init-tools-insmod-static module-init-tools-depmod"
RDEPENDS_${PN} += "module-init-tools-depmod"