summaryrefslogtreecommitdiffstats
path: root/meta/packages/alsa/alsa-lib_1.0.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/alsa/alsa-lib_1.0.14.bb')
-rw-r--r--meta/packages/alsa/alsa-lib_1.0.14.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/alsa/alsa-lib_1.0.14.bb b/meta/packages/alsa/alsa-lib_1.0.14.bb
index 4d77e7a654..de805b9a4b 100644
--- a/meta/packages/alsa/alsa-lib_1.0.14.bb
+++ b/meta/packages/alsa/alsa-lib_1.0.14.bb
@@ -3,6 +3,8 @@ HOMEPAGE = "http://www.alsa-project.org"
3SECTION = "libs/multimedia" 3SECTION = "libs/multimedia"
4LICENSE = "GPL" 4LICENSE = "GPL"
5 5
6PR = "r1"
7
6# configure.in sets -D__arm__ on the command line for any arm system 8# configure.in sets -D__arm__ on the command line for any arm system
7# (not just those with the ARM instruction set), this should be removed, 9# (not just those with the ARM instruction set), this should be removed,
8# (or replaced by a permitted #define). 10# (or replaced by a permitted #define).
@@ -10,7 +12,8 @@ LICENSE = "GPL"
10ARM_INSTRUCTION_SET = "arm" 12ARM_INSTRUCTION_SET = "arm"
11 13
12SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ 14SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \
13 file://fix-tstamp-declaration.patch;patch=1" 15 file://fix-tstamp-declaration.patch;patch=1 \
16 file://unbreak_plugindir.patch;patch=1"
14 17
15inherit autotools pkgconfig 18inherit autotools pkgconfig
16 19