diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-21 12:10:16 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-21 12:10:16 +0000 |
commit | 04d7ebd6f1cb6413d9e4c528808410507f2471f8 (patch) | |
tree | 16c92b2975fc2cfba5309c96c146bc586b88d3b2 | |
parent | a0144aadf5890bf1ec9a89c86edc82ceb8c4c5f1 (diff) |
sbrsh: fix SRC_URI
-rw-r--r-- | packages/scratchbox/sbrsh_7.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/scratchbox/sbrsh_7.1.bb b/packages/scratchbox/sbrsh_7.1.bb index e692d2f242..43ff0178d6 100644 --- a/packages/scratchbox/sbrsh_7.1.bb +++ b/packages/scratchbox/sbrsh_7.1.bb @@ -5,8 +5,7 @@ DEPENDS = "fakeroot" PR = "r1" RRECOMMENDS = "kernel-module-nfs" - -SRC_URI = "http://scratchbox.org/download/files/sbox-releases/apophis/src/${P}.tar.gz" +SRC_URI = "http://scratchbox.org/download/files/sbox-releases/1.0/src/${P}.tar.gz" do_install() { install -d ${D}${sbindir} |