diff options
| -rw-r--r-- | recipes-graphics/userland/userland_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 77c98d7..1e60ea8 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
| @@ -13,7 +13,7 @@ COMPATIBLE_MACHINE = "raspberrypi" | |||
| 13 | 13 | ||
| 14 | SRCBRANCH = "master" | 14 | SRCBRANCH = "master" |
| 15 | SRCFORK = "raspberrypi" | 15 | SRCFORK = "raspberrypi" |
| 16 | SRCREV = "85441185e653347e6b3c2bbc7494f5e29a6ca4a2" | 16 | SRCREV = "3b81b91c18ff19f97033e146a9f3262ca631f0e9" |
| 17 | 17 | ||
| 18 | SRC_URI = "git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ | 18 | SRC_URI = "git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ |
| 19 | " | 19 | " |
| @@ -32,10 +32,13 @@ do_install_append() { | |||
| 32 | rm -rf ${D}/opt | 32 | rm -rf ${D}/opt |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | FILES_${PN} += "${libdir}/*${SOLIBS}" | 35 | FILES_${PN} += " \ |
| 36 | ${libdir}/*${SOLIBS} \ | ||
| 37 | ${libdir}/plugins" | ||
| 36 | FILES_${PN}-dev = "${includedir} \ | 38 | FILES_${PN}-dev = "${includedir} \ |
| 37 | ${prefix}/src" | 39 | ${prefix}/src" |
| 38 | FILES_${PN}-doc += "${datadir}/install" | 40 | FILES_${PN}-doc += "${datadir}/install" |
| 41 | FILES_${PN}-dbg += "${libdir}/plugins/.debug" | ||
| 39 | 42 | ||
| 40 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 43 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 41 | 44 | ||
