diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-09-04 22:24:17 -0700 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-09-05 08:52:11 -0400 |
commit | 728254ca47e9bd9bd67b73d192adf8cd59ec1b12 (patch) | |
tree | c6bea548e71519dffbb0a1096a7d3baa93678717 /meta-oe/recipes-extended/libuio | |
parent | c98e6d3ffd5c433088566a907c6f56daa30029fe (diff) | |
download | meta-openembedded-728254ca47e9bd9bd67b73d192adf8cd59ec1b12.tar.gz |
atftp, libuio: Update the SRC_URI to match upstream sf.net change
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-oe/recipes-extended/libuio')
-rw-r--r-- | meta-oe/recipes-extended/libuio/libuio_0.2.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb b/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb index c16bbd381..48e2930e9 100644 --- a/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb +++ b/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb | |||
@@ -3,11 +3,11 @@ SECTION = "base" | |||
3 | LICENSE = "GPL-2.0" | 3 | LICENSE = "GPL-2.0" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
5 | 5 | ||
6 | SRC_URI = "git://libuio.git.sourceforge.net/gitroot/libuio/libuio" | 6 | SRC_URI = "git://git.code.sf.net/p/libuio/code" |
7 | 7 | ||
8 | inherit autotools | 8 | inherit autotools |
9 | 9 | ||
10 | SRCREV = "e1e0e4fa28838b3115e215c9553905fe630ca145" | 10 | SRCREV = "ed4f07ea147ac403c28105ab44d01bbf524d36f9" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||