diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-22 20:40:12 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-22 20:40:12 +0000 |
commit | d106287f24d26bf15b31a6b1eb83ca23c321cbf9 (patch) | |
tree | 58e88cd58c87a24ebab8a011315fbd9997388796 /packages/scew/scew_0.3.1.bb | |
parent | 67f40301bc73833190673046f85a974746c2b546 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/22 22:25:52+02:00 hrw.one.pl!hrw
fixed SRC_URI for scew 0.3.1 (version 0.4.0 available upstream)
2005/05/22 22:15:29+02:00 hrw.one.pl!hrw
lsof: removed 4.73, added 4.75, fixed SRC_URI for 4.74
2005/05/22 22:02:58+02:00 hrw.one.pl!hrw
fixed SRC_URI for lftp 3.0.11 (3.2.0 available upstream)
BKrev: 4290ee2cw2XxQ8-7SkQLkx20crAXIw
Diffstat (limited to 'packages/scew/scew_0.3.1.bb')
-rw-r--r-- | packages/scew/scew_0.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/scew/scew_0.3.1.bb b/packages/scew/scew_0.3.1.bb index 6b7bd84b59..a25335860b 100644 --- a/packages/scew/scew_0.3.1.bb +++ b/packages/scew/scew_0.3.1.bb @@ -2,7 +2,7 @@ SECTION = "unknown" DESCRIPTION = "Simple C Expat Wrapper." DEPENDS = "expat" LICENSE = "LGPL" -SRC_URI = "http://www.ccd.uab.es/~aleix/scew/scew-${PV}.tar.gz \ +SRC_URI = "http://savannah.nongnu.org/download/scew/scew-${PV}.tar.gz \ file://m4.patch;patch=1" inherit autotools pkgconfig |