From d835488c526aa61163ade503c6586eaa59509a07 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Wed, 5 Jan 2011 10:26:36 +0800 Subject: flex-native: create a wrapper script for sstate installation flex-native encodes M4 staging path in its binary, which breaks sstate installation in a new build environment. Use create_wrapper to create a wrapper script which explicitly set M4 environmental variable to the new path Signed-off-by: Kevin Tian --- meta/recipes-devtools/flex/flex_2.5.35.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/flex/flex_2.5.35.bb') diff --git a/meta/recipes-devtools/flex/flex_2.5.35.bb b/meta/recipes-devtools/flex/flex_2.5.35.bb index 4fdce33ccf..28a4f1f06b 100644 --- a/meta/recipes-devtools/flex/flex_2.5.35.bb +++ b/meta/recipes-devtools/flex/flex_2.5.35.bb @@ -1,5 +1,5 @@ require flex.inc -PR = "r1" +PR = "r2" LICENSE="BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067" BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf