summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/zile
Commit message (Collapse)AuthorAgeFilesLines
* zile: fix do_installMartin Jansa2017-03-311-2/+2
| | | | | | | | * --ignore-fail-on-non-empty works when the directory isn't empty, but still reports failure when the directory doesn't exist at all, like in: http://errors.yoctoproject.org/Errors/Details/138248/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zile: Fix build with muslKhem Raj2017-03-311-0/+5
| | | | | | | | | | | | | With musl charset.alias is generated due to a gnu-config bug Fixes QA Issue: zile: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/charset.alias Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Make use of the new bb.utils.filter() functionPeter Kjellerstedt2017-03-071-1/+1
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zile: uprev from 2.4.9 to 2.4.11 and add acl supportRandy MacLeod2016-09-152-15/+20
| | | | | | | | Add support for the acl DISTRO_FEATURE using PACKAGECONFIG Inherit pkgconfig since zile-2.4.11 uses that to find bdwgc (aka libgc). Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgc: Drop, its bdwgc in OE-CoreRichard Purdie2014-07-221-1/+1
| | | | | | | | | | There is not point in having two of this piece of software, I've merged the missing PACKAGECONFIG into the OE-Core version, we can drop this one. Update zile's DEPENDS to match (its only user in meta-oe). Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: use BPN in SRC_URIRobert Yang2014-07-151-1/+1
| | | | | | | | | | | | Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zile: initial add 2.4.9Jack Mitchell2013-11-182-0/+43
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>