]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgpg-error: fix SRC_URI indention
authorKevin Tian <kevin.tian@intel.com>
Fri, 2 Jul 2010 05:36:59 +0000 (13:36 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 2 Jul 2010 22:32:42 +0000 (15:32 -0700)
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/packages/libgpg-error/libgpg-error_1.6.bb

index 92ad104542c31d38320051277a243dfd25cf032b..d5c6fe80b50fe1161f9ff6a1ce24fef04c601ed2 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "GPLv2+ & LGPLv2.1+"
 DEPENDS = "gettext"
 
 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
-          file://pkgconfig.patch;"
+           file://pkgconfig.patch;"
 
 # move libgpg-error-config into -dev package
 FILES_${PN} = "${libdir}/lib*.so.*"