mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user