[oe-commits] org.oe.dev libgcrypt (all except 1.9) refactor into libgcrypt.inc, inherit pkgconfig, remove 1.2.0, 1.2.1, 1.2.2

mickeyl commit openembedded-commits at lists.openembedded.org
Sat Mar 1 17:15:49 UTC 2008


libgcrypt (all except 1.9) refactor into libgcrypt.inc, inherit pkgconfig, remove 1.2.0, 1.2.1, 1.2.2

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: bc7411872a80933a319ac02a73b10fff61e313ca
ViewMTN: http://monotone.openembedded.org/revision/info/bc7411872a80933a319ac02a73b10fff61e313ca
Files:
1
packages/libgcrypt/libgcrypt_1.2.0.bb
packages/libgcrypt/libgcrypt_1.2.1.bb
packages/libgcrypt/libgcrypt_1.2.2.bb
packages/libgcrypt/libgcrypt.inc
packages/libgcrypt/libgcrypt_1.2.3.bb
packages/libgcrypt/libgcrypt_1.4.0.bb
Diffs:

#
# mt diff -ree048875cfe4eb10e9fae21dc07aaa545d4f29fc -rbc7411872a80933a319ac02a73b10fff61e313ca
#
# 
# 
# delete "packages/libgcrypt/libgcrypt_1.2.0.bb"
# 
# delete "packages/libgcrypt/libgcrypt_1.2.1.bb"
# 
# delete "packages/libgcrypt/libgcrypt_1.2.2.bb"
# 
# add_file "packages/libgcrypt/libgcrypt.inc"
#  content [c88a833e7d314cd9db43d7e7e4d46393b4902a48]
# 
# patch "packages/libgcrypt/libgcrypt_1.2.3.bb"
#  from [b1dae0759fc4781ccd62f97bbf98ed78f9053815]
#    to [aeb06341bebcef5a09a8d2768dda9c4965b14250]
# 
# patch "packages/libgcrypt/libgcrypt_1.4.0.bb"
#  from [b1dae0759fc4781ccd62f97bbf98ed78f9053815]
#    to [aeb06341bebcef5a09a8d2768dda9c4965b14250]
# 
============================================================
--- packages/libgcrypt/libgcrypt.inc	c88a833e7d314cd9db43d7e7e4d46393b4902a48
+++ packages/libgcrypt/libgcrypt.inc	c88a833e7d314cd9db43d7e7e4d46393b4902a48
@@ -0,0 +1,21 @@
+DESCRIPTION = "A general purpose cryptographic library based on the code from GnuPG"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPL LGPL FDL"
+DEPENDS = "libgpg-error"
+
+SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz"
+
+inherit autotools binconfig pkgconfig
+
+EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
+
+ARM_INSTRUCTION_SET = "arm"
+
+do_stage() {
+	autotools_stage_all
+}
+
+# move libgcrypt-config into -dev package
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += "${bindir}"
============================================================
--- packages/libgcrypt/libgcrypt_1.2.3.bb	b1dae0759fc4781ccd62f97bbf98ed78f9053815
+++ packages/libgcrypt/libgcrypt_1.2.3.bb	aeb06341bebcef5a09a8d2768dda9c4965b14250
@@ -1,22 +1,3 @@
-DESCRIPTION = "A general purpose cryptographic library based on the code from GnuPG"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "GPL LGPL FDL"
-DEPENDS = "libgpg-error"
-PR = "r1"
+require libgcrypt.inc
 
+PR = "r2"
-# move libgcrypt-config into -dev package
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${bindir}"
-
-SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz"
-
-inherit autotools binconfig
-
-EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
-
-ARM_INSTRUCTION_SET = "arm"
-
-do_stage() {
-	autotools_stage_all
-}
============================================================
--- packages/libgcrypt/libgcrypt_1.4.0.bb	b1dae0759fc4781ccd62f97bbf98ed78f9053815
+++ packages/libgcrypt/libgcrypt_1.4.0.bb	aeb06341bebcef5a09a8d2768dda9c4965b14250
@@ -1,22 +1,3 @@
-DESCRIPTION = "A general purpose cryptographic library based on the code from GnuPG"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "GPL LGPL FDL"
-DEPENDS = "libgpg-error"
-PR = "r1"
+require libgcrypt.inc
 
+PR = "r2"
-# move libgcrypt-config into -dev package
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${bindir}"
-
-SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz"
-
-inherit autotools binconfig
-
-EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
-
-ARM_INSTRUCTION_SET = "arm"
-
-do_stage() {
-	autotools_stage_all
-}






More information about the Openembedded-commits mailing list