Thank you,
Yes I've found the subssupport
And I've created a mediaplayer2 recipe based on it:
SUMMARY = "MediaPlayer 2 for Enigma2" HOMEPAGE = "https://github.com/mx3L/mediaplayer2" AUTHOR = "Maroš Ondrášek <mx3ldev@gmail.com>" LICENSE = "CLOSED" RDEPENDS_${PN} = "python-xmlrpc python-compression python-codecs python-zlib python-difflib unrar" SRCREV = "${AUTOREV}" inherit gitpkgv PV = "0.73+git${SRCPV}" PKGV = "0.73+git${GITPKGV}" SRC_URI = "git://github.com/mx3L/mediaplayer2;protocol=git;branch=master" S = "${WORKDIR}/git" do_install_append () { mkdir -p ${D}/${libdir}/enigma2/python/Plugins/Extensions/mediaplayer2 cp -r ${S}/plugin/* ${D}/${libdir}/enigma2/python/Plugins/Extensions/mediaplayer2/ } FILES_${PN} = "${libdir}/enigma2/python/Plugins/Extensions/mediaplayer2" inherit autotools-brokensep
I didn't know which license, so I've simply put CLOSED for now.