diff options
author | Eric Bénard <eric@eukrea.com> | 2012-03-21 12:08:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-26 23:08:19 +0100 |
commit | 62547e70eea6a050527776af0811013e105f3718 (patch) | |
tree | fe13f5aded3d52eb67a331ae07e12cdbf2aa2172 /meta | |
parent | db529f9f7d9015656c67c548975d918a1908de1a (diff) | |
download | poky-62547e70eea6a050527776af0811013e105f3718.tar.gz |
speex: fix FILES variables
actually FILES_${PN} and FILES_${PN}-dev match the same files.
these files are supposed to go into ${PN} so remove the other entry.
(From OE-Core rev: 4fc0f65e7d6e6fc6775a9a7e54510b629c9786d9)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/speex/speex_1.2rc1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/speex/speex_1.2rc1.bb b/meta/recipes-multimedia/speex/speex_1.2rc1.bb index fe46a00ce4..73701346a6 100644 --- a/meta/recipes-multimedia/speex/speex_1.2rc1.bb +++ b/meta/recipes-multimedia/speex/speex_1.2rc1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8 \ | |||
7 | file://include/speex/speex.h;beginline=1;endline=34;md5=a68129f78d7fe66e07163f73aba143b3" | 7 | file://include/speex/speex.h;beginline=1;endline=34;md5=a68129f78d7fe66e07163f73aba143b3" |
8 | DEPENDS = "libogg" | 8 | DEPENDS = "libogg" |
9 | 9 | ||
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz" | 12 | SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz" |
13 | 13 | ||
@@ -24,5 +24,4 @@ EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \ | |||
24 | 24 | ||
25 | PACKAGES += "${PN}-bin" | 25 | PACKAGES += "${PN}-bin" |
26 | FILES_${PN} = "${libdir}/lib*.so.*" | 26 | FILES_${PN} = "${libdir}/lib*.so.*" |
27 | FILES_${PN}-dev += "${libdir}/lib*.so.*" | ||
28 | FILES_${PN}-bin = "${bindir}" | 27 | FILES_${PN}-bin = "${bindir}" |