diff options
-rw-r--r-- | recipes-graphics/userland/userland_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index aac1c3c..a2ae918 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -88,6 +88,10 @@ do_install:append () { | |||
88 | ln -sf brcmegl.pc ${D}${libdir}/pkgconfig/egl.pc | 88 | ln -sf brcmegl.pc ${D}${libdir}/pkgconfig/egl.pc |
89 | ln -sf brcmvg.pc ${D}${libdir}/pkgconfig/vg.pc | 89 | ln -sf brcmvg.pc ${D}${libdir}/pkgconfig/vg.pc |
90 | fi | 90 | fi |
91 | # Currently man files are installed in /usr/man instead of /usr/share/man, see comments in: | ||
92 | # https://github.com/raspberrypi/userland/commit/45a0022ac64b4d0788def3c5230c972430f6fc23 | ||
93 | mkdir -pv ${D}${datadir} | ||
94 | mv -v ${D}${prefix}/man ${D}${mandir} | ||
91 | } | 95 | } |
92 | 96 | ||
93 | # Shared libs from userland package build aren't versioned, so we need | 97 | # Shared libs from userland package build aren't versioned, so we need |