diff options
author | Koen Kooi <koen@openembedded.org> | 2006-06-01 07:46:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-01 07:46:01 +0000 |
commit | a4e93246914958d05409ca308a2b17b1f02ac755 (patch) | |
tree | c88bbbce7c9ec210ff6c8addd57e8a434e713e2c /packages/pwlib | |
parent | a37558949698152bb853c520dba87d40fc74e77f (diff) |
pwlib 1.6.6.4: change SRC_IRU to use DEBIAN_MIRROR and sent default_pref to -1, since it doesn't fetch
Diffstat (limited to 'packages/pwlib')
-rw-r--r-- | packages/pwlib/pwlib_1.6.6.4.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/pwlib/pwlib_1.6.6.4.bb b/packages/pwlib/pwlib_1.6.6.4.bb index 36dd9e031a..2db6a53f15 100644 --- a/packages/pwlib/pwlib_1.6.6.4.bb +++ b/packages/pwlib/pwlib_1.6.6.4.bb @@ -2,12 +2,15 @@ # Copyright (C) 2006, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see /COPYING) + +DEFAULT_PREFERENCE = "-1" + HOMEPAGE="http://www.openh323.org/docs/PWLib/" DESCRIPTION="Portable Text and GUI C/C++ Class Libarary." MAINTAINER = "Raymond Danks <info-linux@geode.amd.com>" LICENSE = "GPL" -SRC_URI="http://http.us.debian.org/debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.gz" +SRC_URI="${DEBIAN_MIRROR}/main/p/${PN}/${PN}_${PV}.orig.tar.gz" DEPENDS="openssl openldap" inherit autotools |