[oe-commits] org.oe.dev Shame on me that I broke oe, now I will be more

woglinde2 commit openembedded-commits at lists.openembedded.org
Sat Jul 7 18:05:01 UTC 2007


Shame on me that I broke oe, now I will be more
carefully what is virtual and whats not

same update fot obexftp but now depends
on virtual/libiconv

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: f2cf538e1330097c3562ce813af4b6958ab92581
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f2cf538e1330097c3562ce813af4b6958ab92581
Files:
1
packages/obexftp/files/iconv.patch
packages/obexftp/obexftp_0.20.bb
Diffs:

#
# mt diff -r190d4a42923a34843f000aba79e59f6d76086408 -rf2cf538e1330097c3562ce813af4b6958ab92581
#
# 
# 
# add_file "packages/obexftp/files/iconv.patch"
#  content [25e8a86e111c7a9bf5dea96abfd1ab46176c8e4c]
# 
# patch "packages/obexftp/obexftp_0.20.bb"
#  from [c55f1af56071cfbe2fd0843c1abd7a675d5daae6]
#    to [c9341b7a2f8d1c46e28b8c3722e4dcce91a91cb0]
# 
============================================================
--- packages/obexftp/files/iconv.patch	25e8a86e111c7a9bf5dea96abfd1ab46176c8e4c
+++ packages/obexftp/files/iconv.patch	25e8a86e111c7a9bf5dea96abfd1ab46176c8e4c
@@ -0,0 +1,24 @@
+--- obexftp-0.20/obexftp/Makefile.am	2007-06-27 20:33:20.000000000 +0200
++++ obexftp-0.20/obexftp/Makefile.am	2007-06-27 20:35:05.000000000 +0200
+@@ -4,12 +4,6 @@
+ 				-I$(top_srcdir) \
+ 				-I$(top_srcdir)/includes
+ 
+-LDADD =                         @OPENOBEX_LIBS@
+-#				@BLUETOOTH_LIBS@ \
+-#				@USB_LIBS@ \
+-#				../multicobex/libmulticobex.la \
+-#				../bfb/libbfb.la
+-
+ obexftpincludedir =		$(includedir)/obexftp
+ 
+ libobexftp_la_SOURCES =		object.c object.h \
+@@ -23,6 +17,8 @@
+ 				uuid.h \
+ 				object.h
+ 	
++libobexftp_la_LIBADD =          @OPENOBEX_LIBS@ @LIBICONV@
++
+ libobexftp_la_LDFLAGS =		-version-info $(OBEXFTP_VERSION)
+ 
+ EXTRA_DIST =			client.i
============================================================
--- packages/obexftp/obexftp_0.20.bb	c55f1af56071cfbe2fd0843c1abd7a675d5daae6
+++ packages/obexftp/obexftp_0.20.bb	c9341b7a2f8d1c46e28b8c3722e4dcce91a91cb0
@@ -1,12 +1,13 @@ LICENSE = "GPL"
 DESCRIPTION = "OBEX Ftp Client based on openobex."
 SECTION = "console/network"
 HOMEPAGE = "http://openobex.triq.net"
 LICENSE = "GPL"
-DEPENDS = "openobex libgsm"
-PR = "r2"
+DEPENDS = "openobex libgsm virtual/libiconv"
+PR = "r3"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.gz \
-           file://i-hate-libtool.patch;patch=1 \
+	   file://iconv.patch;patch=1 \
+	   file://i-hate-libtool.patch;patch=1 \
 	   file://m4.patch;patch=1"
 
 inherit autotools






More information about the Openembedded-commits mailing list