aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/swupd-server/swupd-server_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/swupd-server/swupd-server_git.bb')
-rw-r--r--recipes-core/swupd-server/swupd-server_git.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-core/swupd-server/swupd-server_git.bb b/recipes-core/swupd-server/swupd-server_git.bb
index e185a7d..a39573a 100644
--- a/recipes-core/swupd-server/swupd-server_git.bb
+++ b/recipes-core/swupd-server/swupd-server_git.bb
@@ -3,11 +3,12 @@ HOMEPAGE = "https://github.com/clearlinux/swupd-server"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=f8d90fb802930e30e49c39c8126a959e"
-DEPENDS = "file xz glib-2.0 zlib bzip2 tar rsync openssl bsdiff"
+DEPENDS = "file glib-2.0 rsync openssl libarchive bsdiff"
PV = "3.1.2+git${SRCPV}"
SRC_URI = "\
git://github.com/clearlinux/swupd-server.git;protocol=https \
+ file://fullfiles.c-work-around-pseudo-bug.patch \
"
SRCREV = "51c0bf200792b19593782bf819bbc3d239ec0b50"
@@ -15,11 +16,12 @@ S = "${WORKDIR}/git"
inherit autotools
-EXTRA_OECONF = "--enable-bzip2 --enable-lzma --disable-stateless --disable-tests"
+EXTRA_OECONF = "--enable-bzip2 --enable-lzma --disable-stateless --disable-tests --enable-bsdtar"
# safer-calls-to-system-utilities.patch uses for loop initial declaration
CFLAGS_append = " -std=c99"
-RDEPENDS_${PN} = "tar rsync"
+RDEPENDS_${PN} = "rsync"
+RDEPENDS_${PN}_class-target = " bsdtar"
BBCLASSEXTEND = "native"