From: Eduardo Lima (Etrunko) <[email protected]> Signed-off-by: Eduardo Lima (Etrunko) <[email protected]> --- recipes/python/python-lightmediascanner_git.bb | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 recipes/python/python-lightmediascanner_git.bb
diff --git a/recipes/python/python-lightmediascanner_git.bb b/recipes/python/python-lightmediascanner_git.bb new file mode 100644 index 0000000..694aed5 --- /dev/null +++ b/recipes/python/python-lightmediascanner_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Python bindings for Light Media Scanner." +AUTHOR = "Gustavo Sverzut Barbieri <[email protected]>" +LICENSE = "LGPL" + +SRCREV = "${AUTOREV}" +PV = "0.4.0+git${SRCREV}" +PR = "r0" + +DEPENDS += "python-pyrex-native python-cython-native lightmediascanner" +RDEPENDS += "liblightmediascanner" + +SRC_URI = "git://git.profusion.mobi/python-lightmediascanner.git;protocol=git;branch=master" +S = "${WORKDIR}/git" + +inherit setuptools -- 1.7.3.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
