[oe] [meta-multimedia][PATCH V2] tvheadend: do not inherit gitpkgv

Khem Raj raj.khem at gmail.com
Thu Jun 27 15:14:38 UTC 2019


git0 will sort lower than git1 so may be PE jump will be helpful here

On Wed, Jun 26, 2019 at 10:34 PM Hongxu Jia <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+git0+bdc2ae9e19-r0.core2_64.rpm
>
> Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
> ---
>  meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
> b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
> index dc6cd46..bbe4ce0 100644
> --- a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
> +++ b/meta-multimedia/recipes-dvb/tvheadend/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"
>
> @@ -12,7 +12,6 @@ SRC_URI = "git://github.com/tvheadend/tvheadend.git"
>
>  SRCREV = "bdc2ae9e19520a10cdf0bec0fcc0050b32bc75ff"
>  PV = "4.3+git${SRCPV}"
> -PKGV = "4.3+git${GITPKGV}"
>
>  S = "${WORKDIR}/git"
>
> --
> 2.7.4
>
>


More information about the Openembedded-devel mailing list