From 7c73b36d4a7c486071247e22120270e5366f854e Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Tue, 20 Aug 2013 19:28:43 +0300 Subject: userland: Update to 2013-08-20 master's snapshot Signed-off-by: Andrei Gherzan --- recipes-graphics/userland/userland_git.bb | 9 ++++----- 1 file 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." LICENSE = "Broadcom" LIC_FILES_CHKSUM = "file://LICENCE;md5=957f6640d5e2d2acfce73a36a56cb32f" -PR = "r1" +PR = "r2" PROVIDES = "virtual/libgles2 \ virtual/egl" COMPATIBLE_MACHINE = "raspberrypi" -SRCREV = "8700279495e266378d36092ccf86424f0ee2539f" +SRCREV = "23baee63495aa685e7693467b7a5469ff5ca4481" SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \ " S = "${WORKDIR}/git" inherit cmake -EXTRA_OECMAKE = " \ - -DCMAKE_BUILD_TYPE=Release \ - " +EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" + # The compiled binaries don't provide sonames. SOLIBS = "${SOLIBSDEV}" -- cgit v1.2.3-54-g00ecf