diff options
-rw-r--r-- | meta/recipes-extended/bc/bc_1.06.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/bc/bc_1.06.bb b/meta/recipes-extended/bc/bc_1.06.bb index 283e2d8797..fe9c3f462f 100644 --- a/meta/recipes-extended/bc/bc_1.06.bb +++ b/meta/recipes-extended/bc/bc_1.06.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
11 | 11 | ||
12 | SECTION = "base" | 12 | SECTION = "base" |
13 | DEPENDS = "flex" | 13 | DEPENDS = "flex" |
14 | PR = "r1" | 14 | PR = "r2" |
15 | 15 | ||
16 | SRC_URI = "${GNU_MIRROR}/bc/bc-${PV}.tar.gz" | 16 | SRC_URI = "${GNU_MIRROR}/bc/bc-${PV}.tar.gz" |
17 | 17 | ||
@@ -20,5 +20,5 @@ SRC_URI[sha256sum] = "4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea7 | |||
20 | 20 | ||
21 | inherit autotools update-alternatives | 21 | inherit autotools update-alternatives |
22 | 22 | ||
23 | ALTERNATIVE_LINKS = "${bindir}/dc" | 23 | ALTERNATIVE_${PN} = "dc" |
24 | ALTERNATIVE_PRIORITY = "100" | 24 | ALTERNATIVE_PRIORITY = "100" |