summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-08-20 19:28:43 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2013-08-21 15:54:46 +0300
commit7c73b36d4a7c486071247e22120270e5366f854e (patch)
treec61db8fab40a9d3560cfb835b680c68e6cc80204
parentc95edb57d9408ef704ee556da07f50b690d3c799 (diff)
downloadmeta-raspberrypi-7c73b36d4a7c486071247e22120270e5366f854e.tar.gz
userland: Update to 2013-08-20 master's snapshot
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-graphics/userland/userland_git.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index fe4132a..c7ea522 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -5,22 +5,21 @@ vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG."
5LICENSE = "Broadcom" 5LICENSE = "Broadcom"
6LIC_FILES_CHKSUM = "file://LICENCE;md5=957f6640d5e2d2acfce73a36a56cb32f" 6LIC_FILES_CHKSUM = "file://LICENCE;md5=957f6640d5e2d2acfce73a36a56cb32f"
7 7
8PR = "r1" 8PR = "r2"
9 9
10PROVIDES = "virtual/libgles2 \ 10PROVIDES = "virtual/libgles2 \
11 virtual/egl" 11 virtual/egl"
12COMPATIBLE_MACHINE = "raspberrypi" 12COMPATIBLE_MACHINE = "raspberrypi"
13 13
14SRCREV = "8700279495e266378d36092ccf86424f0ee2539f" 14SRCREV = "23baee63495aa685e7693467b7a5469ff5ca4481"
15SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \ 15SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \
16 " 16 "
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19inherit cmake 19inherit cmake
20 20
21EXTRA_OECMAKE = " \ 21EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
22 -DCMAKE_BUILD_TYPE=Release \ 22
23 "
24# The compiled binaries don't provide sonames. 23# The compiled binaries don't provide sonames.
25SOLIBS = "${SOLIBSDEV}" 24SOLIBS = "${SOLIBSDEV}"
26 25