[meta-ti] [PATCH] libdce: Rename recipe and bump SRCREV

Denys Dmytriyenko denys at ti.com
Mon Oct 31 10:38:24 PDT 2016


NAK


On Mon, Oct 31, 2016 at 02:07:46PM +0530, Karthik Ramanan wrote:
> Make recipe compatible to 3.00.12.00 version
> Includes minor bug fixes
> 
> Signed-off-by: Karthik Ramanan <a0393906 at ti.com>
> ---
>  recipes-multimedia/libdce/libdce_3.00.10.01.bb | 15 ---------------
>  recipes-multimedia/libdce/libdce_git.bb        | 16 ++++++++++++++++
>  2 files changed, 16 insertions(+), 15 deletions(-)
>  delete mode 100644 recipes-multimedia/libdce/libdce_3.00.10.01.bb
>  create mode 100644 recipes-multimedia/libdce/libdce_git.bb
> 
> diff --git a/recipes-multimedia/libdce/libdce_3.00.10.01.bb b/recipes-multimedia/libdce/libdce_3.00.10.01.bb
> deleted file mode 100644
> index 7adb961..0000000
> --- a/recipes-multimedia/libdce/libdce_3.00.10.01.bb
> +++ /dev/null
> @@ -1,15 +0,0 @@
> -DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD"
> -LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae"
> -
> -inherit autotools pkgconfig
> -
> -DEPENDS = "libdrm ti-ipc"
> -
> -SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git"
> -SRCREV = "f83e785d2b98404fed9e3a6264bf4945c65abd12"
> -
> -S = "${WORKDIR}/git"
> -EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
> -
> -PR = "r1"
> diff --git a/recipes-multimedia/libdce/libdce_git.bb b/recipes-multimedia/libdce/libdce_git.bb
> new file mode 100644
> index 0000000..60bc140
> --- /dev/null
> +++ b/recipes-multimedia/libdce/libdce_git.bb
> @@ -0,0 +1,16 @@
> +DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae"
> +
> +inherit autotools pkgconfig
> +
> +DEPENDS = "libdrm ti-ipc"
> +
> +SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git"
> +SRCREV = "281e466ff5b0344f538ec4e76076290e60774516"
> +
> +S = "${WORKDIR}/git"
> +EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
> +
> +PV = "3.00.12.00"
> +PR = "r2"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


More information about the meta-ti mailing list