diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 15:53:30 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 15:53:30 +0100 |
| commit | 7e0fe4692c9797965bad33a9f6897da733f0b346 (patch) | |
| tree | b653996ccd403f09908513207f75263b430ff944 | |
| parent | 5009d0b5d532227487ed9e5ff99f80f07015afa7 (diff) | |
| download | poky-7e0fe4692c9797965bad33a9f6897da733f0b346.tar.gz | |
libsndfile1: Convert to use autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta-moblin/packages/libsndfile/libsndfile1_1.0.17.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-moblin/packages/libsndfile/libsndfile1_1.0.17.bb b/meta-moblin/packages/libsndfile/libsndfile1_1.0.17.bb index f2d134b5e1..7ca7731511 100644 --- a/meta-moblin/packages/libsndfile/libsndfile1_1.0.17.bb +++ b/meta-moblin/packages/libsndfile/libsndfile1_1.0.17.bb | |||
| @@ -4,14 +4,14 @@ AUTHOR = "Erik de Castro Lopo" | |||
| 4 | DEPENDS = "sqlite3" | 4 | DEPENDS = "sqlite3" |
| 5 | SECTION = "libs/multimedia" | 5 | SECTION = "libs/multimedia" |
| 6 | LICENSE = "LGPL" | 6 | LICENSE = "LGPL" |
| 7 | PR = "r2" | 7 | PR = "r3" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz \ | 9 | SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz \ |
| 10 | file://add-cxx.patch;patch=1" | 10 | file://add-cxx.patch;patch=1" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/libsndfile-${PV}" | 12 | S = "${WORKDIR}/libsndfile-${PV}" |
| 13 | 13 | ||
| 14 | inherit autotools lib_package pkgconfig | 14 | inherit autotools_stage lib_package pkgconfig |
| 15 | 15 | ||
| 16 | do_configure_prepend_arm() { | 16 | do_configure_prepend_arm() { |
| 17 | export ac_cv_sys_largefile_source=1 | 17 | export ac_cv_sys_largefile_source=1 |
| @@ -19,8 +19,3 @@ do_configure_prepend_arm() { | |||
| 19 | ac_cv_sizeof_off_t=8 | 19 | ac_cv_sizeof_off_t=8 |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | do_stage() { | ||
| 23 | oe_libinstall -a -so -C src libsndfile ${STAGING_LIBDIR} | ||
| 24 | install -m 0644 ${S}/src/sndfile.h ${STAGING_INCDIR}/ | ||
| 25 | } | ||
| 26 | |||
