[oe-commits] org.oe.dev gnutls: Cleanup and fixes.

thebohemian commit openembedded-commits at lists.openembedded.org
Thu Jan 17 21:07:36 UTC 2008


gnutls: Cleanup and fixes.
  - move 1.6.3-specific patches into respective recipe
  - renamed patch folder to contain version to which they belong

Author: thebohemian at openembedded.org
Branch: org.openembedded.dev
Revision: 3c1180ad664f08b7a596b4ced20684aa19be7989
ViewMTN: http://monotone.openembedded.org/revision/info/3c1180ad664f08b7a596b4ced20684aa19be7989
Files:
1
packages/gnutls/gnutls
packages/gnutls/gnutls-1.6.3
packages/gnutls/gnutls.inc
packages/gnutls/gnutls_1.6.3.bb
Diffs:

#
# mt diff -r7ad76ecbd444ac268a23a5a0252c64650fd4b290 -r3c1180ad664f08b7a596b4ced20684aa19be7989
#
# 
# 
# rename "packages/gnutls/gnutls"
#     to "packages/gnutls/gnutls-1.6.3"
# 
# patch "packages/gnutls/gnutls.inc"
#  from [cc20d75c7e1753143d7a8fd4b2ec7fc8a708868a]
#    to [684fa353da238f622dd47843a2ab39f725289869]
# 
# patch "packages/gnutls/gnutls_1.6.3.bb"
#  from [dbb7cf9f7c57730e2f8cac2d3f4c14485a44bf85]
#    to [00f6ee42f807520ea4255904e757ed8cd210a4da]
# 
============================================================
--- packages/gnutls/gnutls.inc	cc20d75c7e1753143d7a8fd4b2ec7fc8a708868a
+++ packages/gnutls/gnutls.inc	684fa353da238f622dd47843a2ab39f725289869
@@ -1,13 +1,10 @@ LICENSE = "LGPL"
 DESCRIPTION = "GNU Transport Layer Security Library"
 HOMEPAGE = "http://www.gnu.org/software/gnutls/"
 DEPENDS = "zlib libgcrypt lzo"
 
 LICENSE = "LGPL"
 
-SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \
-           file://gnutls-openssl.patch;patch=1 \
-           file://gnutls-texinfo-euro.patch;patch=1 \
-           file://configure_madness.patch;patch=1 "
+SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2"
 
 inherit autotools binconfig pkgconfig
 
============================================================
--- packages/gnutls/gnutls_1.6.3.bb	dbb7cf9f7c57730e2f8cac2d3f4c14485a44bf85
+++ packages/gnutls/gnutls_1.6.3.bb	00f6ee42f807520ea4255904e757ed8cd210a4da
@@ -1,2 +1,9 @@ require gnutls.inc
 require gnutls.inc
+
+SRC_URI += "\
+	file://gnutls-openssl.patch;patch=1 \
+	file://gnutls-texinfo-euro.patch;patch=1 \
+	file://configure_madness.patch;patch=1 \
+	"
+
 PR = "r3"






More information about the Openembedded-commits mailing list