summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzop
Commit message (Collapse)AuthorAgeFilesLines
* lzop: Fix build using x32 ABIAníbal Limón2015-05-152-1/+38
| | | | | | | | | | | | | | | When tries to build lzop using x32 ABI fails trying to get FLAGS register that is 64-bit and destination variable is 32-bit size_t. [YOCTO #7424] (From OE-Core master rev: 6122c5e02b96ab786204d08b470177d824004d24) (From OE-Core rev: 842558c5fb2ef0520b7a11516dc720694e5acf04) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Remove PR = r0 from all recipesRichard Purdie2013-10-301-1/+0
| | | | | | | | | | | | | Remove all PR = "r0" from all .bb files in oe-core. This was done with the command sed -e '/^PR.*=.*r0\"/d' recipes*/*/*.bb -i We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). (From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lzop: Fix case where ${B} != ${S}Richard Purdie2013-03-221-1/+1
| | | | | | | | Remove path assumptions and ensure out of tree builds work. (From OE-Core rev: a0f054a733afb6dd6b1f53d304caefe90727d7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lzop-1.03: add recipeChristopher Larson2011-12-122-0/+417
This is needed by some kernels when CONFIG_KERNEL_LZO=y (specifically, given the current defconfig, this affects linux-omap4 2.6 in the meta-ti layer). (From OE-Core rev: 9b3991cf6a8bb751e45c1abfc48d65d952c048b8) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>