aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-26 18:13:33 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-26 18:13:33 -0700
commit0058d3f85fa04555f024b4eccd5df30d94c091fc (patch)
tree755c346c997b90fcc71099fada75e0c2fbcd3056
parentd9f64014e9c71383a58536716181e12ecf063f0a (diff)
downloadopenembedded-0058d3f85fa04555f024b4eccd5df30d94c091fc.tar.gz
aspell: Use BBCLASSEXTEND for native recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/aspell/aspell-native_0.60.5.bb6
-rw-r--r--recipes/aspell/aspell_0.60.6.bb2
2 files changed, 2 insertions, 6 deletions
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"