diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb index 953a3acefd..c882bfd57f 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb | |||
@@ -5,11 +5,11 @@ SECTION = "console/utils" | |||
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \ |
7 | file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9" | 7 | file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9" |
8 | DEPENDS = "alsa-lib ncurses gettext" | 8 | DEPENDS = "alsa-lib ncurses" |
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ | 11 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ |
12 | file://ncursesfix.patch;patch=1 " | 12 | file://ncursesfix.patch" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "8238cd57cb301d1c36bcf0ecb59ce6b2" | 14 | SRC_URI[md5sum] = "8238cd57cb301d1c36bcf0ecb59ce6b2" |
15 | SRC_URI[sha256sum] = "95127f740291086486c06c28118cabca0814bde48fd14dac041a9812a5ac1be2" | 15 | SRC_URI[sha256sum] = "95127f740291086486c06c28118cabca0814bde48fd14dac041a9812a5ac1be2" |
@@ -19,10 +19,9 @@ SRC_URI[sha256sum] = "95127f740291086486c06c28118cabca0814bde48fd14dac041a9812a5 | |||
19 | # please close bug and remove this comment when properly fixed | 19 | # please close bug and remove this comment when properly fixed |
20 | # | 20 | # |
21 | EXTRA_OECONF = "--disable-xmlto" | 21 | EXTRA_OECONF = "--disable-xmlto" |
22 | EXTRA_OECONF_linux-uclibc = "--disable-nls" | 22 | EXTRA_OECONF_append_libc-uclibc = " --disable-nls" |
23 | EXTRA_OECONF_linux-uclibcgnueabi = "--disable-nls" | ||
24 | 23 | ||
25 | inherit autotools | 24 | inherit autotools gettext |
26 | 25 | ||
27 | # This are all packages that we need to make. Also, the now empty alsa-utils | 26 | # This are all packages that we need to make. Also, the now empty alsa-utils |
28 | # ipk depend on them. | 27 | # ipk depend on them. |