summaryrefslogtreecommitdiffstats
path: root/meta/packages/libgpg-error/libgpg-error_1.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libgpg-error/libgpg-error_1.6.bb')
-rw-r--r--meta/packages/libgpg-error/libgpg-error_1.6.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/libgpg-error/libgpg-error_1.6.bb b/meta/packages/libgpg-error/libgpg-error_1.6.bb
index c34100e25d..92ad104542 100644
--- a/meta/packages/libgpg-error/libgpg-error_1.6.bb
+++ b/meta/packages/libgpg-error/libgpg-error_1.6.bb
@@ -1,11 +1,10 @@
1DESCRIPTION = "GPG-Error library" 1DESCRIPTION = "GPG-Error library"
2SECTION = "libs" 2SECTION = "libs"
3PRIORITY = "optional" 3LICENSE = "GPLv2+ & LGPLv2.1+"
4LICENSE = "GPL LGPL FDL"
5DEPENDS = "gettext" 4DEPENDS = "gettext"
6 5
7SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ 6SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
8 file://pkgconfig.patch;patch=1" 7 file://pkgconfig.patch;"
9 8
10# move libgpg-error-config into -dev package 9# move libgpg-error-config into -dev package
11FILES_${PN} = "${libdir}/lib*.so.*" 10FILES_${PN} = "${libdir}/lib*.so.*"