]> code.ossystems Code Review - openembedded-core.git/commitdiff
do not install .la file for libowl
authorTomas Frydrych <tf@openedhand.com>
Tue, 24 Apr 2007 09:07:05 +0000 (09:07 +0000)
committerTomas Frydrych <tf@openedhand.com>
Tue, 24 Apr 2007 09:07:05 +0000 (09:07 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1537 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libowl/libowl_svn.bb

index 1f38d6ec8f392a5b4374404f35eb84d4c3658c84..2126e3d4d005c365db1437e4bf989f56cd07522c 100644 (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() {