X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=meta-openvuplus%2Frecipes-vuplus%2Fenigma2%2Fenigma2-transtreamproxy.bb;h=41765a5d3420eadff8b5da75bd58f58083c21d58;hb=07732709ea676200ed3669c607dd50250894ee2c;hp=b6c56a89a28132f72d3276ef6696c6a752f55ede;hpb=f32df5284b7f558e8c89c95ec9d2e416081ec02d;p=vuplus_openvuplus_3.0 diff --git a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-transtreamproxy.bb b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-transtreamproxy.bb index b6c56a8..41765a5 100644 --- a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-transtreamproxy.bb +++ b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-transtreamproxy.bb @@ -5,15 +5,22 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" inherit gitpkgv -PR = "r6" +PR = "r11" PV = "0.1+git${SRCPV}" PKGV = "0.1+git${GITPKGV}" SRCREV_pn-${PN} ?= "${AUTOREV}" -SRC_URI = "git://code.vuplus.com/git/filestreamproxy.git;protocol=git;branch=transtreamproxy" +DEPENDS += "boost" +SRC_URI = "\ + git://code.vuplus.com/git/filestreamproxy.git;protocol=git;branch=transtreamproxy \ + " +inherit autotools-brokensep -inherit autotools +EXTRA_OECONF_vusolo4k += " --enable-ext-pid " +EXTRA_OECONF_vuultimo4k += " --enable-ext-pid " +EXTRA_OECONF_vuuno4k += " --enable-ext-pid " +EXTRA_OECONF_vuuno4kse += " --enable-ext-pid " S = "${WORKDIR}/git" @@ -21,3 +28,6 @@ do_install() { install -d ${D}/usr/bin install -m 0755 ${S}/src/transtreamproxy ${D}/usr/bin/transtreamproxy } + +PACKAGE_ARCH = "${MACHINE_ARCH}" +