From 0db903b44c8f983823a4f35622567efbc13f0f5b Mon Sep 17 00:00:00 2001 From: Jens Rehsack Date: Thu, 19 Nov 2015 20:44:32 +0100 Subject: talloc: rename to libtalloc and cleanup dependency mess To avoid errors when building dev-images (talloc-dev is missing), and to avoid insane empty packages for that, rename talloc -> libtalloc as libtevent shows. With that, remove dependencies to attr/xattr - unless explicitely enabled via PACKAGECONFIG. Signed-off-by: Jens Rehsack Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/libtevent/libtevent_0.9.21.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-networking/recipes-support/libtevent') diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.9.21.bb b/meta-networking/recipes-support/libtevent/libtevent_0.9.21.bb index f297f30e12..36ce7d6f77 100644 --- a/meta-networking/recipes-support/libtevent/libtevent_0.9.21.bb +++ b/meta-networking/recipes-support/libtevent/libtevent_0.9.21.bb @@ -3,8 +3,7 @@ HOMEPAGE = "http://tevent.samba.org" SECTION = "libs" LICENSE = "LGPLv3+" -DEPENDS += "talloc libcap" -RDEPENDS_${PN} += "libtalloc" +DEPENDS += "libtalloc libcap" RDEPENDS_python-tevent = "python" SRC_URI = "http://samba.org/ftp/tevent/tevent-${PV}.tar.gz" -- cgit 1.2.3-korg