From 4147bd721497b651a166fa551705e3d3e10ed4bc Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Tue, 10 Feb 2015 00:52:21 +0100 Subject: userland: Bump SRCREV Change-Id: If1d2608322749db4baa445ba94bc471a0ac86a5c Signed-off-by: Andrei Gherzan --- recipes-graphics/userland/userland_git.bb | 7 +++++-- 1 file 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" SRCBRANCH = "master" SRCFORK = "raspberrypi" -SRCREV = "85441185e653347e6b3c2bbc7494f5e29a6ca4a2" +SRCREV = "3b81b91c18ff19f97033e146a9f3262ca631f0e9" SRC_URI = "git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ " @@ -32,10 +32,13 @@ do_install_append() { rm -rf ${D}/opt } -FILES_${PN} += "${libdir}/*${SOLIBS}" +FILES_${PN} += " \ + ${libdir}/*${SOLIBS} \ + ${libdir}/plugins" FILES_${PN}-dev = "${includedir} \ ${prefix}/src" FILES_${PN}-doc += "${datadir}/install" +FILES_${PN}-dbg += "${libdir}/plugins/.debug" PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit v1.2.3-54-g00ecf