diff options
-rw-r--r-- | meta/packages/alsa/alsa-lib_1.0.15.bb (renamed from meta/packages/alsa/alsa-lib_1.0.14.bb) | 7 | ||||
-rw-r--r-- | meta/packages/alsa/alsa-oss_1.0.15.bb (renamed from meta/packages/alsa/alsa-oss_1.0.14.bb) | 0 | ||||
-rw-r--r-- | meta/packages/alsa/alsa-utils_1.0.15.bb (renamed from meta/packages/alsa/alsa-utils_1.0.14.bb) | 0 |
3 files changed, 2 insertions, 5 deletions
diff --git a/meta/packages/alsa/alsa-lib_1.0.14.bb b/meta/packages/alsa/alsa-lib_1.0.15.bb index ba46342ae7..60b44dbc8e 100644 --- a/meta/packages/alsa/alsa-lib_1.0.14.bb +++ b/meta/packages/alsa/alsa-lib_1.0.15.bb | |||
@@ -3,8 +3,6 @@ HOMEPAGE = "http://www.alsa-project.org" | |||
3 | SECTION = "libs/multimedia" | 3 | SECTION = "libs/multimedia" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | 5 | ||
6 | PR = "r2" | ||
7 | |||
8 | # configure.in sets -D__arm__ on the command line for any arm system | 6 | # configure.in sets -D__arm__ on the command line for any arm system |
9 | # (not just those with the ARM instruction set), this should be removed, | 7 | # (not just those with the ARM instruction set), this should be removed, |
10 | # (or replaced by a permitted #define). | 8 | # (or replaced by a permitted #define). |
@@ -12,15 +10,14 @@ PR = "r2" | |||
12 | ARM_INSTRUCTION_SET = "arm" | 10 | ARM_INSTRUCTION_SET = "arm" |
13 | 11 | ||
14 | SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ | 12 | SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ |
15 | file://fix-tstamp-declaration.patch;patch=1 \ | 13 | file://fix-tstamp-declaration.patch;patch=1" |
16 | file://unbreak_plugindir.patch;patch=1" | ||
17 | 14 | ||
18 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
19 | 16 | ||
20 | require alsa-fpu.inc | 17 | require alsa-fpu.inc |
21 | EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} " | 18 | EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} " |
22 | 19 | ||
23 | EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes" | 20 | EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes --disable-python" |
24 | 21 | ||
25 | do_stage () { | 22 | do_stage () { |
26 | oe_libinstall -so -C src libasound ${STAGING_LIBDIR}/ | 23 | oe_libinstall -so -C src libasound ${STAGING_LIBDIR}/ |
diff --git a/meta/packages/alsa/alsa-oss_1.0.14.bb b/meta/packages/alsa/alsa-oss_1.0.15.bb index b11947e86a..b11947e86a 100644 --- a/meta/packages/alsa/alsa-oss_1.0.14.bb +++ b/meta/packages/alsa/alsa-oss_1.0.15.bb | |||
diff --git a/meta/packages/alsa/alsa-utils_1.0.14.bb b/meta/packages/alsa/alsa-utils_1.0.15.bb index 240b995e7b..240b995e7b 100644 --- a/meta/packages/alsa/alsa-utils_1.0.14.bb +++ b/meta/packages/alsa/alsa-utils_1.0.15.bb | |||