Please make version upgrades as diffs by passing -C/-M
On Mon, Jul 31, 2017 at 04:43:05PM +0530, Karthik Ramanan wrote: > Updates to dce_test to print additional > extendedError for VC1 and MPEG2 > > Signed-off-by: Karthik Ramanan <[email protected]> > --- > recipes-multimedia/libdce/libdce_3.00.12.00.bb | 15 --------------- > recipes-multimedia/libdce/libdce_3.00.13.00.bb | 15 +++++++++++++++ > 2 files changed, 15 insertions(+), 15 deletions(-) > delete mode 100644 recipes-multimedia/libdce/libdce_3.00.12.00.bb > create mode 100644 recipes-multimedia/libdce/libdce_3.00.13.00.bb > > diff --git a/recipes-multimedia/libdce/libdce_3.00.12.00.bb > b/recipes-multimedia/libdce/libdce_3.00.12.00.bb > deleted file mode 100644 > index 1a2c104..0000000 > --- a/recipes-multimedia/libdce/libdce_3.00.12.00.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 = "398dd27e7f3181fff9e3d910b418c69f1493f52f" > - > -PR = "r4" > - > -S = "${WORKDIR}/git" > -EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" > diff --git a/recipes-multimedia/libdce/libdce_3.00.13.00.bb > b/recipes-multimedia/libdce/libdce_3.00.13.00.bb > new file mode 100644 > index 0000000..e2f3c28 > --- /dev/null > +++ b/recipes-multimedia/libdce/libdce_3.00.13.00.bb > @@ -0,0 +1,15 @@ > +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 = "75810b7bb53d2d076a96c2d1e2f8c61b3c12cb6b" > + > +PR = "r5" > + > +S = "${WORKDIR}/git" > +EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-ti -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
