mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
Check in opensync/libsync/synctool bits - Mostly compiles, not tested
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1113 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
--- wbxml2-0.9.2/Makefile.am.old 2007-01-03 19:50:24.000000000 +0000
|
||||
+++ wbxml2-0.9.2/Makefile.am 2007-01-03 19:50:39.000000000 +0000
|
||||
@@ -24,9 +24,9 @@
|
||||
TODO\
|
||||
doxygen.h
|
||||
|
||||
-install-data-local:
|
||||
- $(mkinstalldirs) $(DESTDIR)$(wbxmldocdir)/manual
|
||||
- cp -Rp doc/* $(DESTDIR)$(wbxmldocdir)/manual
|
||||
+#install-data-local:
|
||||
+# $(mkinstalldirs) $(DESTDIR)$(wbxmldocdir)/manual
|
||||
+# cp -Rp doc/* $(DESTDIR)$(wbxmldocdir)/manual
|
||||
|
||||
dist-bz2: distdir
|
||||
sed -e "s/tar.gz/tar.bz2/g" $(distdir)/wbxml2.spec > $(distdir)/wbxml2.spec.aux
|
||||
@@ -0,0 +1,24 @@
|
||||
DESCRIPTION = "parser for wbxml"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
DEPENDS = "libxml2 sed-native"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/wbxmllib/${P}.tar.gz \
|
||||
file://no-doc-install.patch;patch=1"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_configure_append() {
|
||||
sed -i s:-I/usr/include::g Makefile
|
||||
sed -i s:-I/usr/include::g */Makefile
|
||||
}
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
PACKAGES += "${PN}-tools"
|
||||
|
||||
FILES_${PN}-tools = "${bindir}"
|
||||
FILES_${PN} = "${libdir}/*.so.*"
|
||||
|
||||
Reference in New Issue
Block a user