diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-04-02 10:59:12 -0700 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-04-13 05:16:57 +0200 |
| commit | 3645b27848edd0d873925f5fa2a7686f3ff9eeb9 (patch) | |
| tree | 97bf5a6d10d4360af2b2cd04a9cd53d2897828e9 /recipes-graphics/userland/userland_git.bb | |
| parent | f1b7034077b0728d2b48646bbc016b3bb7539751 (diff) | |
| download | meta-raspberrypi-3645b27848edd0d873925f5fa2a7686f3ff9eeb9.tar.gz | |
userland: Make vchostif as shared library
This helps in using this library when building
with PIE binaries
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/userland_git.bb')
| -rw-r--r-- | recipes-graphics/userland/userland_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index f5fa4e3..ef06b12 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
| @@ -33,6 +33,7 @@ SRC_URI = "\ | |||
| 33 | file://0011-fix-cmake-dependency-race.patch \ | 33 | file://0011-fix-cmake-dependency-race.patch \ |
| 34 | file://0012-Fix-enum-conversion-warnings.patch \ | 34 | file://0012-Fix-enum-conversion-warnings.patch \ |
| 35 | file://0013-Fix-for-framerate-with-nested-composition.patch \ | 35 | file://0013-Fix-for-framerate-with-nested-composition.patch \ |
| 36 | file://0014-build-shared-library-for-vchostif.patch \ | ||
| 36 | file://0015-wl-dispmanx-buffer-wrapping.patch \ | 37 | file://0015-wl-dispmanx-buffer-wrapping.patch \ |
| 37 | " | 38 | " |
| 38 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
