[oe-commits] org.oe.dev libgpg-error: unify. partly closes 1688.

Laibsch commit oe at amethyst.openembedded.net
Fri May 2 18:05:42 UTC 2008


libgpg-error: unify.  partly closes 1688.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 1cd5e943ef54d13e64d37d770a002c30566c92aa
ViewMTN: http://monotone.openembedded.org/revision/info/1cd5e943ef54d13e64d37d770a002c30566c92aa
Files:
1
packages/libgpg-error/libgpg-error.inc
packages/libgpg-error/libgpg-error_0.7.bb
packages/libgpg-error/libgpg-error_1.0.bb
packages/libgpg-error/libgpg-error_1.3.bb
packages/libgpg-error/libgpg-error_1.4.bb
Diffs:

#
# mt diff -r44bde0ce830468286b06e57a7c3719bf092a1eeb -r1cd5e943ef54d13e64d37d770a002c30566c92aa
#
#
#
# add_file "packages/libgpg-error/libgpg-error.inc"
#  content [56c5e40acfda2656550b383674315b017641222a]
# 
# patch "packages/libgpg-error/libgpg-error_0.7.bb"
#  from [10ce1ea5ac76d48853feceb124c61a24983de468]
#    to [3a577dd21bf3593be72caf0b932faab7ea81e6d5]
# 
# patch "packages/libgpg-error/libgpg-error_1.0.bb"
#  from [cfadc25fb133a4d6ac3c79d5e29cc25bc38fc117]
#    to [64407051783eaf9aafd7133d42304fbb04e2ff77]
# 
# patch "packages/libgpg-error/libgpg-error_1.3.bb"
#  from [cfadc25fb133a4d6ac3c79d5e29cc25bc38fc117]
#    to [64407051783eaf9aafd7133d42304fbb04e2ff77]
# 
# patch "packages/libgpg-error/libgpg-error_1.4.bb"
#  from [cfadc25fb133a4d6ac3c79d5e29cc25bc38fc117]
#    to [64407051783eaf9aafd7133d42304fbb04e2ff77]
#
============================================================
--- packages/libgpg-error/libgpg-error.inc	56c5e40acfda2656550b383674315b017641222a
+++ packages/libgpg-error/libgpg-error.inc	56c5e40acfda2656550b383674315b017641222a
@@ -0,0 +1,28 @@
+DESCRIPTION = "GPG-Error library"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPL LGPL FDL"
+
+SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.gz \
+	   file://pkgconfig.patch;patch=1"
+
+# move libgpg-error-config into -dev package
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += "${bindir}/*"
+
+inherit autotools binconfig pkgconfig
+
+do_stage() {
+	oe_libinstall -a -so -C src libgpg-error ${STAGING_LIBDIR}
+	install -d ${STAGING_BINDIR_CROSS}/
+	install -m 0755 src/gpg-error-config ${STAGING_BINDIR_CROSS}/
+
+	install -d ${STAGING_INCDIR}/
+	for X in gpg-error.h
+	do
+		install -m 0644 ${S}/src/$X ${STAGING_INCDIR}/$X
+	done
+
+	install -d ${STAGING_DATADIR}/aclocal
+	install -m 0644 src/gpg-error.m4 ${STAGING_DATADIR}/aclocal/
+}
============================================================
--- packages/libgpg-error/libgpg-error_0.7.bb	10ce1ea5ac76d48853feceb124c61a24983de468
+++ packages/libgpg-error/libgpg-error_0.7.bb	3a577dd21bf3593be72caf0b932faab7ea81e6d5
@@ -1,29 +1,6 @@
+require libgpg-error.inc
+
 PR = "r4"
-DESCRIPTION = "GPG-Error library"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "GPL LGPL FDL"
 
 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-${PV}.tar.gz \
 	   file://pkgconfig.patch;patch=1"
-
-# move libgpg-error-config into -dev package
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${bindir}"
-
-inherit autotools binconfig pkgconfig
-
-do_stage() {
-	oe_libinstall -a -so -C src libgpg-error ${STAGING_LIBDIR}
-	install -d ${STAGING_BINDIR_CROSS}/
-	install -m 0755 src/gpg-error-config ${STAGING_BINDIR_CROSS}/
-
-	install -d ${STAGING_INCDIR}/
-	for X in gpg-error.h
-	do
-		install -m 0644 ${S}/src/$X ${STAGING_INCDIR}/$X
-	done
-
-	install -d ${STAGING_DATADIR}/aclocal
-	install -m 0644 src/gpg-error.m4 ${STAGING_DATADIR}/aclocal/
-}
============================================================
--- packages/libgpg-error/libgpg-error_1.0.bb	cfadc25fb133a4d6ac3c79d5e29cc25bc38fc117
+++ packages/libgpg-error/libgpg-error_1.0.bb	64407051783eaf9aafd7133d42304fbb04e2ff77
@@ -1,29 +1,3 @@
-PR = "r1"
-DESCRIPTION = "GPG-Error library"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "GPL LGPL FDL"
+require libgpg-error.inc
 
+PR = "r1"
-SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.gz \
-	   file://pkgconfig.patch;patch=1"
-
-# move libgpg-error-config into -dev package
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${bindir}/*"
-
-inherit autotools binconfig pkgconfig
-
-do_stage() {
-	oe_libinstall -a -so -C src libgpg-error ${STAGING_LIBDIR}
-	install -d ${STAGING_BINDIR_CROSS}/
-	install -m 0755 src/gpg-error-config ${STAGING_BINDIR_CROSS}/
-
-	install -d ${STAGING_INCDIR}/
-	for X in gpg-error.h
-	do
-		install -m 0644 ${S}/src/$X ${STAGING_INCDIR}/$X
-	done
-
-	install -d ${STAGING_DATADIR}/aclocal
-	install -m 0644 src/gpg-error.m4 ${STAGING_DATADIR}/aclocal/
-}
============================================================
--- packages/libgpg-error/libgpg-error_1.3.bb	cfadc25fb133a4d6ac3c79d5e29cc25bc38fc117
+++ packages/libgpg-error/libgpg-error_1.3.bb	64407051783eaf9aafd7133d42304fbb04e2ff77
@@ -1,29 +1,3 @@
-PR = "r1"
-DESCRIPTION = "GPG-Error library"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "GPL LGPL FDL"
+require libgpg-error.inc
 
+PR = "r1"
-SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.gz \
-	   file://pkgconfig.patch;patch=1"
-
-# move libgpg-error-config into -dev package
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${bindir}/*"
-
-inherit autotools binconfig pkgconfig
-
-do_stage() {
-	oe_libinstall -a -so -C src libgpg-error ${STAGING_LIBDIR}
-	install -d ${STAGING_BINDIR_CROSS}/
-	install -m 0755 src/gpg-error-config ${STAGING_BINDIR_CROSS}/
-
-	install -d ${STAGING_INCDIR}/
-	for X in gpg-error.h
-	do
-		install -m 0644 ${S}/src/$X ${STAGING_INCDIR}/$X
-	done
-
-	install -d ${STAGING_DATADIR}/aclocal
-	install -m 0644 src/gpg-error.m4 ${STAGING_DATADIR}/aclocal/
-}
============================================================
--- packages/libgpg-error/libgpg-error_1.4.bb	cfadc25fb133a4d6ac3c79d5e29cc25bc38fc117
+++ packages/libgpg-error/libgpg-error_1.4.bb	64407051783eaf9aafd7133d42304fbb04e2ff77
@@ -1,29 +1,3 @@
-PR = "r1"
-DESCRIPTION = "GPG-Error library"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "GPL LGPL FDL"
+require libgpg-error.inc
 
+PR = "r1"
-SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.gz \
-	   file://pkgconfig.patch;patch=1"
-
-# move libgpg-error-config into -dev package
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${bindir}/*"
-
-inherit autotools binconfig pkgconfig
-
-do_stage() {
-	oe_libinstall -a -so -C src libgpg-error ${STAGING_LIBDIR}
-	install -d ${STAGING_BINDIR_CROSS}/
-	install -m 0755 src/gpg-error-config ${STAGING_BINDIR_CROSS}/
-
-	install -d ${STAGING_INCDIR}/
-	for X in gpg-error.h
-	do
-		install -m 0644 ${S}/src/$X ${STAGING_INCDIR}/$X
-	done
-
-	install -d ${STAGING_DATADIR}/aclocal
-	install -m 0644 src/gpg-error.m4 ${STAGING_DATADIR}/aclocal/
-}






More information about the Openembedded-commits mailing list