From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [v2 -CONSOLIDATED PULL 09/14] qmmp: Fix QA Packaging Errors
Date: Mon, 17 Oct 2011 13:33:11 +0100 [thread overview]
Message-ID: <1318854800.21775.4.camel@ted> (raw)
In-Reply-To: <d8bdf3a41a8a090bccb7ffdbe937d9a586876a59.1318796061.git.sgw@linux.intel.com>
On Sun, 2011-10-16 at 13:17 -0700, Saul Wold wrote:
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
> meta/recipes-qt/qt-apps/qmmp_0.5.1.bb | 36 +++++++++++++++++++++++++++-----
> 1 files changed, 30 insertions(+), 6 deletions(-)
>
> diff --git a/meta/recipes-qt/qt-apps/qmmp_0.5.1.bb b/meta/recipes-qt/qt-apps/qmmp_0.5.1.bb
> index 948c32a..3f710f5 100644
> --- a/meta/recipes-qt/qt-apps/qmmp_0.5.1.bb
> +++ b/meta/recipes-qt/qt-apps/qmmp_0.5.1.bb
> @@ -4,7 +4,7 @@ LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
> SECTION = "multimedia"
>
> -PR = "r0"
> +PR = "r1"
>
> DEPENDS = "qt4-x11-free taglib libmad libvorbis libogg alsa-lib"
> RDEPENDS_${PN} += "taglib alsa-lib curl"
> @@ -29,16 +29,40 @@ export EXTRA_OECMAKE = "-DQT_QMAKE_EXECUTABLE=${OE_QMAKE_QMAKE} \
> -DQT_QTCORE_INCLUDE_DIR=${OE_QMAKE_INCDIR_QT}/QtCore \
> "
>
> -FILES_${PN} = "${bindir}/qmmp ${libdir}/*.so* \
> - ${libdir}/qmmp/PlaylistFormats/*.so \
> - ${libdir}/qmmp/Output/libalsa.so \
> - ${libdir}/qmmp/Transports/libhttp.so \
> - ${libdir}/qmmp/Visual/libanalyzer.so \
> +FILES_${PN} = "${bindir}/qmmp ${libdir}/*${SOLIBS} \
> + ${libdir}/qmmp/PlaylistFormats/*${SOLIBS} \
> + ${libdir}/qmmp/Output/libalsa${SOLIBS} \
> + ${libdir}/qmmp/Transports/libhttp${SOLIBS} \
> + ${libdir}/qmmp/Visual/libanalyzer${SOLIBS} \
> ${datadir}/icons/* \
> ${datadir}/qmmp/images/* \
> ${datadir}/applications/qmmp.desktop \
> "
>
> +FILES_${PN}-dev += "${libdir}/qmmp/PlaylistFormats/*${SOLIBSDEV} \
> + ${libdir}/qmmp/Output/libalsa${SOLIBSDEV} \
> + ${libdir}/qmmp/Transports/libhttp${SOLIBSDEV} \
> + ${libdir}/qmmp/Visual/libanalyzer${SOLIBSDEV} \
> + "
> +
> +FILES_${PN}-dbg += "${libdir}/qmmp/PlaylistFormats/.debug \
> + ${libdir}/qmmp/Output/.debug/libalsa* \
> + ${libdir}/qmmp/Transports/.debug/libhttp* \
> + ${libdir}/qmmp/Visual/.debug/libanalyzer* \
> + "
> +
> +FILES_${PN}-others-dbg = "${libdir}/qmmp/PlaylistFormats/.debug \
> + ${libdir}/qmmp/General/.debug \
> + ${libdir}/qmmp/Input/.debug \
> + ${libdir}/qmmp/Output/.debug \
> + ${libdir}/qmmp/Effect/.debug \
> + ${libdir}/qmmp/Engines/.debug \
> + ${libdir}/qmmp/FileDialogs/.debug \
> + ${libdir}/qmmp/Transports/.debug \
> + ${libdir}/qmmp/Visual/.debug \
> + ${libdir}/qmmp/CommandLineOptions/.debug \
> + "
What is FILES_${PN}-others-dbg? Shouldn't these be in the -dbg package?
Is this package listed in PACKAGES?
Cheers,
Richard
next prev parent reply other threads:[~2011-10-17 12:39 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-16 20:17 [v2 -CONSOLIDATED PULL 00/14] Updates and World Build Fixes Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 01/14] bind: update to 9.8.1 Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 02/14] resolvconf: Update to 1.61 Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 03/14] default-provider: also define a default provider for gconf-native Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 04/14] qt4: Added support for QtMobility 1.2 Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 05/14] cmake : Disable building ccmake Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 06/14] pulseaudio: make bluetooth support conditional upon DISTRO_FEATURES Saul Wold
2011-10-18 18:49 ` Martin Jansa
2011-10-18 19:05 ` Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 07/14] bluez4: disable hidd, pand & dund Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 08/14] glib-2.0: Add nativesdk depends for libffi Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 09/14] qmmp: Fix QA Packaging Errors Saul Wold
2011-10-17 12:33 ` Richard Purdie [this message]
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 10/14] libomxil: Fix QA Package Errors Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 11/14] Distro Tracking: Fix dates Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 12/14] sysprof: remove duplicated patch Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 13/14] mktemp: Add patch to fix parallel make install Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 14/14] screen: " Saul Wold
2011-10-17 12:33 ` [v2 -CONSOLIDATED PULL 00/14] Updates and World Build Fixes Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1318854800.21775.4.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.