Skip to content

Commit

Permalink
PlexDVRAPI: update .bb
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos authored Oct 9, 2017
1 parent 1eed975 commit 8184f77
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a23a74b3f4caf9616230789d94217acb"

inherit gitpkgv distutils-openplugins
PV = "3.0+git${SRCPV}"
PKGV = "3.0+git${GITPKGV}"

PV = "git${SRCPV}"
PKGV = "${GITPKGVTAG}"
PR = "r1"

SRC_URI = "git://github.com/OpenViX/PlexDVRAPI.git;protocol=git"

Expand All @@ -16,6 +18,10 @@ RDEPENDS_${PN} = " \
python-argparse \
"

do_install_prepend() {
echo ${GITPKGVTAG} | awk -F"-" '{print $1}'> ${S}/build/lib/SystemPlugins/PlexDVRAPI/PLUGIN_VERSION
}

python populate_packages_prepend() {
e2_pdir = bb.data.expand('${libdir}/enigma2/python/Plugins', d)
do_split_packages(d, e2_pdir, '^(\w+/\w+)/.*\.py$', 'enigma2-plugin-%s-src', '%s (source files)', recursive=True, match_path=True, prepend=True)
Expand Down

0 comments on commit 8184f77

Please sign in to comment.