aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/xfsprogs
AgeCommit message (Collapse)Author
2019-03-06xfsprogs: Fix build with riscv/muslKhem Raj
The riscv tuples do not exist in older gnu-config Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-06xfsprogs: upgrade 4.17 -> 4.18Yi Zhao
License-Update: Removed doc/COPYING and up-to-date license files in LICENSE/. This does not change the license of any of the code. Rebase patches: 0001-build-Check-for-sync_file_range-libc-function.patch 0002-include-include-xfs-linux.h-after-sys-mman.h.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-24xfsprogs: Fix build on mipsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-26xfsprogs: upgrade 4.14.0 -> 4.17.0Yi Zhao
Add a patch to disable xfs_scrub build since it is experimental. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-02-11xfsprogs: Upgrade to 4.14Khem Raj
Fix build with glibc 2.27 while here Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-09-13xfsprogs: Upgrade to 4.12.0Khem Raj
Fix cross builds with hardening flags Fix build with gold Specify libtool tag Add DISABLE_STATIC = "" Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-07-01xfsprogs:4.10.0 -> 4.11.0susanbian
Upgrade xfsprogs from 4.10.0 to 4.11.0 Signed-off-by: susanbian <bianyq@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-07-01xfsprogs: remove redundant install rule in do_installHongxu Jia
Since the recipe inherits autotools-brokensep, it has `make install' in do_install by default. The extra one is not required which may conflict with install-dev. Occasionally build failure: ... Installing include-install Installing libxfs-install-dev make[1]: *** No rule to make target '../inclu', needed by 'xfs_dir2.lo'. Stop. make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:132: libxfs-install-dev] Error 2 ... It is hard to reproduce by manual build, so export BUILD_VERBOSE to gain more debug info duiring the build. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-06-22xfsprogs: Remove .la files in ${libdir}Khem Raj
Delete .la files and remove ${libdir} if empty Fix build with musl Use --ignore-fail-on-non-empty with rmdir Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-03-04xfsprogs: update to version 4.10.0Derek Straka
Add a fix for the UUID linking Verified the license remains the same after copyright year update Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13python-edbus exquisite elementary libeweather unionfs-fuse xfsprogs gmtk ↵Martin Jansa
devilspie2 gnome-backgrounds gnome-desktop gnome-mime-data gtk-engines gtksourceview2 libgnomekbd libidl-native onboard libgpewidget ubi-utils-klibc kexec-tools-klibc gupnp-igd gupnp-tools dvb-apps gstreamer mpd crda netcat-openbsd wireshark gnokii libmbim mosh networkmanager-openvpn libtelepathy dbus-daemon-proxy libdbus-c++ php vala-dbus-binding-tool collectd libgxim pywbem gtkhtml2 fbida fontforge libsexy wayland-fits xstdcmap xf86-video-glamo font-adobe-100dpi font-adobe-utopia-100dpi font-bh-100dpi font-bh-lucidatypewriter-100dpi font-misc-misc crash a2jmidid libsdl2-mixer libsdl-mixer minidlna sylpheed libsdl2-ttf libsdl-ttf ode pidgin postgresql syslog-ng usb-modeswitch xdg-user-dirs gateone python3-cryptography-vectors python3-ndg-httpsclient python-cryptography-vectors python-pbr bundler netdata menulibre openzone xfce4-verve-plugin iperf terminus-font xf86-video-nouveau ipmiutil klibc-utils pmbw multipath-tools gparted, gnome-system-monitor, php, vala-dbus-binding-tool, gtkmathview, lmsensors, postgresql: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02xfsprogs: Upgrade 3.2.3 -> 4.8.0Khem Raj
Change-Id: I0015da261d540f99bfdebba703fef9403eebff7b Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03xfsprogs, xfsdump, dmapi: blacklist, needs upgrade to stay compatible with ↵Martin Jansa
default kernel Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-12-18xfsprogs: fix the licenseJackie Huang
The library named "libhandle" and some specific header files are licensed under LGPLv2.1, all other components are licensed under GPLv2. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-18xfsprogs: Uprev to 3.2.3 versionJianchuan Wang
In the v3.2.3, the libhandle.so/libhandle.a paths have changed so that We need not rm them in the install processing. Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15meta-filesystems: use BPN in SRC_URIRobert Yang
Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03xfsprogs: Do not do out-of-tree build yetKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-01-20xfsprogs: change DESCRIPTION to SUMMARYAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-08-16xfsprogs: move to meta-filesystems and upgradeHongxu Jia
- Move xfsprogs from meta-oe to meta-filesystems - Upgrade xfsprogs to 3.1.11 [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>