From 0058d3f85fa04555f024b4eccd5df30d94c091fc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 26 Oct 2010 18:13:33 -0700 Subject: aspell: Use BBCLASSEXTEND for native recipe Signed-off-by: Khem Raj --- recipes/aspell/aspell-native_0.60.5.bb | 6 ------ recipes/aspell/aspell_0.60.6.bb | 2 ++ 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 recipes/aspell/aspell-native_0.60.5.bb (limited to 'recipes/aspell') diff --git a/recipes/aspell/aspell-native_0.60.5.bb b/recipes/aspell/aspell-native_0.60.5.bb deleted file mode 100644 index 174821ce46..0000000000 --- a/recipes/aspell/aspell-native_0.60.5.bb +++ /dev/null @@ -1,6 +0,0 @@ -require aspell_${PV}.bb - -inherit native - -S = "${WORKDIR}/aspell-${PV}" - diff --git a/recipes/aspell/aspell_0.60.6.bb b/recipes/aspell/aspell_0.60.6.bb index 3711846e21..b4c57ae3e2 100644 --- a/recipes/aspell/aspell_0.60.6.bb +++ b/recipes/aspell/aspell_0.60.6.bb @@ -16,3 +16,5 @@ inherit autotools gettext SRC_URI[md5sum] = "bc80f0198773d5c05086522be67334eb" SRC_URI[sha256sum] = "4f5b1520e26cf6bbb1b5ca8a2f9f22948c3ca38ac4c2dd9e02df042fee7c0e36" + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg