diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-11 17:15:09 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:51 +0000 |
| commit | 12ba5cc32537ea931abfecf414965a19f30f3fcb (patch) | |
| tree | be522a5df8c7393dcc333f66519dc006f91bb600 /meta/recipes-graphics | |
| parent | 642e92f2cd67980a731ba21b570d8d1c6f4798e0 (diff) | |
| download | poky-12ba5cc32537ea931abfecf414965a19f30f3fcb.tar.gz | |
package_regex.inc: split GITTAGREGEX entries into recipe files
(From OE-Core rev: 589f5442372a7ab0f8bc40403e1739ce1cdd1cc0)
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/mx/mx-1.0_1.4.7.bb | 3 | ||||
| -rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb b/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb index ce35b61eb1..5545c1e819 100644 --- a/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb +++ b/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb | |||
| @@ -4,6 +4,9 @@ require mx.inc | |||
| 4 | SRCREV = "9b1db6b8060bd00b121a692f942404a24ae2960f" | 4 | SRCREV = "9b1db6b8060bd00b121a692f942404a24ae2960f" |
| 5 | PV = "1.4.7+git${SRCPV}" | 5 | PV = "1.4.7+git${SRCPV}" |
| 6 | 6 | ||
| 7 | # Exclude x.99.x versions from upstream checks | ||
| 8 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>^\d+(\.(?!99)\d+)+)" | ||
| 9 | |||
| 7 | SRC_URI = "git://github.com/clutter-project/mx.git;branch=mx-1.4 \ | 10 | SRC_URI = "git://github.com/clutter-project/mx.git;branch=mx-1.4 \ |
| 8 | file://fix-build-dir.patch \ | 11 | file://fix-build-dir.patch \ |
| 9 | file://fix-test-includes.patch \ | 12 | file://fix-test-includes.patch \ |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb index 0eeb870b35..3ccd870545 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb | |||
| @@ -13,6 +13,9 @@ SRCREV = "33e36c12dde336edbdd34626dd8adfcaebc8fbb8" | |||
| 13 | PR = "${INC_PR}.7" | 13 | PR = "${INC_PR}.7" |
| 14 | PV = "0.1.1+gitr${SRCPV}" | 14 | PV = "0.1.1+gitr${SRCPV}" |
| 15 | 15 | ||
| 16 | # Blacklist debian-specific tags in upstream version check | ||
| 17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)(?!-)" | ||
| 18 | |||
| 16 | SRC_URI = "git://anonscm.debian.org/collab-maint/xf86-video-omapfb.git \ | 19 | SRC_URI = "git://anonscm.debian.org/collab-maint/xf86-video-omapfb.git \ |
| 17 | file://0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch \ | 20 | file://0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch \ |
| 18 | file://0001-Revert-Set-a-large-CRTC-upper-limit-to-not-prune-lar.patch \ | 21 | file://0001-Revert-Set-a-large-CRTC-upper-limit-to-not-prune-lar.patch \ |
