aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/eject
AgeCommit message (Collapse)Author
2018-08-15eject: Fix build with glibc 2.28+Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-03-22eject: use update-alternatives for manpagePaul Gortmaker
To fix: file /usr/share/man/man1/eject.1 conflicts between attempted installs of util-linux-doc-2.29.1-r0.core2_64 and eject-doc-2.1.5-r1.core2_64 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-15eject: three fixesMorgan Little
eject-2.1.1-verbose.patch: Kept to help with debugging eject-2.1.5-spaces.patch: help with spaces in the mount path eject-timeout.patch: allow a longer timeout Signed-off-by: Morgan Little <morgan.little@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21eject: copy po subdirectory for out-of-tree buildAsh Charles
The po subdirectory found on the VPATH for an out-of-tree build so we copy it over. See [1] for discussion. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2014-May/096052.html v3: only create and populate po/ if it doesn't already exist v4: test to see if we're building out-of-tree Signed-off-by: Ash Charles <ashcharles@gmail.com> Reviewed-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03eject: Fix wrong return valueJackie Huang
Remove the unnecessary return(1) from function usage(), so that eject -h can return the right value. Signed-off-by: Zhangle Yang <zhangle.yang@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20eject: fix multilib buildsJackie Huang
Use BPN instead of PN, BP instead of P to fix the multilib builds. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11eject: use new update-alternatives and add u-a for ejectMartin Jansa
* eject conflicts with util-linux now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11eject: drop 2nd LICENSE fieldMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-06eject: import 2.1.5 from OEKoen Kooi
OE commit ID 021312cbea3bd07f2ec8591d667998c9c7b28b3a Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>