[oe] [meta-multimedia][PATCH V3 3/3] tvheadend: do not inherit gitpkgv

Hongxu Jia hongxu.jia at windriver.com
Thu Jun 27 16:07:26 UTC 2019


On 6/28/19 12:05 AM, Martin Jansa wrote:
> > After the fix:
> > tvheadend-4.3+git20+bdc2ae9e19-r0.core2_64.rpm
>
> This is no longer matching the code with the PE bump.
>
I am afraid PE does not work, that's why 2 is added

//Hongxu

> On Thu, Jun 27, 2019 at 6:03 PM Hongxu Jia <hongxu.jia at windriver.com 
> <mailto:hongxu.jia at windriver.com>> wrote:
>
>     Do not inherit gitpkgv in meta-oe, since meta-multimedia
>     does not depends on meta-oe.
>
>     The pkg version will be minor changed
>
>     Before the fix:
>     tvheadend-4.3+git10478+bdc2ae9-r0.core2_64.rpm
>
>     After the fix:
>     tvheadend-4.3+git20+bdc2ae9e19-r0.core2_64.rpm
>     Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com
>     <mailto:hongxu.jia at windriver.com>>
>     ---
>      meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
>     <http://tvheadend_git.bb> | 6 +++---
>      1 file changed, 3 insertions(+), 3 deletions(-)
>
>     diff --git
>     a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
>     <http://tvheadend_git.bb>
>     b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
>     <http://tvheadend_git.bb>
>     index dc6cd46..e3875a2 100644
>     --- a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
>     <http://tvheadend_git.bb>
>     +++ b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
>     <http://tvheadend_git.bb>
>     @@ -1,7 +1,7 @@
>      SUMMARY = "Tvheadend: TV streaming server and recorder"
>      HOMEPAGE = "https://tvheadend.org/"
>
>     -inherit autotools-brokensep gettext gitpkgv pkgconfig
>     +inherit autotools-brokensep gettext pkgconfig
>
>      DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl
>     uriparser zlib"
>
>     @@ -11,8 +11,8 @@ LIC_FILES_CHKSUM =
>     "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db"
>      SRC_URI = "git://github.com/tvheadend/tvheadend.git
>     <http://github.com/tvheadend/tvheadend.git>"
>
>      SRCREV = "bdc2ae9e19520a10cdf0bec0fcc0050b32bc75ff"
>     -PV = "4.3+git${SRCPV}"
>     -PKGV = "4.3+git${GITPKGV}"
>     +PV = "4.3+git2${SRCPV}"
>     +PE = "1"
>
>      S = "${WORKDIR}/git"
>
>     -- 
>     2.7.4
>
>     -- 
>     _______________________________________________
>     Openembedded-devel mailing list
>     Openembedded-devel at lists.openembedded.org
>     <mailto:Openembedded-devel at lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list