From: "Franklin S. Cooper Jr" <fcooper@ti.com>
To: <meta-arago@arago-project.org>
Cc: "Franklin S. Cooper Jr" <fcooper@ti.com>
Subject: [PATCH 5/8] wayland/weston: Switch from tarball to git
Date: Tue, 19 Aug 2014 11:45:49 -0500 [thread overview]
Message-ID: <1408466752-4458-5-git-send-email-fcooper@ti.com> (raw)
In-Reply-To: <1408466752-4458-1-git-send-email-fcooper@ti.com>
From: "Franklin S. Cooper Jr" <fcooper@ti.com>
* Allows picking up newer commits between releases alot easier
* The current commit matches the 1.5.0 release
---
.../recipes-graphics/wayland/wayland_1.5.0.bb | 11 ++++++++---
.../recipes-graphics/wayland/weston_1.5.0.bb | 9 ++++++---
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/meta-arago-extras/recipes-graphics/wayland/wayland_1.5.0.bb b/meta-arago-extras/recipes-graphics/wayland/wayland_1.5.0.bb
index b1ae59e..800ba7a 100644
--- a/meta-arago-extras/recipes-graphics/wayland/wayland_1.5.0.bb
+++ b/meta-arago-extras/recipes-graphics/wayland/wayland_1.5.0.bb
@@ -10,12 +10,17 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=1d4476a7d98dd5691c53d4d43a510c72 \
file://src/wayland-server.c;endline=21;md5=079ae21dbf98ada52ec23744851b0a5c"
-SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "1d882776b27329b91d2d500b6d66dd1d"
-SRC_URI[sha256sum] = "0069e1e9af888b3e05384380ad8cc6c976ea3e81d08ba19b7675ce1d693a41b5"
+BRANCH = "master"
+SRCREV = "3ac62cd6b6012f40e37b1bd7fc1e8178585905ca"
+
+SRC_URI = "git://anongit.freedesktop.org/wayland/wayland;protocol=git;branch=${BRANCH}"
+
SRC_URI_append_class-native = " \
file://disable-macro-checks-not-used-for-scanner.patch \
"
+
+S = "${WORKDIR}/git"
+
EXTRA_OECONF_class-native = "--disable-documentation --enable-scanner"
inherit autotools pkgconfig
diff --git a/meta-arago-extras/recipes-graphics/wayland/weston_1.5.0.bb b/meta-arago-extras/recipes-graphics/wayland/weston_1.5.0.bb
index 4a8584f..e1ff61b 100644
--- a/meta-arago-extras/recipes-graphics/wayland/weston_1.5.0.bb
+++ b/meta-arago-extras/recipes-graphics/wayland/weston_1.5.0.bb
@@ -5,15 +5,18 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=275efac2559a224527bd4fd593d38466 \
file://src/compositor.c;endline=23;md5=aa98a8db03480fe7d500d0b1f4b8850c"
-SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
+BRANCH = "master"
+SRCREV = "880193622024d7dc2b36421251d97b08da324570"
+
+SRC_URI = "git://anongit.freedesktop.org/wayland/weston;protocol=git;branch=${BRANCH} \
file://weston.png \
file://weston.desktop \
file://disable-wayland-scanner-pkg-check.patch \
file://make-lcms-explicitly-configurable.patch \
file://make-libwebp-explicitly-configurable.patch \
"
-SRC_URI[md5sum] = "8eb40d230efc2411f083c20656534780"
-SRC_URI[sha256sum] = "06388ba04ac79aa72d685cc1a8e646ddb2b8cfe11fcc742294f9addac48b7684"
+
+S = "${WORKDIR}/git"
inherit autotools pkgconfig useradd
--
1.7.9.5
next prev parent reply other threads:[~2014-08-19 16:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-19 16:45 [PATCH 1/8] libevdev: Add libdevdev which is a dependency for libinput Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 2/8] libinput: Add new library which is a optional dependency for Weston Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 3/8] weston: Pull in Weston 1.5.0 from oe-core master Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 4/8] wayland: Pull in wayland " Franklin S. Cooper Jr
2014-08-19 16:45 ` Franklin S. Cooper Jr [this message]
2014-08-19 16:45 ` [PATCH 6/8] weston: Move distro specific changes to meta-arago-distro Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 7/8] weston: Update commit used for weston 1.5.0 Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 8/8] wayland: Updated commit for Wayland 1.5.0 Franklin S. Cooper Jr
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1408466752-4458-5-git-send-email-fcooper@ti.com \
--to=fcooper@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.