diff options
Diffstat (limited to 'packages/alsa/alsa-lib_1.0.8.bb')
-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 |