| Submitter | Gary Thomas |
|---|---|
| Date | April 24, 2011, 12:51 p.m. |
| Message ID | <4DB41CB6.6020809@mlbassoc.com> |
| Download | mbox | patch |
| Permalink | /patch/2789/ |
| State | New, archived |
| Headers | show |
Comments
>>> Signed-off-by: Petr Štetiar<ynezz@true.cz> >> >> Looks ok. >> >> Acked-by: Khem Raj<raj.khem@gmail.com> Already in oe-core. Acked-by: Andrea Adami <andrea.adami@gmail.com> Pushing Thanks
Patch
diff --git a/recipes/modutils/modutils_2.4.27.bb b/recipes/modutils/modutils_2.4.27.bb index 791707c..ef3f152 100644 --- a/recipes/modutils/modutils_2.4.27.bb +++ b/recipes/modutils/modutils_2.4.27.bb @@ -3,7 +3,7 @@ DESCRIPTION = "These utilities are intended to make a Linux modular kernel \ manageable for all users, administrators and distribution maintainers." LICENSE = "GPLv2" DEPENDS = "bison-native" -PR = "r8" +PR = "r9" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \ file://lex.l.diff \ @@ -46,7 +46,7 @@ if test -n "$D"; then done fi fi -update-rc.d $D modutils.sh start 20 S . +update-rc.d $D modutils.sh start 2 S . } pkg_prerm_modutils () {