From 25430614934560aaa2280ba8dcd986bc5302d4dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 15 Jan 2014 19:02:59 +0100 Subject: [PATCH] polkit-qt-1: modify PolkitQt-1Config.cmake so that others find me MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-maui/polkit-qt-1/polkit-qt-1_git.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes-maui/polkit-qt-1/polkit-qt-1_git.bb b/recipes-maui/polkit-qt-1/polkit-qt-1_git.bb index 493c6295..cdd06041 100644 --- a/recipes-maui/polkit-qt-1/polkit-qt-1_git.bb +++ b/recipes-maui/polkit-qt-1/polkit-qt-1_git.bb @@ -13,3 +13,9 @@ PV = "0.103.1+git${SRCPV}" S = "${WORKDIR}/git" FILES_${PN}-dev += "${libdir}/cmake" + +# make others find me +do_install_append() { + sed -i 's:\/usr:${STAGING_DIR_TARGET}/usr:g' ${D}${libdir}/cmake/PolkitQt-1/PolkitQt-1Config.cmake +} +