diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-12 19:08:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:25 +0000 |
commit | f7b94f68133f6d802163cfae1126075aa396f1bd (patch) | |
tree | 9268f799f30bbd01defdf43803c386c8516a992b /meta/recipes-extended/bc/bc_1.06.bb | |
parent | d6252454abee36316e75a176a137c2206c56779a (diff) | |
download | poky-f7b94f68133f6d802163cfae1126075aa396f1bd.tar.gz |
bc: separate B and S
It works well now, and bump the PR to avoid:
configure: error: source directory already configured; run "make distclean" there first
(From OE-Core rev: f8fbbc92134a8dfdbc6923cea04e55a2e73fc6dd)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bc/bc_1.06.bb')
-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 b116052c7d..d8c8a860f8 100644 --- a/meta/recipes-extended/bc/bc_1.06.bb +++ b/meta/recipes-extended/bc/bc_1.06.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
10 | 10 | ||
11 | SECTION = "base" | 11 | SECTION = "base" |
12 | DEPENDS = "flex" | 12 | DEPENDS = "flex" |
13 | PR = "r2" | 13 | PR = "r3" |
14 | 14 | ||
15 | SRC_URI = "${GNU_MIRROR}/bc/bc-${PV}.tar.gz \ | 15 | SRC_URI = "${GNU_MIRROR}/bc/bc-${PV}.tar.gz \ |
16 | file://fix-segment-fault.patch " | 16 | file://fix-segment-fault.patch " |
@@ -18,7 +18,7 @@ SRC_URI = "${GNU_MIRROR}/bc/bc-${PV}.tar.gz \ | |||
18 | SRC_URI[md5sum] = "d44b5dddebd8a7a7309aea6c36fda117" | 18 | SRC_URI[md5sum] = "d44b5dddebd8a7a7309aea6c36fda117" |
19 | SRC_URI[sha256sum] = "4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33" | 19 | SRC_URI[sha256sum] = "4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33" |
20 | 20 | ||
21 | inherit autotools-brokensep texinfo update-alternatives | 21 | inherit autotools texinfo update-alternatives |
22 | 22 | ||
23 | ALTERNATIVE_${PN} = "dc" | 23 | ALTERNATIVE_${PN} = "dc" |
24 | ALTERNATIVE_PRIORITY = "100" | 24 | ALTERNATIVE_PRIORITY = "100" |