diff options
Diffstat (limited to 'packages/pwlib/pwlib_1.6.6.4.bb')
-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 |