summaryrefslogtreecommitdiffstats
path: root/meta-openmoko/packages/libsndfile
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openmoko/packages/libsndfile')
-rw-r--r--meta-openmoko/packages/libsndfile/files/add-cxx.patch18
-rw-r--r--meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb26
2 files changed, 0 insertions, 44 deletions
diff --git a/meta-openmoko/packages/libsndfile/files/add-cxx.patch b/meta-openmoko/packages/libsndfile/files/add-cxx.patch
deleted file mode 100644
index da0c4010e6..0000000000
--- a/meta-openmoko/packages/libsndfile/files/add-cxx.patch
+++ /dev/null
@@ -1,18 +0,0 @@
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
deleted file mode 100644
index f2d134b5e1..0000000000
--- a/meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1DESCRIPTION = "An audio format Conversion library"
2HOMEPAGE = "http://www.mega-nerd.com/libsndfile"
3AUTHOR = "Erik de Castro Lopo"
4DEPENDS = "sqlite3"
5SECTION = "libs/multimedia"
6LICENSE = "LGPL"
7PR = "r2"
8
9SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz \
10 file://add-cxx.patch;patch=1"
11
12S = "${WORKDIR}/libsndfile-${PV}"
13
14inherit autotools lib_package pkgconfig
15
16do_configure_prepend_arm() {
17 export ac_cv_sys_largefile_source=1
18 export ac_cv_sys_file_offset_bits=64
19 ac_cv_sizeof_off_t=8
20}
21
22do_stage() {
23 oe_libinstall -a -so -C src libsndfile ${STAGING_LIBDIR}
24 install -m 0644 ${S}/src/sndfile.h ${STAGING_INCDIR}/
25}
26