diff options
| -rw-r--r-- | meta-openmoko/packages/libsndfile/files/add-cxx.patch | 18 | ||||
| -rw-r--r-- | meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb | 6 |
2 files changed, 22 insertions, 2 deletions
diff --git a/meta-openmoko/packages/libsndfile/files/add-cxx.patch b/meta-openmoko/packages/libsndfile/files/add-cxx.patch new file mode 100644 index 0000000000..da0c4010e6 --- /dev/null +++ b/meta-openmoko/packages/libsndfile/files/add-cxx.patch | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | --- | ||
| 2 | configure.ac | 1 + | ||
| 3 | 1 file changed, 1 insertion(+) | ||
| 4 | |||
| 5 | --- libsndfile-1.0.17.orig/configure.ac | ||
| 6 | +++ libsndfile-1.0.17/configure.ac | ||
| 7 | @@ -29,10 +29,11 @@ AC_LANG([C]) | ||
| 8 | # to 0. | ||
| 9 | |||
| 10 | SHARED_VERSION_INFO="1:17:0" | ||
| 11 | |||
| 12 | AC_PROG_CC | ||
| 13 | +AC_PROG_CXX | ||
| 14 | AM_PROG_LIBTOOL | ||
| 15 | |||
| 16 | AC_CHECK_PROG(autogen, autogen, yes, no) | ||
| 17 | |||
| 18 | AC_PROG_INSTALL | ||
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 |
