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=2728e203e1802a882e535cd94e5ae5555ef52199;hp=393b9364c6114a6380d1e2505980c7e2b1ce8bcc;hb=c749173d1f3d46edb536e5f7836b4662166238a1;hpb=8205d55cd1f4f813c303e01e8bf54b5aa45ce915 diff --git a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-transtreamproxy.bb b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-transtreamproxy.bb index 393b936..2728e20 100644 --- a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-transtreamproxy.bb +++ b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-transtreamproxy.bb @@ -5,20 +5,27 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" inherit gitpkgv -PR = "r9" +PR = "r10" 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" - +SRC_URI = "\ + git://code.vuplus.com/git/filestreamproxy.git;protocol=git;branch=transtreamproxy \ + file://ext-pid-patch.diff;striplevel=1 \ + " inherit autotools-brokensep +EXTRA_OECONF_vusolo4k += " --enable-ext-pid " + S = "${WORKDIR}/git" do_install() { install -d ${D}/usr/bin install -m 0755 ${S}/src/transtreamproxy ${D}/usr/bin/transtreamproxy } + +PACKAGE_ARCH = "${MACHINE_ARCH}" +