gstreamer-vaapi: Move SRC_CHKSUM from .inc to .bb

This allows for the .bb to be the only file that changes when
updating package versions.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2015-10-28 09:11:23 -07:00
parent 0a137ffab0
commit 158516f3b8
2 changed files with 5 additions and 5 deletions

View File

@ -3,3 +3,7 @@ require gstreamer-vaapi.inc
DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
GST_API_VERSION = "1.4" GST_API_VERSION = "1.4"
SRC_URI[md5sum] = "3bd90b696b644be943450ba0c1497193"
SRC_URI[sha256sum] = "0dd236c7bf225322b8934fdba99a7a9e4542566a2acbe7564cdc3ec2c8b73c9d"

View File

@ -12,12 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "libva" DEPENDS = "libva"
SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${REALPN}/${REALPN}-${PV}.tar.bz2 \ SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${REALPN}/${REALPN}-${PV}.tar.bz2 \
file://install-tests.patch \
" "
SRC_URI[md5sum] = "3bd90b696b644be943450ba0c1497193"
SRC_URI[sha256sum] = "0dd236c7bf225322b8934fdba99a7a9e4542566a2acbe7564cdc3ec2c8b73c9d"
S = "${WORKDIR}/${REALPN}-${PV}" S = "${WORKDIR}/${REALPN}-${PV}"
inherit autotools pkgconfig gtk-doc inherit autotools pkgconfig gtk-doc