diff options
| author | Saul Wold <sgw@linux.intel.com> | 2015-10-28 09:11:23 -0700 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2015-11-02 14:05:10 -0800 |
| commit | 158516f3b89eafa222e64de90de383cabc8c2594 (patch) | |
| tree | cd1437a3d9b34b51fdae2f97a245dae43b838829 | |
| parent | 0a137ffab0d813a92b5333d2570b8a9afa1ff3e5 (diff) | |
| download | meta-intel-158516f3b89eafa222e64de90de383cabc8c2594.tar.gz | |
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>
| -rw-r--r-- | common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.5.10.bb | 4 | ||||
| -rw-r--r-- | common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.5.10.bb b/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.5.10.bb index c1c4f5ac..1a1e0150 100644 --- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.5.10.bb +++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.5.10.bb | |||
| @@ -3,3 +3,7 @@ require gstreamer-vaapi.inc | |||
| 3 | DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" | 3 | DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" |
| 4 | 4 | ||
| 5 | GST_API_VERSION = "1.4" | 5 | GST_API_VERSION = "1.4" |
| 6 | |||
| 7 | SRC_URI[md5sum] = "3bd90b696b644be943450ba0c1497193" | ||
| 8 | SRC_URI[sha256sum] = "0dd236c7bf225322b8934fdba99a7a9e4542566a2acbe7564cdc3ec2c8b73c9d" | ||
| 9 | |||
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc b/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc index 64c61313..1d66124c 100644 --- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc +++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc | |||
| @@ -12,11 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" | |||
| 12 | DEPENDS = "libva" | 12 | DEPENDS = "libva" |
| 13 | 13 | ||
| 14 | SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${REALPN}/${REALPN}-${PV}.tar.bz2 \ | 14 | SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${REALPN}/${REALPN}-${PV}.tar.bz2 \ |
| 15 | file://install-tests.patch \ | 15 | " |
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "3bd90b696b644be943450ba0c1497193" | ||
| 19 | SRC_URI[sha256sum] = "0dd236c7bf225322b8934fdba99a7a9e4542566a2acbe7564cdc3ec2c8b73c9d" | ||
| 20 | 16 | ||
| 21 | S = "${WORKDIR}/${REALPN}-${PV}" | 17 | S = "${WORKDIR}/${REALPN}-${PV}" |
| 22 | 18 | ||
