From: Koen Kooi Date: Thu, 1 Jun 2006 07:46:01 +0000 (+0000) Subject: pwlib 1.6.6.4: change SRC_IRU to use DEBIAN_MIRROR and sent default_pref to -1, since... X-Git-Tag: Release-2010-05/1~9453^2~1512^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4e93246914958d05409ca308a2b17b1f02ac755;p=openembedded.git pwlib 1.6.6.4: change SRC_IRU to use DEBIAN_MIRROR and sent default_pref to -1, since it doesn't fetch --- 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 " 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