summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb')
-rw-r--r--meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
index b0ff5cf458..7dcbb21e68 100644
--- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
+++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
@@ -11,7 +11,7 @@ SRCREV = "900d203aa9e41288545368ea40da0bee89f7907f"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=f12611e65e064515ce264249b2bdea98" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=f12611e65e064515ce264249b2bdea98"
12SRC_URI = "git://git.concurrencykit.org/ck.git;protocol=git \ 12SRC_URI = "git://git.concurrencykit.org/ck.git;protocol=git \
13 file://cross.patch \ 13 file://cross.patch \
14 " 14"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
@@ -23,18 +23,18 @@ PLAT_powerpc64 = "ppc64"
23PLAT ?= "${HOST_ARCH}" 23PLAT ?= "${HOST_ARCH}"
24 24
25do_configure () { 25do_configure () {
26 export PLATFORM=${PLAT} 26 export PLATFORM=${PLAT}
27 export COMPILER='gcc' 27 export COMPILER='gcc'
28 ${S}/configure \ 28 ${S}/configure \
29 --prefix=${prefix} \ 29 --prefix=${prefix} \
30 --includedir=${includedir} \ 30 --includedir=${includedir} \
31 --libdir=${libdir} \ 31 --libdir=${libdir} \
32} 32}
33 33
34do_compile () { 34do_compile () {
35 oe_runmake 35 oe_runmake
36} 36}
37 37
38do_install () { 38do_install () {
39 oe_runmake 'DESTDIR=${D}' install 39 oe_runmake 'DESTDIR=${D}' install
40} 40}