X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fefl%2Flibeio%2FConfig.in;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fefl%2Flibeio%2FConfig.in;h=5b1e395788edd728341dd23c4f5a53df0c34471d;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/efl/libeio/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/efl/libeio/Config.in new file mode 100644 index 0000000..5b1e395 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/efl/libeio/Config.in @@ -0,0 +1,22 @@ +config BR2_PACKAGE_LIBEIO + bool "libeio" + select BR2_PACKAGE_LIBEET + select BR2_PACKAGE_LIBEINA + select BR2_PACKAGE_LIBECORE + depends on BR2_TOOLCHAIN_HAS_THREADS + help + Eio integrates with EFL (Ecore, Eina) to provide efficient + filesystem Input/Output (I/O). It use the best techniques to + achieve such purpose, like using at-variants, splice, + properly handling errors and doing it in an asynchronous + fashion by means of worker threads. It is also ported to + Windows, so multi-platform. + + Whenever you need to list a directory, copy, move or delete + files, Eio will do that task better than you'd achieve with + naive implementations, and it is easy to use. + + http://trac.enlightenment.org/e/wiki/Eio + +comment "libeio needs a toolchain w/ threads" + depends on !BR2_TOOLCHAIN_HAS_THREADS