mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-28 23:30:21 +00:00
snapper: upgrade 0.13.0 -> 0.13.1
Bugfix release in the 0.13 line (the newest snapper tag; the higher numbered yast-snapper/2_2x_y tags in the same repository belong to the separate YaST snapper module, not to snapper itself). No build system or packaging changes; COPYING is unchanged. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+3
-1
@@ -9,7 +9,7 @@ DEPENDS = "acl boost btrfs-tools dbus e2fsprogs json-c libxml2 lvm2 ncurses zlib
|
||||
inherit autotools-brokensep pkgconfig gettext manpages
|
||||
|
||||
SRC_URI = "git://github.com/openSUSE/snapper.git;protocol=https;branch=master"
|
||||
SRCREV = "3a3bd97083976d28538d402284ff947b4aab5b8f"
|
||||
SRCREV = "8cfc33817b91dbf7194d7fd043dc378026d01db5"
|
||||
|
||||
EXTRA_OECONF += "--disable-zypp"
|
||||
|
||||
@@ -26,6 +26,8 @@ export MKDIR_BIN = "${bindir}/mkdir"
|
||||
export TOUCH_BIN = "${bindir}/touch"
|
||||
export CP_BIN = "${bindir}/cp"
|
||||
export REALPATH_BIN = "${bindir}/realpath"
|
||||
export SHA256SUM_BIN = "${bindir}/sha256sum"
|
||||
export LS_BIN = "${bindir}/ls"
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}${sysconfdir}/sysconfig
|
||||
Reference in New Issue
Block a user