summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/enchant/enchant_1.6.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* enchant: fix unrecognised optionRobert Yang2014-01-061-2/+0
| | | | | | | | | | | | | | Fix the unrecognised option --disable-binreloc, the configure now uses: AM_CONDITIONAL(WITH_BINRELOC, test "x$br_cv_binreloc" = "xyes") We can use br_cv_binreloc=no to fix it. (From OE-Core rev: 4cee162c292915e68e8efcab68a31ba0e48105e9) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* enchant: tidy up recipePaul Eggleton2014-01-021-0/+2
| | | | | | | | | | * Move recipe definitions into logical order * Fix spacing (From OE-Core rev: b45dd39b21f72c63ce47c1ac8aa84651b939cf95) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* enchant: tidy up recipePaul Eggleton2014-01-021-5/+9
| | | | | | | | | | * Move recipe definitions into logical order * Fix spacing (From OE-Core rev: b3419d1d0cf3c7d21ed9e2ab65f16b8fc1b352bf) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Replace one-line DESCRIPTION with SUMMARYPaul Eggleton2014-01-021-1/+1
| | | | | | | | | | | | | | A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. (From OE-Core rev: b8feee3cf21f70ba4ec3b822d2f596d4fc02a292) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* enchant: fix unrecognised optionRobert Yang2014-01-021-1/+3
| | | | | | | | | | | | | Fix the unrecognised option --disable-binreloc, the configure now uses: AM_CONDITIONAL(WITH_BINRELOC, test "x$br_cv_binreloc" = "xyes") We can use br_cv_binreloc=no to fix it. (From OE-Core rev: 00c893c0fe524abb4ae4f1aa6d007ff543fb6afb) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* enchant: use BPN instead of PNConstantin Musca2013-02-041-4/+4
| | | | | | | | | | | | - use BPN (PN includes mlprefix) to package all files when building with multilib options [YOCTO #3438] (From OE-Core rev: 6039e0048d324569620868ec774cd88aa191eeaf) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* enchant: refactor packages for staticdevSaul Wold2012-01-191-2/+3
| | | | | | | (From OE-Core rev: 87c47a6696add8dc532e83471b74211a1f53f317) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi2010-12-301-2/+2
| | | | | | | For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-011-0/+22
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
OpenPOWER on IntegriCloud