Skip to content

Commit

Permalink
snapd: bump to 2.63
Browse files Browse the repository at this point in the history
Signed-off-by: Zygmunt Krynicki <[email protected]>
  • Loading branch information
zyga committed May 27, 2024
1 parent d29fc31 commit 3385afc
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
6 changes: 0 additions & 6 deletions recipes-support/snapd/snapd-2.61.3.inc

This file was deleted.

6 changes: 6 additions & 0 deletions recipes-support/snapd/snapd-2.63.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SRC_URI = "https://${GO_IMPORT}/releases/download/${PV}/snapd_${PV}.vendor.tar.xz"

SRC_URI[md5sum] = "a79b53b0de79153d597bc07c7bd76e4d"
SRC_URI[sha256sum] = "2f0083d2c4e087c29f48cd1abb8a92eb2e63cf04cd433256c86fac05d0b28cab"

S = "${WORKDIR}/${PN}-${PV}"
4 changes: 2 additions & 2 deletions recipes-support/snapd/snapd-git.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PR = "r0"


BASEPV = "2.61.3"
BASEPV = "2.63"
SRC_URI = "git://github.com/snapcore/snapd.git;protocol=https;branch=release/${BASEPV};destsuffix=git/"
PV = "${BASEPV}+git${SRCPV}"
S = "${WORKDIR}/git"

SRCREV = "12e48ef9a63b92964a57e549107c648887b040eb"
SRCREV = "40efd81c2f35213eabf2df83fb9efabe88fa124e"

DEFAULT_PREFERENCE ??= "-1"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ HOMEPAGE = "https://www.snapcraft.io"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://${WORKDIR}/snapd-${PV}/COPYING;md5=d32239bcb673463ab874e80d47fae504"

require snapd-2.61.3.inc
require snapd-2.63.inc
S = "${WORKDIR}/snapd-${PV}"

RDEPENDS_${PN} += " \
Expand Down
1 change: 1 addition & 0 deletions recipes-support/snapd/snapd.inc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ do_install() {
install -d ${D}${bindir}
install -d ${D}${systemd_unitdir}/system
install -d ${D}/var/lib/snapd
install -d ${D}/var/lib/snapd/cgroup
install -d ${D}/var/lib/snapd/snaps
install -d ${D}/var/lib/snapd/lib/gl
install -d ${D}/var/lib/snapd/desktop
Expand Down
2 changes: 0 additions & 2 deletions recipes-support/snapd/snapd_2.61.3.bb

This file was deleted.

2 changes: 2 additions & 0 deletions recipes-support/snapd/snapd_2.63.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include snapd.inc
include snapd-2.63.inc

0 comments on commit 3385afc

Please sign in to comment.