summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/bdwgc
Commit message (Collapse)AuthorAgeFilesLines
* bdwgc: Set ARM_INSTRUCTION_SET to "arm"Ken Werner2012-05-311-0/+2
| | | | | | | | | | | | | The bdwgc recipe uses a version of libatomic that fails when building in Thumb mode. This has been fixed upstream already. The pulseaudio/libatomics-ops_1.2.bb has the same issue and sets the ARM_INSTRUCTION_SET to "arm" (probably until a new version gets pulled in). This patch applies the same workaround to the bdwgc/bdwgc_20110107.bb recipe. (From OE-Core rev: 544fe63b6a861129ea15f4cd37952e513ab0013e) Signed-off-by: Ken Werner <ken.werner@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bdwgc: new recipe for autogenNitin A Kamble2012-01-191-0/+37
This recipe is needed by guile. And guile is needed for autogen. As per Beth's recommondation changed the license specification of the recipe as LICENSE = "MIT & FSF-Unlimited & GPL-2.0" (From OE-Core rev: 2c2080b6aabce57d98caecc396decf9f0a68b07f) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>