diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-16 00:21:06 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-16 00:21:06 +0000 |
commit | f8c3628247378b1ce86312101f23e33c0a2b4c95 (patch) | |
tree | b18ed1ea18c7b49989fdd94fedce30bbc08927d3 /libetpan | |
parent | b70ebf18188e671c863a3ccc1a4a391fcdf637fa (diff) |
kill extranious quotes in SRC_URI in libetpan.
BKrev: 40f71f722o3cdwwnOMLmZbFYc89LFg
Diffstat (limited to 'libetpan')
-rw-r--r-- | libetpan/libetpan_0.33pre.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libetpan/libetpan_0.33pre.oe b/libetpan/libetpan_0.33pre.oe index 5d06d7909c..a7e6803591 100644 --- a/libetpan/libetpan_0.33pre.oe +++ b/libetpan/libetpan_0.33pre.oe @@ -8,8 +8,8 @@ FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la \ SRC_URI = "http://www.alwins-world.de/oe/libetpan-${PV}.tar.bz2 \ file://mailstream_socket.patch;patch=1 \ - file://smtptls.patch;patch=1" \ - file://config_iconv.patch;patch=1" \ + file://smtptls.patch;patch=1 \ + file://config_iconv.patch;patch=1 \ file://includedir.patch;patch=1;pnum=0 \ file://pkgconfig.patch;patch=1 \ file://gcc34.patch;patch=1" |