diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-07-02 13:36:59 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-02 15:32:42 -0700 |
commit | 22e877d882c52d80a0b42f93b415053c11bd4071 (patch) | |
tree | 8fe0382c96c7d7a93331e9f7d3d9f5359b18a130 /meta/packages/libgpg-error | |
parent | 46140e8c01ddb28f4e645dfd26502ef23d8a5162 (diff) | |
download | poky-22e877d882c52d80a0b42f93b415053c11bd4071.tar.gz |
libgpg-error: fix SRC_URI indention
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/libgpg-error')
-rw-r--r-- | meta/packages/libgpg-error/libgpg-error_1.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/libgpg-error/libgpg-error_1.6.bb b/meta/packages/libgpg-error/libgpg-error_1.6.bb index 92ad104542..d5c6fe80b5 100644 --- a/meta/packages/libgpg-error/libgpg-error_1.6.bb +++ b/meta/packages/libgpg-error/libgpg-error_1.6.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2+ & LGPLv2.1+" | |||
4 | DEPENDS = "gettext" | 4 | DEPENDS = "gettext" |
5 | 5 | ||
6 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | 6 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ |
7 | file://pkgconfig.patch;" | 7 | file://pkgconfig.patch;" |
8 | 8 | ||
9 | # move libgpg-error-config into -dev package | 9 | # move libgpg-error-config into -dev package |
10 | FILES_${PN} = "${libdir}/lib*.so.*" | 10 | FILES_${PN} = "${libdir}/lib*.so.*" |