diff options
Diffstat (limited to 'meta/recipes-extended/bc')
-rw-r--r-- | meta/recipes-extended/bc/bc_1.07.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/bc/bc_1.07.1.bb b/meta/recipes-extended/bc/bc_1.07.1.bb index e80857745e..809b864c1a 100644 --- a/meta/recipes-extended/bc/bc_1.07.1.bb +++ b/meta/recipes-extended/bc/bc_1.07.1.bb | |||
@@ -27,7 +27,7 @@ do_compile_prepend() { | |||
27 | cp -f ${WORKDIR}/libmath.h ${B}/bc/libmath.h | 27 | cp -f ${WORKDIR}/libmath.h ${B}/bc/libmath.h |
28 | } | 28 | } |
29 | 29 | ||
30 | ALTERNATIVE_${PN} = "dc" | 30 | ALTERNATIVE_${PN} = "bc dc" |
31 | ALTERNATIVE_PRIORITY = "100" | 31 | ALTERNATIVE_PRIORITY = "100" |
32 | 32 | ||
33 | BBCLASSEXTEND = "native" \ No newline at end of file | 33 | BBCLASSEXTEND = "native" |