summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/alsa/alsa-lib_1.0.23.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/alsa/alsa-lib_1.0.23.bb b/meta/packages/alsa/alsa-lib_1.0.23.bb
index a20762c2fd..b0a2a305c0 100644
--- a/meta/packages/alsa/alsa-lib_1.0.23.bb
+++ b/meta/packages/alsa/alsa-lib_1.0.23.bb
@@ -1,8 +1,10 @@
1DESCRIPTION = "Alsa sound library" 1DESCRIPTION = "Alsa sound library"
2HOMEPAGE = "http://www.alsa-project.org" 2HOMEPAGE = "http://www.alsa-project.org"
3BUGTRACKER = "https://bugtrack.alsa-project.org/alsa-bug/login_page.php"
3SECTION = "libs/multimedia" 4SECTION = "libs/multimedia"
4LICENSE = "GPL" 5LICENSE = "LGPLv2.1 & GPLv2+"
5PR = "r0" 6LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
7 file://src/socket.c;beginline=1;endline=26;md5=11ff89a8a7a4a690a5c78effe8159545"
6 8
7# configure.in sets -D__arm__ on the command line for any arm system 9# configure.in sets -D__arm__ on the command line for any arm system
8# (not just those with the ARM instruction set), this should be removed, 10# (not just those with the ARM instruction set), this should be removed,
@@ -10,6 +12,8 @@ PR = "r0"
10#FIXME: remove the following 12#FIXME: remove the following
11ARM_INSTRUCTION_SET = "arm" 13ARM_INSTRUCTION_SET = "arm"
12 14
15PR = "r0"
16
13SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ 17SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \
14 file://fix-tstamp-declaration.patch;patch=1" 18 file://fix-tstamp-declaration.patch;patch=1"
15 19