diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-08-20 19:28:43 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-08-21 15:54:46 +0300 |
commit | 7c73b36d4a7c486071247e22120270e5366f854e (patch) | |
tree | c61db8fab40a9d3560cfb835b680c68e6cc80204 | |
parent | c95edb57d9408ef704ee556da07f50b690d3c799 (diff) | |
download | meta-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.bb | 9 |
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." | |||
5 | LICENSE = "Broadcom" | 5 | LICENSE = "Broadcom" |
6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=957f6640d5e2d2acfce73a36a56cb32f" | 6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=957f6640d5e2d2acfce73a36a56cb32f" |
7 | 7 | ||
8 | PR = "r1" | 8 | PR = "r2" |
9 | 9 | ||
10 | PROVIDES = "virtual/libgles2 \ | 10 | PROVIDES = "virtual/libgles2 \ |
11 | virtual/egl" | 11 | virtual/egl" |
12 | COMPATIBLE_MACHINE = "raspberrypi" | 12 | COMPATIBLE_MACHINE = "raspberrypi" |
13 | 13 | ||
14 | SRCREV = "8700279495e266378d36092ccf86424f0ee2539f" | 14 | SRCREV = "23baee63495aa685e7693467b7a5469ff5ca4481" |
15 | SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \ | 15 | SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \ |
16 | " | 16 | " |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | inherit cmake | 19 | inherit cmake |
20 | 20 | ||
21 | EXTRA_OECMAKE = " \ | 21 | EXTRA_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. |
25 | SOLIBS = "${SOLIBSDEV}" | 24 | SOLIBS = "${SOLIBSDEV}" |
26 | 25 | ||