diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-02 15:05:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-02 15:05:48 +0000 |
commit | ab4c379259186eddf278338100eff781518d1cbe (patch) | |
tree | b4f30e190005e9b37ce9d8a92a933a66d5ec7acd /packages/esound/esound_0.2.36.bb | |
parent | 664b1d8a441fcf86278dd9b5f7b9d80b8cfb7d2b (diff) |
esound: clean configure of 0.36 a bit
Diffstat (limited to 'packages/esound/esound_0.2.36.bb')
-rw-r--r-- | packages/esound/esound_0.2.36.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/esound/esound_0.2.36.bb b/packages/esound/esound_0.2.36.bb index 4f068113d5..388b52c7e3 100644 --- a/packages/esound/esound_0.2.36.bb +++ b/packages/esound/esound_0.2.36.bb @@ -3,12 +3,14 @@ SECTION = "gpe/base" LICENSE = "GPL" DEPENDS = "audiofile" PE = "1" -PR = "r2" +PR = "r3" inherit gnome binconfig SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.36.tar.bz2 \ - file://no-docs.patch;patch=1" + https://launchpad.net/ubuntu/breezy/+source/esound/0.2.36-1ubuntu5/+files/esound_0.2.36-1ubuntu5.diff.gz;patch=1 \ + file://no-docs.patch;patch=1 \ + file://configure-fix.patch;patch=1" EXTRA_OECONF = " \ --disable-alsa \ |