X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-vuplus%2Fenigma2%2Fenigma2-transtreamproxy.bb;h=393b9364c6114a6380d1e2505980c7e2b1ce8bcc;hp=cbe06f651acd7f871329259ed80c030e704f6c8a;hb=8205d55cd1f4f813c303e01e8bf54b5aa45ce915;hpb=885cbc7687dbdea351756ed0ce56b73b0694ae2d diff --git a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-transtreamproxy.bb b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-transtreamproxy.bb index cbe06f6..393b936 100644 --- a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-transtreamproxy.bb +++ b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-transtreamproxy.bb @@ -1,19 +1,24 @@ SUMMARY = "streamproxy manages streaming data to a Mobile device using enigma2" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" -SRCREV = "37a3f198a22d90cdfebf07cf56409cf93a4e74ba" -PR = "r5" +PRIORITY = "required" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -SRC_URI = " \ - file://transcoding.patch;patch=1;pnum=1 \ -" +inherit gitpkgv -SCHWERKRAFT_PROJECT = "streamproxy" +PR = "r9" -inherit autotools schwerkraft-git +PV = "0.1+git${SRCPV}" +PKGV = "0.1+git${GITPKGV}" +SRCREV_pn-${PN} ?= "${AUTOREV}" + +DEPENDS += "boost" +SRC_URI = "git://code.vuplus.com/git/filestreamproxy.git;protocol=git;branch=transtreamproxy" + +inherit autotools-brokensep + +S = "${WORKDIR}/git" do_install() { - install -d ${D}/usr/bin - install -m 0755 ${S}/src/streamproxy ${D}/usr/bin/transtreamproxy + install -d ${D}/usr/bin + install -m 0755 ${S}/src/transtreamproxy ${D}/usr/bin/transtreamproxy } -