From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leon Romanovsky Subject: [PATCH rdma-core 1/5] cbuild: Add udev dependency to package list of SuSE Leap Date: Thu, 2 Nov 2017 18:55:52 +0200 Message-ID: <20171102165556.22105-2-leon@kernel.org> References: <20171102165556.22105-1-leon@kernel.org> Return-path: In-Reply-To: <20171102165556.22105-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Doug Ledford , Jason Gunthorpe Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Leon Romanovsky , Benjamin Drung , Nicolas Morey-Chaisemartin , Alaa Hleihel List-Id: linux-rdma@vger.kernel.org From: Alaa Hleihel rpmbuild under SUSE requires udev and produces the following errors: error: Failed build dependencies: pkgconfig(udev) is needed by rdma-core-16-0.x86_64 Signed-off-by: Alaa Hleihel Signed-off-by: Leon Romanovsky --- buildlib/cbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/buildlib/cbuild b/buildlib/cbuild index 918bf233..d1455b6f 100755 --- a/buildlib/cbuild +++ b/buildlib/cbuild @@ -298,6 +298,7 @@ class leap(ZypperEnvironment): 'cmake', 'gcc', 'libnl3-devel', + 'udev', 'libudev-devel', 'make', 'ninja', -- 2.14.2 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html