From 04f36a7991840b19d954b8fb902da6c9e04baadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 9 Dec 2014 05:03:18 +0100 Subject: [PATCH] kdelibs4support: align indexes for CMAKE_HIDE_ERROR array MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde-framework/tier3/kdelibs4support/kdelibs4support.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kde-framework/tier3/kdelibs4support/kdelibs4support.bb b/recipes-kde-framework/tier3/kdelibs4support/kdelibs4support.bb index b20fa669..43ca063d 100644 --- a/recipes-kde-framework/tier3/kdelibs4support/kdelibs4support.bb +++ b/recipes-kde-framework/tier3/kdelibs4support/kdelibs4support.bb @@ -36,4 +36,4 @@ CMAKE_HIDE_ERROR[1] = "KDELibs4, -S${includedir}, -S${STAGING_INCDIR}" CMAKE_HIDE_ERROR[2] = "KDELibs4, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" # native executables -CMAKE_HIDE_ERROR[5] = "KF5KDELibs4Support, -S${bindir}, -S${STAGING_BINDIR_NATIVE}" +CMAKE_HIDE_ERROR[3] = "KF5KDELibs4Support, -S${bindir}, -S${STAGING_BINDIR_NATIVE}"