do not install .la file for libowl

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1537 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Tomas Frydrych 2007-04-24 09:07:05 +00:00
parent 273f0d8c91
commit 7692158053
1 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@ DESCRIPTION = "OpenedHand Widget Library"
HOMEPAGE = "http://www.o-hand.com"
LICENSE = "LGPL"
SECTION = "libs"
PR = "r2"
PR = "r3"
PV = "0.0+svn${SRCDATE}"
DEPENDS = "gtk+ glib-2.0"
@ -36,7 +36,6 @@ do_stage() {
install -m 644 $header ${STAGING_INCDIR}/$hdr_base
done
install -m 644 libowl/.libs/libowl.a ${STAGING_LIBDIR}/
install -m 644 libowl/.libs/libowl.la ${STAGING_LIBDIR}/
}
do_install() {