On 2011年11月07日 20:11, Koen Kooi wrote:
Op 7 nov. 2011, om 13:01 heeft Xiaofeng Yan het volgende geschreven:

On 2011年11月07日 19:58, Koen Kooi wrote:
Op 7 nov. 2011, om 12:57 heeft Xiaofeng Yan het volgende geschreven:


From: Xiaofeng Yan<[email protected]>


qmmp: remove old recipe and add new recipe

Use do_split_package for each grouping and name them correctly besides updating 
package.
The format to name plugins of qmmp:
qmmp-plugin-<group>-<library>    with the Description: Qmmp<Group>   plugin for 
%s"

Signed-off-by: Xiaofeng Yan
<[email protected]>

---
meta/recipes-qt/qt-apps/qmmp_0.5.1.bb |   47 ----------------------------

-FILES_${PN}-plugin-input-mad = "${libdir}/qmmp/Input/libmad.so"
-RDEPENDS_${PN}-plugin-input-mad = "libmad"
-FILES_${PN}-plugin-input-vorbis = "${libdir}/qmmp/Input/libvorbis.so"
-RDEPENDS_${PN}-plugin-input-vorbis = "libvorbis libogg"

diff --git a/meta/recipes-qt/qt-apps/qmmp_0.5.2.bb 
b/meta/recipes-qt/qt-apps/qmmp_0.5.2.bb
new file mode 100644
index 0000000..035b50f
--- /dev/null
+++ b/meta/recipes-qt/qt-apps/qmmp_0.5.2.bb
@@ -0,0 +1,54 @@
+dESCRIPTION = "Qmmp (Qt-based Multimedia Player) is an audio-player, written with 
help of Qt library"
+HOMEPAGE =
"http://qmmp.ylsoftware.com";

+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM =
"file://COPYING;md5=393a5ca445f6965873eca0259a17f833"

+SECTION = "multimedia"
+
+PR = "r0"
+
+DEPENDS = "taglib libmad libvorbis libogg alsa-lib"
+RDEPENDS_${PN} += "taglib alsa-lib libmad curl"

RDEPENDS go below do_install, like in the old recipe. The variable follow the 
task order, so DEPENDS goes at the top, RDEPENDS (do_package) goes down below 
do_install.


Hi koen,

Thank you for finding my fault, but in this recipe , do_install use default 
mode. I should put RDEPENDS below  FILES_${PN}, right?
Yes please.

Thanks, I modified my fault.

regards,

Koen


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to