aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.6.bb
AgeCommit message (Collapse)Author
2017-07-24xfsdump: Fix build with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-05-23xfsdump: fix do_configure failure and remove from blacklistQi.Chen@windriver.com
Add '-D_FILE_OFFSET_BITS=64' to CFLAGS to fix the following do_configure error. FATAL ERROR: cannot find a valid <xfs/xfs.h> header file. Although -D_FILE_OFFSET_BITS=64 has already been defined in include/builddefs.in, it only affects the compile process, leaving configure process unaware of this value. Remove from blacklist as the configure failure has been fixed by this patch. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-05-23xfsdump: 3.1.4 -> 3.1.6Robert Yang
The 3.1.4 doesn't work with xfsprogs 4.7: | inv_files.o: In function `inv_dirpath': |xfsdump-3.1.4/invutil/inv_files.c:53: undefined reference to `ASSERT' | inv_files.o: In function `inv_fstab': |xfsdump-3.1.4/invutil/inv_files.c:60: undefined reference to `ASSERT' | inv_files.o: In function `inv_lockfile': |xfsdump-3.1.4/invutil/inv_files.c:67: undefined reference to `ASSERT' | inv_files.o: In function `inv_basepath': |xfsdump-3.1.4/invutil/inv_files.c:74: undefined reference to `ASSERT' | collect2: error: ld returned 1 exit status | make[2]: *** [../include/buildrules:33: xfsinvutil] Error 1 Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>