klibc-udev: add udev rundep, so that the initramfs-tools doesn't fail.
Bump revision. --HG-- extra : convert_revision : de8ea38396b81ae65262f4924b8c44460d3690a7
This commit is contained in:
parent
5f5ee09212
commit
382cdc31f5
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'klibc-udev'
|
||||
pkgname=klibc-udev
|
||||
version=141
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="udev-${version}"
|
||||
distfiles="${KERNEL_SITE}//utils/kernel/hotplug/udev-$version.tar.bz2"
|
||||
build_style=custom-install
|
||||
|
@ -16,6 +16,7 @@ long_desc="
|
|||
|
||||
Add_dependency build klibc
|
||||
Add_dependency run klibc
|
||||
Add_dependency run udev
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue