diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-06-04 18:04:36 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-05 06:52:43 -0700 |
commit | df5f1e816f029518d9707e91787c561ce505675e (patch) | |
tree | 914cb6d5b95524c1b1c7cec96ee63c4e02fe7f8d /recipes/bison/bison_2.3.bb | |
parent | 7e47751d5d5d354a945fcaa120b8fff0dd07ce6f (diff) |
bison: DEPEND on virtual/libintl not on gettext
* Rename INCPR to INC_PR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/bison/bison_2.3.bb')
-rw-r--r-- | recipes/bison/bison_2.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/bison/bison_2.3.bb b/recipes/bison/bison_2.3.bb index 68aab5805a..26648656d3 100644 --- a/recipes/bison/bison_2.3.bb +++ b/recipes/bison/bison_2.3.bb @@ -1,6 +1,6 @@ require bison.inc -PR = "${INCPR}.0" +PR = "${INC_PR}.0" # >> bison-2.3-r0: /usr/lib/liby.a # That one is a special case: it wants to stay in the main bison package, |