diff options
| -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 | ||
