diff options
Diffstat (limited to 'meta/recipes-devtools/bison/bison_3.0.4.bb')
-rw-r--r-- | meta/recipes-devtools/bison/bison_3.0.4.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.0.4.bb b/meta/recipes-devtools/bison/bison_3.0.4.bb index cc155f0fbe..f1b05da416 100644 --- a/meta/recipes-devtools/bison/bison_3.0.4.bb +++ b/meta/recipes-devtools/bison/bison_3.0.4.bb | |||
@@ -36,4 +36,8 @@ do_install_append_class-native() { | |||
36 | create_wrapper ${D}/${bindir}/bison \ | 36 | create_wrapper ${D}/${bindir}/bison \ |
37 | BISON_PKGDATADIR=${STAGING_DATADIR_NATIVE}/bison | 37 | BISON_PKGDATADIR=${STAGING_DATADIR_NATIVE}/bison |
38 | } | 38 | } |
39 | do_install_append_class-nativesdk() { | ||
40 | create_wrapper ${D}/${bindir}/bison \ | ||
41 | BISON_PKGDATADIR=${datadir}/bison | ||
42 | } | ||
39 | BBCLASSEXTEND = "native nativesdk" | 43 | BBCLASSEXTEND = "native nativesdk" |