[oe-commits] org.oe.dev sword: inherit lib_package

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Aug 16 14:10:06 UTC 2007


sword: inherit lib_package

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: f557fb5d50da8225f4dd3b28bddaee1f0f9e3206
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f557fb5d50da8225f4dd3b28bddaee1f0f9e3206
Files:
1
packages/sword/sword_1.5.7.bb
packages/sword/sword_1.5.8.bb
packages/sword/sword_1.5.9.bb
Diffs:

#
# mt diff -rc0f79b6d320049c8f1980adc1836a590660c6d7f -rf557fb5d50da8225f4dd3b28bddaee1f0f9e3206
#
# 
# 
# delete "packages/sword/sword_1.5.7.bb"
# 
# delete "packages/sword/sword_1.5.8.bb"
# 
# patch "packages/sword/sword_1.5.9.bb"
#  from [0425ad3de28afd1945d3b031558fb63683b37eb8]
#    to [fb2268bf6b3ec77f4269e7c620f3938d0f6adc20]
# 
============================================================
--- packages/sword/sword_1.5.9.bb	0425ad3de28afd1945d3b031558fb63683b37eb8
+++ packages/sword/sword_1.5.9.bb	fb2268bf6b3ec77f4269e7c620f3938d0f6adc20
@@ -1,28 +1,20 @@ SECTION = "libs"
 DESCRIPTION = "The SWORD Project is an open source, cross-platform \
 (Linux, Windows, Solaris, MacOSX etc.) API and library for \
 Bible software with a constantly growing list of front-ends \
 (GUI, textmode, web-based, etc.) and a library of over 200 text modules"
 SECTION = "libs"
+HOMEPAGE = "http://www.e-sword.net/"
 PRIORITY = "optional"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-${PV}.tar.gz \
-	file://gcc-visibility.patch;patch=1"
+           file://gcc-visibility.patch;patch=1"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig lib_package
 
 EXTRA_OECONF = "--without-clucene --without-curl"
 
 do_stage() {
-	oe_libinstall -so -C lib libsword ${STAGING_LIBDIR}
-
-	install -d ${STAGING_INCDIR}/sword/
-	for f in include/*.h
-	do
-		install -m 0644 $f ${STAGING_INCDIR}/sword/
-	done
-
+	autotools_stage_all
 }
-
-FILES_${PN} = "${libdir}/libsword*so ${sysconfdir} ${bindir} ${datadir}"






More information about the Openembedded-commits mailing list