summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/toscoterm/toscoterm_git.bb')
-rw-r--r--meta-oe/recipes-support/toscoterm/toscoterm_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
index baaac2999..5c5fab948 100644
--- a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
+++ b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
@@ -14,14 +14,14 @@ S = "${WORKDIR}/git"
14inherit gitpkgv pkgconfig 14inherit gitpkgv pkgconfig
15 15
16do_compile() { 16do_compile() {
17 oe_runmake \ 17 oe_runmake \
18 CC="${CC}" \ 18 CC="${CC}" \
19 CFLAGS="`pkg-config --cflags vte`${CFLAGS}" \ 19 CFLAGS="`pkg-config --cflags vte`${CFLAGS}" \
20 LDFLAGS="`pkg-config --libs vte` ${LDFLAGS}" 20 LDFLAGS="`pkg-config --libs vte` ${LDFLAGS}"
21} 21}
22 22
23do_install() { 23do_install() {
24 oe_runmake PREFIX="${prefix}" DESTDIR="${D}" install 24 oe_runmake PREFIX="${prefix}" DESTDIR="${D}" install
25} 25}
26 26
27RDEPENDS_${PN}_append_libc-glibc += "glibc-gconv-ibm437" 27RDEPENDS_${PN}_append_libc-glibc += "glibc-gconv-ibm437"