summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-11-16 18:05:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-08 10:20:52 +0000
commit976f0e35c62149040bf10b4e9c6b5840b6ba82ee (patch)
treecd92befe31cb74f2878339e01c503a64de9e0b90 /meta/recipes-graphics
parent74bfa62f85433991f007ae1e029e76db05b3a380 (diff)
downloadpoky-976f0e35c62149040bf10b4e9c6b5840b6ba82ee.tar.gz
package_regex.inc: split the rest of the entries to their recipes
(From OE-Core rev: 73e2555cc7d529a93362b3fcfea3fbc7a4c60ca1) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/cairo/cairo_1.14.4.bb2
-rw-r--r--meta/recipes-graphics/libsdl/libsdl_1.2.15.bb2
-rw-r--r--meta/recipes-graphics/tslib/tslib_1.1.bb1
-rw-r--r--meta/recipes-graphics/waffle/waffle_1.5.1.bb2
-rw-r--r--meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb2
5 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-graphics/cairo/cairo_1.14.4.bb b/meta/recipes-graphics/cairo/cairo_1.14.4.bb
index 17ea851c9f..a47bfa5454 100644
--- a/meta/recipes-graphics/cairo/cairo_1.14.4.bb
+++ b/meta/recipes-graphics/cairo/cairo_1.14.4.bb
@@ -7,6 +7,8 @@ SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.xz"
7SRC_URI[md5sum] = "90a929e8fe66fb5d19b5adaaea1e9a12" 7SRC_URI[md5sum] = "90a929e8fe66fb5d19b5adaaea1e9a12"
8SRC_URI[sha256sum] = "f6ec9c7c844db9ec011f0d66b57ef590c45adf55393d1fc249003512522ee716" 8SRC_URI[sha256sum] = "f6ec9c7c844db9ec011f0d66b57ef590c45adf55393d1fc249003512522ee716"
9 9
10UPSTREAM_CHECK_REGEX = "cairo-(?P<pver>\d+(\.\d+)+)\.tar"
11
10PACKAGES =+ "cairo-gobject cairo-script-interpreter cairo-perf-utils" 12PACKAGES =+ "cairo-gobject cairo-script-interpreter cairo-perf-utils"
11 13
12SUMMARY_${PN} = "The Cairo 2D vector graphics library" 14SUMMARY_${PN} = "The Cairo 2D vector graphics library"
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
index b50859ae18..8b9e050f9e 100644
--- a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
+++ b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
@@ -26,6 +26,8 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
26 file://pkgconfig.patch \ 26 file://pkgconfig.patch \
27 " 27 "
28 28
29UPSTREAM_CHECK_REGEX = "SDL-(?P<pver>\d+(\.\d+)+)\.tar"
30
29S = "${WORKDIR}/SDL-${PV}" 31S = "${WORKDIR}/SDL-${PV}"
30 32
31SRC_URI[md5sum] = "9d96df8417572a2afb781a7c4c811a85" 33SRC_URI[md5sum] = "9d96df8417572a2afb781a7c4c811a85"
diff --git a/meta/recipes-graphics/tslib/tslib_1.1.bb b/meta/recipes-graphics/tslib/tslib_1.1.bb
index 6d8c7dd7eb..8e304a6efd 100644
--- a/meta/recipes-graphics/tslib/tslib_1.1.bb
+++ b/meta/recipes-graphics/tslib/tslib_1.1.bb
@@ -18,6 +18,7 @@ SRC_URI = "https://github.com/kergoth/tslib/releases/download/${PV}/tslib-${PV}.
18SRC_URI[md5sum] = "14771f8607b341bb4b297819d37e837d" 18SRC_URI[md5sum] = "14771f8607b341bb4b297819d37e837d"
19SRC_URI[sha256sum] = "fe35e5f710ea933b118f710e2ce4403ac076fe69926b570333867d4de082a51c" 19SRC_URI[sha256sum] = "fe35e5f710ea933b118f710e2ce4403ac076fe69926b570333867d4de082a51c"
20 20
21UPSTREAM_CHECK_URI = "https://github.com/kergoth/tslib/releases"
21 22
22inherit autotools pkgconfig 23inherit autotools pkgconfig
23 24
diff --git a/meta/recipes-graphics/waffle/waffle_1.5.1.bb b/meta/recipes-graphics/waffle/waffle_1.5.1.bb
index af84020532..6e779485b7 100644
--- a/meta/recipes-graphics/waffle/waffle_1.5.1.bb
+++ b/meta/recipes-graphics/waffle/waffle_1.5.1.bb
@@ -9,6 +9,8 @@ SRC_URI = "http://waffle-gl.org/files/release/${BPN}-${PV}/${BPN}-${PV}.tar.xz \
9SRC_URI[md5sum] = "c0d802bc3d0aba87c51e423a3a8bdd69" 9SRC_URI[md5sum] = "c0d802bc3d0aba87c51e423a3a8bdd69"
10SRC_URI[sha256sum] = "cbab0e926515064e818bf089a5af04be33307e5f40d07659fb40d59b2bfe20aa" 10SRC_URI[sha256sum] = "cbab0e926515064e818bf089a5af04be33307e5f40d07659fb40d59b2bfe20aa"
11 11
12UPSTREAM_CHECK_URI = "http://www.waffle-gl.org/releases.html"
13
12inherit cmake distro_features_check lib_package 14inherit cmake distro_features_check lib_package
13 15
14# This should be overridden per-machine to reflect the capabilities of the GL 16# This should be overridden per-machine to reflect the capabilities of the GL
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb
index a166b57603..de22a81972 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb
@@ -12,6 +12,8 @@ SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
12SRC_URI[md5sum] = "2e1faeafcc609c30af3a561a91e84158" 12SRC_URI[md5sum] = "2e1faeafcc609c30af3a561a91e84158"
13SRC_URI[sha256sum] = "90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c" 13SRC_URI[sha256sum] = "90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c"
14 14
15UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
16
15inherit autotools pkgconfig 17inherit autotools pkgconfig
16 18
17EXTRA_OECONF = "--disable-docs" 19EXTRA_OECONF = "--disable-docs"