summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/eject
Commit message (Collapse)AuthorAgeFilesLines
* eject: three fixesMorgan Little2014-08-154-0/+105
| | | | | | | | | | 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>
* eject: copy po subdirectory for out-of-tree buildAsh Charles2014-06-211-0/+8
| | | | | | | | | | | | | | 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>
* eject: Fix wrong return valueJackie Huang2014-05-032-1/+15
| | | | | | | | | 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>
* eject: fix multilib buildsJackie Huang2014-04-201-2/+2
| | | | | | | | 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>
* eject: use new update-alternatives and add u-a for ejectMartin Jansa2012-12-111-7/+6
| | | | | | * eject conflicts with util-linux now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eject: drop 2nd LICENSE fieldMartin Jansa2012-12-111-3/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eject: import 2.1.5 from OEKoen Kooi2011-04-061-0/+26
OE commit ID 021312cbea3bd07f2ec8591d667998c9c7b28b3a Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>