diff options
author | Raymond Danks <raymond@edanks.com> | 2006-06-01 22:26:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-01 22:26:36 +0000 |
commit | 6f82620c320b6a61c08ffcf80f703841d0f6b30e (patch) | |
tree | 20e62168f910ee63ac3a94db625866e87580ad6b /packages/pwlib/pwlib_1.6.6.4.bb | |
parent | afaaceb00017a87fc6050e1add77a4d1cbcea6f7 (diff) | |
parent | c9eb57c3b587c4c970ae41116870b1cf14e8cd62 (diff) |
merge of 63ed41d76f8dfaf354b6d3cb63030e21615724aa
and fdfebdd28e61ad95af198e9e89ea98fa9b5279c1
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 |