summaryrefslogtreecommitdiff
path: root/package/bcache-tools
AgeCommit message (Collapse)Author
2017-01-28package: fix reverse dependencies of util-linuxRahul Bedarkar
Commit 006a328ad6be ("util-linux: fix build with ncurses") removed dependency on BR2_USE_WCHAR, but failed to update the reverse dependencies of util-linux. This commit fixes all such reverse dependencies by removing dependency on BR2_USE_WCHAR as it is not required by package itself. Fixes: 006a328ad6be ("util-linux: fix build with ncurses") Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-12-17bcache-tools: fix build with gcc-5Vicente Olivert Riera
Backport a Debian patch to fix a build failure with gcc-5: bcache.c:125:9: warning: 'crc_table' is static but used in inline function 'crc64' which is not static ... make-bcache.c:277: undefined reference to `crc64' This issue has been reported upstream but is not yet fixed. Fixes: http://autobuild.buildroot.net/results/410/410954d33206475d70b8e5ba55a2c955a229af9b/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-12-17bcache-tools: bump version to 1.0.8Vicente Olivert Riera
And also add a hash file. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-01packages: remove (non-)lfs dependencies and tweaksGustavo Zacarias
Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21bcache-tools: Adding package.Jean-Christophe DUBOIS
This is the bcache tools, required to setup the linux bcache feature of the Linux kernel. [Thomas: use only one hook to create the missing directories, as suggested by Yann.] Signed-off-by: Jean-Christophe DUBOIS <jcd@tribudubois.net> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>