aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/flex/flex_2.5.35.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-08-21 10:37:46 -0700
committerTom Rini <tom_rini@mentor.com>2010-08-21 10:37:46 -0700
commit86b84f8efe8de2f0f27286b0121e277789715e37 (patch)
treeaa414f6e031156da94d4510b4f062e2f7b16e250 /recipes/flex/flex_2.5.35.bb
parentd994b813dea7773febc080bda7d8a50a7d714199 (diff)
downloadopenembedded-86b84f8efe8de2f0f27286b0121e277789715e37.tar.gz
flex: Move BBCLASSEXTEND to the .inc, disable PSTAGING on 2.5.35
Inspired by a patch from Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/flex/flex_2.5.35.bb')
-rw-r--r--recipes/flex/flex_2.5.35.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes/flex/flex_2.5.35.bb b/recipes/flex/flex_2.5.35.bb
index 82e2417758..af9f5e5927 100644
--- a/recipes/flex/flex_2.5.35.bb
+++ b/recipes/flex/flex_2.5.35.bb
@@ -1,6 +1,6 @@
require flex.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2;name=flex \
"
@@ -8,11 +8,13 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2;name=flex \
SRC_URI[flex.md5sum] = "10714e50cea54dc7a227e3eddcd44d57"
SRC_URI[flex.sha256sum] = "0becbd4b2b36b99c67f8c22ab98f7f80c9860aec70f0350a0018f29a88704e7b"
-NATIVE_INSTALL_WORKS = "1"
-BBCLASSEXTEND = "native"
-
do_install_append () {
ln -sf flex ${D}${bindir}/lex
ln -sf flex ${D}${bindir}/lex++
}
+NATIVE_INSTALL_WORKS = "1"
+
+# flex-2.5.35 adds a hard-coded path that causes failures when using packaged
+# staging
+PSTAGING_DISABLED_virtclass-native = "1"