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

Hongxu Jia hongxu.jia at windriver.com
Fri Jun 28 15:49:54 UTC 2019


Please drop this fix, since meta-multimedia depends on meta-python,
and meta-python depends on meta-oe, the fix is not necessary

//Hongxu

On 6/28/19 12:02 AM, Hongxu Jia 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>
> ---
>   meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
> index dc6cd46..e3875a2 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"
>   
> @@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db"
>   SRC_URI = "git://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"
>   




More information about the Openembedded-devel mailing list