aboutsummaryrefslogtreecommitdiffstats
path: root/packages/update-modules/update-modules_1.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-06-10 18:04:39 +0000
committerKoen Kooi <koen@openembedded.org>2008-06-10 18:04:39 +0000
commit13acd65e73142f8506c9955fa3363916ed40df6d (patch)
tree8b036f27bd06f21425ad750d2fa0cc32a06233be /packages/update-modules/update-modules_1.0.bb
parentf3261401ccc56d2496aa7013efdb98a5c854f07e (diff)
downloadopenembedded-13acd65e73142f8506c9955fa3363916ed40df6d.tar.gz
lots of recipes: bump PR to get postinsts back
* this is not a complete list * this still doesn't fix the pkg_postinst() type of bugs
Diffstat (limited to 'packages/update-modules/update-modules_1.0.bb')
-rw-r--r--packages/update-modules/update-modules_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/update-modules/update-modules_1.0.bb b/packages/update-modules/update-modules_1.0.bb
index cc7a585207..17f9bb4f45 100644
--- a/packages/update-modules/update-modules_1.0.bb
+++ b/packages/update-modules/update-modules_1.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Script to manage module configuration files"
LICENSE = "GPLv2"
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"