opensync/syncml: Sync with changes in layout upstream

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4684 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-06-17 15:42:01 +00:00
parent 30d39ad578
commit 50f13f955a
8 changed files with 10 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.opensync.org/"
DEPENDS = "sqlite3 libxml2 zlib glib-2.0"
SRC_URI = "http://www.opensync.org/attachment/wiki/download/libopensync-0.22.tar.bz2?format=raw"
SRC_URI = "http://www.opensync.org/download/releases/0.22/libopensync-0.22.tar.bz2"
inherit autotools pkgconfig lib_package
@@ -13,9 +13,7 @@ LEAD_SONAME = "libopensync.so"
FILES_${PN} += " ${libdir}/opensync/formats/*.so"
FILES_${PN}-dbg += " ${libdir}/opensync/formats/.debug/*.so"
require opensync-unpack.inc
do_stage() {
autotools_stage_all
autotools_stage_all
}