summaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-08-11 23:24:28 -0700
committerKhem Raj <raj.khem@gmail.com>2020-08-13 22:32:07 -0700
commit9f70f5405202ba2cf3465bb70960cd34ef6405b5 (patch)
tree1360ff76d19fc6ee3e4f5d3426a3f55b799a80ca /meta-filesystems
parent6b3e7fe997005d97aa04ec4457ec04a171338c8b (diff)
downloadmeta-openembedded-9f70f5405202ba2cf3465bb70960cd34ef6405b5.tar.gz
xfsprogs: Upgrade to 5.7.0
License-Update: Added SPDX tags [1] Drop readline option its no longer needed [1] https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/commit/LICENSES/GPL-2.0?id=c7498b6911d03f2bd7f74e9f9862d8d5fbd5b5da Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.7.0.bb (renamed from meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.2.1.bb)9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.2.1.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.7.0.bb
index 433ce4773..9efcc5617 100644
--- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.2.1.bb
+++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.7.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://oss.sgi.com/projects/xfs"
3SECTION = "base" 3SECTION = "base"
4LICENSE = "GPLv2 & LGPLv2.1" 4LICENSE = "GPLv2 & LGPLv2.1"
5LICENSE_libhandle = "LGPLv2.1" 5LICENSE_libhandle = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=74274e8a218423e49eefdea80bc55038 \ 6LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \
7 file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" 7 file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd"
8DEPENDS = "util-linux util-linux-native" 8DEPENDS = "util-linux util-linux-native"
9SRC_URI = "https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${BP}.tar.xz \ 9SRC_URI = "https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${BP}.tar.xz \
@@ -12,9 +12,7 @@ SRC_URI = "https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${BP}.tar.xz \
12 file://0002-include-include-xfs-linux.h-after-sys-mman.h.patch \ 12 file://0002-include-include-xfs-linux.h-after-sys-mman.h.patch \
13 file://0001-support-usrmerge.patch \ 13 file://0001-support-usrmerge.patch \
14 " 14 "
15SRC_URI[md5sum] = "5ca3f79e76e3fb984a03d1b42a2e60ba" 15SRC_URI[sha256sum] = "8f2348a68a686a3f4491dda5d62dd32d885fbc52d32875edd41e2c296e7b4f35"
16SRC_URI[sha256sum] = "7b500e148cebd08f99e37cf744c7843817b37e7be2a32c4dc57d6ea16e3019ae"
17
18inherit autotools-brokensep 16inherit autotools-brokensep
19 17
20PACKAGES =+ "${PN}-fsck ${PN}-mkfs ${PN}-repair libhandle" 18PACKAGES =+ "${PN}-fsck ${PN}-mkfs ${PN}-repair libhandle"
@@ -41,9 +39,8 @@ EXTRA_OECONF = "--enable-gettext=no \
41DISABLE_STATIC = "" 39DISABLE_STATIC = ""
42EXTRA_AUTORECONF += "-I ${S}/m4 --exclude=autoheader" 40EXTRA_AUTORECONF += "-I ${S}/m4 --exclude=autoheader"
43 41
44PACKAGECONFIG ??= "readline blkid" 42PACKAGECONFIG ??= "blkid"
45 43
46PACKAGECONFIG[readline] = "--enable-readline=yes,--enable-readline=no,readline"
47PACKAGECONFIG[blkid] = "--enable-blkid=yes,--enable-blkid=no,util-linux" 44PACKAGECONFIG[blkid] = "--enable-blkid=yes,--enable-blkid=no,util-linux"
48 45
49export DEBUG="-DNDEBUG" 46export DEBUG="-DNDEBUG"