diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-08-08 07:42:07 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-08-08 07:42:07 +0000 |
| commit | 26e4df85067faf66a0080c683c2bf1d9a7cc8bde (patch) | |
| tree | cee2c8ec4e357f7728156e369f18c1c45002d40a | |
| parent | cf6d4fa7b2ecb0ff534d99ac21c59a921c77b70a (diff) | |
| download | poky-26e4df85067faf66a0080c683c2bf1d9a7cc8bde.tar.gz | |
x11vnc: fix SRC_URI
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5027 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/x11vnc/x11vnc_0.9.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/x11vnc/x11vnc_0.9.3.bb b/meta/packages/x11vnc/x11vnc_0.9.3.bb index 04ac87b444..5269ff3091 100644 --- a/meta/packages/x11vnc/x11vnc_0.9.3.bb +++ b/meta/packages/x11vnc/x11vnc_0.9.3.bb | |||
| @@ -5,7 +5,7 @@ AUTHOR = "Karl Runge" | |||
| 5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
| 6 | DEPENDS = "openssl virtual/libx11 libxext avahi jpeg zlib" | 6 | DEPENDS = "openssl virtual/libx11 libxext avahi jpeg zlib" |
| 7 | 7 | ||
| 8 | SRC_URI = "http://www.karlrunge.com/x11vnc/x11vnc-0.9.3.tar.gz" | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc-${PV}.tar.gz" |
| 9 | 9 | ||
| 10 | inherit autotools | 10 | inherit autotools |
| 11 | 11 | ||
