meta-efl ;) El 17 d’octubre de 2011 8:42, Koen Kooi <[email protected]> ha escrit:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > [PATCH][meta-oe] lightmediascanner: Add version 0.4.4 (initial recipe) > > I know the difference is academic, but meta-oe or meta-efl? > > Op 16-10-11 23:33, Pau Espin Pedrol schreef: > > * Copied from oe-classic > > < > http://git.openembedded.org/openembedded/commit/?id=63d3969b0f839fc4b7bf7fe836daec729d9d3c53 > > > > > > > * Remove PE=1 > > * Add LIC_FILES_CHKSUM * Builds fine using SHR distro > > > > Signed-off-by: Pau Espin Pedrol <[email protected]> --- > > .../lightmediascanner/lightmediascanner_0.4.4.bb | 29 > > ++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) > > create mode 100644 > > meta-efl/recipes-multimedia/lightmediascanner/lightmediascanner_0.4.4.bb > > > > diff --git > > a/meta-efl/recipes-multimedia/lightmediascanner/ > lightmediascanner_0.4.4.bb > > b/meta-efl/recipes-multimedia/lightmediascanner/ > lightmediascanner_0.4.4.bb > > > > > new file mode 100644 > > index 0000000..cb35fb0 --- /dev/null +++ > > b/meta-efl/recipes-multimedia/lightmediascanner/ > lightmediascanner_0.4.4.bb > > > > > @@ -0,0 +1,29 @@ > > +DESCRIPTION = "Lightweight media scanner meant to be used in > > not-so-powerful devices" +AUTHOR = "ProFUSION" +HOMEPAGE = > > "http://lms.garage.maemo.org/" +SECTION = "libs/multimedia" +LICENSE = > > "LGPLv2.1+" +LIC_FILES_CHKSUM = > > "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" +DEPENDS = "sqlite3 > > flac virtual/libiconv" + +PR = "r0" + +SRC_URI = > > " > http://git.profusion.mobi/cgit.cgi/lightmediascanner.git/snapshot/release_${PV}.tar.bz2 > > \ +" +SRC_URI[md5sum] = "f423376a70f8f321af69b12563b176fe" > > +SRC_URI[sha256sum] = > > "302a7f6cc355467cd20332f4e02c8b87ba6c0c7a6818a6a987e007aace19b41e" + +S = > > "${WORKDIR}/release_${PV}" + +inherit autotools pkgconfig + > > +do_install_append() { + install -d ${D}/${bindir}/ + install -m > > 755 ${S}/src/bin/.libs/test ${D}/${bindir}/test-lms +} + +PACKAGES =+ > > "${PN}-test" + +FILES_${PN}-test = "${bindir}/test-lms" + > > +FILES_${PN}-dbg += "${libdir}/${PN}/plugins/.debug" > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Darwin) > Comment: GPGTools - http://gpgtools.org > > iD8DBQFOm85WMkyGM64RGpERApAnAJ9JtVK+0TfgAev2BW7aB0ACg/3DMwCgoDbv > 4r1P2NRHiDH3S6cA64cRP0w= > =92no > -----END PGP SIGNATURE----- > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > -- Pau Espin Pedrol mail/jabber: [email protected] http://blog.espeweb.net _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
