From patchwork Sun Sep 18 11:23:08 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-opie,06/17] opie-libqrsync: package static library Date: Sun, 18 Sep 2011 11:23:08 -0000 From: lumag X-Patchwork-Id: 11663 Message-Id: <1316344999-26642-7-git-send-email-dbaryshkov@gmail.com> To: openembedded-devel@lists.openembedded.org Cc: Dmitry Eremin-Solenikov Most of qt/opie libraries are normal shared libraries. libqrsync is static lib, so it needs a special handle during packaging. Signed-off-by: Dmitry Eremin-Solenikov --- recipes-opie/opie-libqrsync/opie-libqrsync.inc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/recipes-opie/opie-libqrsync/opie-libqrsync.inc b/recipes-opie/opie-libqrsync/opie-libqrsync.inc index 02c21cb..ed657dd 100644 --- a/recipes-opie/opie-libqrsync/opie-libqrsync.inc +++ b/recipes-opie/opie-libqrsync/opie-libqrsync.inc @@ -13,3 +13,7 @@ do_install() { install -d ${D}${includedir}/ install -m 0644 qrsync.h ${D}${includedir}/ } + +# opie doesn't use staticdev packages and .a libraries +# This package is an exception, so include .a in -dev +FILES_${PN}-dev += "${libdir}/libqrsync.a"