diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-05-23 14:08:41 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-05-23 14:08:41 +0000 |
commit | 27e194b71491a1c40fa2b37b966a7a671f68b4d0 (patch) | |
tree | 69b813b800624e579ed7730b93d9ac7f91fb495a /meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb | |
parent | 10f85ff8d5b382cf7e5d09d52e6a800d31f00d6c (diff) | |
download | poky-27e194b71491a1c40fa2b37b966a7a671f68b4d0.tar.gz |
libsndfile: there are c++ files in sources - fix configure.ac
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4548 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb')
-rw-r--r-- | meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb b/meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb index cf3b6d8e48..a010c51184 100644 --- a/meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb +++ b/meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb | |||
@@ -3,9 +3,11 @@ HOMEPAGE = "http://www.mega-nerd.com/libsndfile" | |||
3 | AUTHOR = "Erik de Castro Lopo" | 3 | AUTHOR = "Erik de Castro Lopo" |
4 | SECTION = "libs/multimedia" | 4 | SECTION = "libs/multimedia" |
5 | LICENSE = "LGPL" | 5 | LICENSE = "LGPL" |
6 | PR = "r0" | 6 | PR = "r1" |
7 | |||
8 | SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz \ | ||
9 | file://add-cxx.patch;patch=1" | ||
7 | 10 | ||
8 | SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz" | ||
9 | S = "${WORKDIR}/libsndfile-${PV}" | 11 | S = "${WORKDIR}/libsndfile-${PV}" |
10 | 12 | ||
11 | inherit autotools lib_package pkgconfig | 13 | inherit autotools lib_package pkgconfig |