summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/skmm-ep/skmm-ep_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb
index 79ef450c..13d4c08a 100644
--- a/recipes-extended/skmm-ep/skmm-ep_git.bb
+++ b/recipes-extended/skmm-ep/skmm-ep_git.bb
@@ -15,18 +15,17 @@ SRCREV = "27156a6621c8f6d7f98210b1ca5cd97bde926875"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18EXTRA_OEMAKE = 'MACHINE=${MACHINE}' 18EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} MACHINE=${MACHINE}'
19 19
20export LIBEDIT_CFLAGS = "`pkg-config --cflags libedit`" 20export LIBEDIT_CFLAGS = "`pkg-config --cflags libedit`"
21export LIBEDIT_LDFLAGS = "`pkg-config --libs --static libedit`" 21export LIBEDIT_LDFLAGS = "`pkg-config --libs --static libedit`"
22 22
23do_compile () { 23do_compile () {
24 export ARCH=${TARGET_ARCH}
25 oe_runmake 24 oe_runmake
26} 25}
27 26
28do_install () { 27do_install () {
29 oe_runmake ARCH=${TARGET_ARCH} install DESTDIR=${D} 28 oe_runmake install DESTDIR=${D}
30} 29}
31 30
32COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)" 31COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)"