flex 2.5.31: convert to bbclassextend to avoid dep loops with bitbake 1.8.x, 1.10...
authorKoen Kooi <koen@openembedded.org>
Tue, 13 Apr 2010 13:23:19 +0000 (15:23 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 13 Apr 2010 13:24:12 +0000 (15:24 +0200)
recipes/flex/flex-native_2.5.31.bb [deleted file]
recipes/flex/flex_2.5.31.bb

diff --git a/recipes/flex/flex-native_2.5.31.bb b/recipes/flex/flex-native_2.5.31.bb
deleted file mode 100644 (file)
index d5d6db4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-require flex_${PV}.bb
-inherit native
-PR = "r3"
-
-do_stage () {
-       install -m 0755 flex ${STAGING_BINDIR}
-       oe_libinstall -a libfl ${STAGING_LIBDIR}
-       ln -sf ./flex ${STAGING_BINDIR}/flex++
-       ln -sf ./flex ${STAGING_BINDIR}/lex
-}
-
-SRC_URI[md5sum] = "363dcc4afc917dc51306eb9d3de0152f"
-SRC_URI[sha256sum] = "701353279a17655d78e3b3678ad78d0375f5bf45877ad8b3507d589c42427f26"
index f555986..71b8e69 100644 (file)
@@ -6,10 +6,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 \
            file://fix-gen.patch;patch=1 \
            file://include.patch;patch=1"
 
-do_stage() {
-       oe_libinstall -a libfl ${STAGING_LIBDIR}
-}
 
+BBCLASSEXTEND = "native"
 
 SRC_URI[md5sum] = "363dcc4afc917dc51306eb9d3de0152f"
 SRC_URI[sha256sum] = "701353279a17655d78e3b3678ad78d0375f5bf45877ad8b3507d589c42427f26"