* Bump SRCREV to get Makefile fix * Remove non-necessary DEPENDS gstreamer1.0-plugins-bad * Remove PACKAGE_ARCH as the plugin is common for compatible machines
Signed-off-by: Hongmei Gou <[email protected]> --- .../gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb index d32ad20..cd93955 100644 --- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb +++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb @@ -3,19 +3,18 @@ HOMEPAGE = "https://git.ti.com/processor-sdk/gst-plugin-hevc" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=2827f94fc0a1adeff4d9702e97ce2979" -PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "dra7xx" +COMPATIBLE_MACHINE = "dra7xx|keystone" SRC_URI = "git://git.ti.com/processor-sdk/gst-plugin-hevc.git;protocol=git" -SRCREV = "5e2658b71536dffac6fc09e14ca91114795cfc7a" +SRCREV = "e4ea007d0ddeb95ae01742293454ef3c87a6e84c" S = "${WORKDIR}/git" -DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad hevc-arm-decoder" +DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base hevc-arm-decoder" inherit autotools-brokensep pkgconfig gettext -PR = "r4" +PR = "r5" do_configure() { cd ${S} -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
