diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /libgpg-error | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'libgpg-error')
-rw-r--r-- | libgpg-error/libgpg-error_0.6.bb | 0 | ||||
-rw-r--r-- | libgpg-error/libgpg-error_0.6.oe | 20 | ||||
-rw-r--r-- | libgpg-error/libgpg-error_0.7.bb | 0 | ||||
-rw-r--r-- | libgpg-error/libgpg-error_0.7.oe | 28 |
4 files changed, 0 insertions, 48 deletions
diff --git a/libgpg-error/libgpg-error_0.6.bb b/libgpg-error/libgpg-error_0.6.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libgpg-error/libgpg-error_0.6.bb diff --git a/libgpg-error/libgpg-error_0.6.oe b/libgpg-error/libgpg-error_0.6.oe deleted file mode 100644 index e6185f079c..0000000000 --- a/libgpg-error/libgpg-error_0.6.oe +++ /dev/null @@ -1,20 +0,0 @@ -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" - -inherit autotools - -do_stage() { - oe_libinstall -so -C src libgpg-error ${STAGING_LIBDIR} - install -m 0755 src/gpg-error-config ${STAGING_BINDIR}/ - - install -d ${STAGING_INCDIR}/ - for X in gpg-error.h - do - install -m 0644 src/${X} ${STAGING_INCDIR}/${X} - done - -} diff --git a/libgpg-error/libgpg-error_0.7.bb b/libgpg-error/libgpg-error_0.7.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libgpg-error/libgpg-error_0.7.bb diff --git a/libgpg-error/libgpg-error_0.7.oe b/libgpg-error/libgpg-error_0.7.oe deleted file mode 100644 index b37d8792fa..0000000000 --- a/libgpg-error/libgpg-error_0.7.oe +++ /dev/null @@ -1,28 +0,0 @@ -PR = "r3" -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 pkgconfig - -do_stage() { - oe_libinstall -a -so -C src libgpg-error ${STAGING_LIBDIR} - install -m 0755 src/gpg-error-config ${STAGING_BINDIR}/ - - 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/ -} |