From: Khem Raj Date: Wed, 27 Oct 2010 01:13:33 +0000 (-0700) Subject: aspell: Use BBCLASSEXTEND for native recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0058d3f85fa04555f024b4eccd5df30d94c091fc;p=openembedded.git aspell: Use BBCLASSEXTEND for native recipe Signed-off-by: Khem Raj --- 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"