* [PATCH] libtirpc: Drop unneeded xz-native dependency
@ 2016-01-25 15:05 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-01-25 15:05 UTC (permalink / raw)
To: openembedded-core
xz-native is needed to decompress the sources but DEPENDS isn't correct
for this, its needed at do_unpack time. base.bbclass already handles
this correctly so drop the unneeded dependency.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb b/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
index 9513de1..e321d47 100644
--- a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
+++ b/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
@@ -7,7 +7,6 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=f835cce8852481e4b2bbbdd23b5e47f3 \
file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24"
-DEPENDS += "xz-native"
PROVIDES = "virtual/librpc"
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2;name=libtirpc \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-25 15:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-25 15:05 [PATCH] libtirpc: Drop unneeded xz-native dependency Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox