diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-09 22:47:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-09 22:47:04 +0000 |
commit | 4a9c78c951bff090fcc5e45e215243c364eef589 (patch) | |
tree | fcd075daa0d889a9b5f59eddacc7480a25dc726b /packages/alsa | |
parent | 4352d0c7d638305f8603eed2870593be615bc077 (diff) |
uclibc, alsa, monotone-5, util-linux: enable thumb on ucslugc, disable it on these packages
This commit causes thumb build for everything in ucslugc-packages except
these packages and libgcc (from gcc). libgcc and uclibc still need some
work, the other packages reveal compiler bugs (monotone), source bugs
(alsa) or missing configuration (thumb arch support in util-linux) and so
are disabled for the moment.
Diffstat (limited to 'packages/alsa')
-rw-r--r-- | packages/alsa/alsa-lib_1.0.8.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/alsa/alsa-lib_1.0.8.bb b/packages/alsa/alsa-lib_1.0.8.bb index a58b21f532..49ee525318 100644 --- a/packages/alsa/alsa-lib_1.0.8.bb +++ b/packages/alsa/alsa-lib_1.0.8.bb @@ -4,6 +4,12 @@ SECTION = "libs/multimedia" LICENSE = "GPL" PR = "r1" +# configure.in sets -D__arm__ on the command line for any arm system +# (not just those with the ARM instruction set), this should be removed, +# (or replaced by a permitted #define). +#FIXME: remove the following +ARM_INSTRUCTION_SET = "" + SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2" inherit autotools pkgconfig |