Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=838c366f69b72c5df05c96dff79b35f2"
SRC_URI = "git://github.com/updatehub/active-inactive-backend-u-boot.git;protocol=https;branch=master"
SRCREV = "e64ce459d879c2da7224c1eb8d3ea88a1192ea3b"

S = "${WORKDIR}/git"

PV = "0.0+${SRCPV}"

inherit allarch
Expand Down
3 changes: 0 additions & 3 deletions recipes-core/updatehub/updatehub-callbacks.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ SRC_URI = " \
file://rollback-callback \
"

S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"

inherit allarch

do_configure[noexec] = "1"
Expand Down
2 changes: 0 additions & 2 deletions recipes-core/updatehub/updatehub-device-identity_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=838c366f69b72c5df05c96dff79b35f2"
SRC_URI = "git://github.com/updatehub/device-identity;protocol=https;branch=master"
SRCREV = "265acd6464902ed531b0dea72556e4b6478ac80b"

S = "${WORKDIR}/git"

inherit allarch

do_configure[noexec] = "1"
Expand Down
3 changes: 0 additions & 3 deletions recipes-core/updatehub/updatehub-machine-info.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ SECTION = "base"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"

S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"

do_install() {
echo 'MACHINE="${MACHINE}"' > machine
install -Dm 644 machine ${D}${sysconfdir}/updatehub/machine
Expand Down
2 changes: 0 additions & 2 deletions recipes-core/updatehub/updatehub-system-inquiry_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=838c366f69b72c5df05c96dff79b35f2"
SRC_URI = "git://github.com/updatehub/system-inquiry.git;protocol=https;branch=master"
SRCREV = "399c52ed503e700fdb266c049520a15312f84b3e"

S = "${WORKDIR}/git"

PV = "0.0+${SRCPV}"

inherit allarch
Expand Down
4 changes: 0 additions & 4 deletions recipes-core/updatehub/updatehub_2.1.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@ SRC_URI += " \
"

SRCREV = "9b40985b1622f3d21dd538d5c4829e1d95341e6e"
S = "${WORKDIR}/git"
CARGO_SRC_DIR = "updatehub"

inherit systemd update-rc.d pkgconfig cargo cargo-update-recipe-crates

require updatehub-crates.inc

PACKAGECONFIG ?= "backward-compatibility"
PACKAGECONFIG[backward-compatibility] = "v1-parsing"

CARGO_FEATURES = "${PACKAGECONFIG_CONFARGS}"
EXTRA_CARGO_FLAGS = "--bin ${BPN}"

Expand Down
2 changes: 1 addition & 1 deletion recipes-staging/upx/libucl_1.03.bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SRC_URI = "http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz \
SRC_URI[md5sum] = "852bd691d8abc75b52053465846fba34"
SRC_URI[sha256sum] = "b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348"

S = "${WORKDIR}/ucl-${PV}"
S = "${UNPACKDIR}/ucl-${PV}"

inherit autotools lib_package

Expand Down
2 changes: 1 addition & 1 deletion recipes-staging/upx/upx_4.2.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ SRC_URI[sha256sum] = "5ed6561607d27fb4ef346fc19f08a93696fa8fa127081e7a7114068306

DEPENDS = "zlib libucl xz"

S = "${WORKDIR}/upx-${PV}-src"
S = "${UNPACKDIR}/upx-${PV}-src"

BBCLASSEXTEND = "native"