~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/eudev: add util-linux-dev to makedepends to enable builtin blkid (need for raid arrays)

Details
Message ID
<1447772299-9775-1-git-send-email-valery.kartel@gmail.com>
Sender timestamp
1447772299
DKIM signature
missing
Download raw message
Patch: +3 -2
Without it I have an error in dmesg abuit absence of builtin blkid:
udevd[1507]: IMPORT{builtin}: 'blkid' unknown /lib/udev/rules.d/63-md-raid-arrays.rules:29
---
 main/eudev/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/main/eudev/APKBUILD b/main/eudev/APKBUILD
index 3ba73c5..cc171d7 100644
--- a/main/eudev/APKBUILD
+++ b/main/eudev/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=eudev
pkgver=3.1.2
pkgrel=6
pkgrel=7
pkgdesc="OpenRC compatible fork of systemd-udev"
url="https://wiki.gentoo.org/wiki/Project:Eudev"
arch="all"
@@ -10,7 +10,7 @@ depends="udev-init-scripts"
depends_dev=""
replaces="udev"
makedepends="$depends_dev gperf glib-dev linux-headers kmod-dev
	gobject-introspection-dev"
	gobject-introspection-dev util-linux-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-libgudev $pkgname-libs
	$pkgname-netifnames"
@@ -98,6 +98,7 @@ libgudev() {
}

netifnames() {
	arch="noarch"
	pkgdesc="udev rules for systemd-style interface names"
	mkdir -p "$subpkgdir"/lib/udev/rules.d
	mv "$pkgdir"/lib/udev/rules.d/80-net-name-slot.rules \
-- 
2.6.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)