mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
alsa-utils: Fix uclibc linking
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1797 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,8 +2,10 @@ DESCRIPTION = "ALSA Utilities"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "alsa-lib ncurses"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2"
|
||||
SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
|
||||
file://intl_linking_fix.patch;patch=1"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
---
|
||||
seq/aseqnet/Makefile.am | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
Index: alsa-utils-1.0.10/seq/aseqnet/Makefile.am
|
||||
===================================================================
|
||||
--- alsa-utils-1.0.10.orig/seq/aseqnet/Makefile.am 2001-11-06 07:51:49.000000000 +0000
|
||||
+++ alsa-utils-1.0.10/seq/aseqnet/Makefile.am 2007-05-28 22:29:23.000000000 +0100
|
||||
@@ -3,4 +3,5 @@ EXTRA_DIST = README.aseqnet aseqnet.1
|
||||
|
||||
bin_PROGRAMS = aseqnet
|
||||
aseqnet_SOURCES = aseqnet.c
|
||||
+aseqnet_LDADD = @LTLIBINTL@
|
||||
man_MANS = aseqnet.1
|
||||
Reference in New Issue
Block a user