summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb2
-rw-r--r--meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb4
-rw-r--r--meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb6
-rw-r--r--meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb4
4 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb b/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb
index 87e524dd7..6940d2da4 100644
--- a/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb
+++ b/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb
@@ -101,7 +101,7 @@ do_install () {
101 101
102 install -m 0755 -d ${D}${sysconfdir}/avahi/services/ 102 install -m 0755 -d ${D}${sysconfdir}/avahi/services/
103 install -m 0644 ${WORKDIR}/cloud9-avahi.service ${D}${sysconfdir}/avahi/services/ 103 install -m 0644 ${WORKDIR}/cloud9-avahi.service ${D}${sysconfdir}/avahi/services/
104 104
105 install -d ${D}${systemd_unitdir}/system 105 install -d ${D}${systemd_unitdir}/system
106 install -m 0644 ${WORKDIR}/cloud9.service ${D}${systemd_unitdir}/system 106 install -m 0644 ${WORKDIR}/cloud9.service ${D}${systemd_unitdir}/system
107} 107}
diff --git a/meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb b/meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb
index 4d677efb1..e7a406fc5 100644
--- a/meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb
+++ b/meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb
@@ -20,7 +20,7 @@ RDEPENDS_${PN} = "ncurses"
20EXTRA_OEMAKE = "-e MAKEFLAGS=" 20EXTRA_OEMAKE = "-e MAKEFLAGS="
21 21
22do_compile() { 22do_compile() {
23 oe_runmake -C src all 23 oe_runmake -C src all
24} 24}
25 25
26do_install_append() { 26do_install_append() {
@@ -33,7 +33,7 @@ do_install() {
33 TARGET=${D}${bindir} \ 33 TARGET=${D}${bindir} \
34 WORKDIR=${D}${localstatedir}/local/iptraf \ 34 WORKDIR=${D}${localstatedir}/local/iptraf \
35 LOGDIR=${D}${localstatedir}/log/iptraf \ 35 LOGDIR=${D}${localstatedir}/log/iptraf \
36 LOCKDIR=${D}${localstatedir}/run/iptraf 36 LOCKDIR=${D}${localstatedir}/run/iptraf
37} 37}
38 38
39FILES_${PN} += "${bindir} ${localstatedir} /run" 39FILES_${PN} += "${bindir} ${localstatedir} /run"
diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
index ab15a7e7f..3eadbe45f 100644
--- a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
+++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
@@ -1,12 +1,12 @@
1SUMMARY = "Templatized C++ Command Line Parser" 1SUMMARY = "Templatized C++ Command Line Parser"
2HOMEPAGE = "http://tclap.sourceforge.net/" 2HOMEPAGE = "http://tclap.sourceforge.net/"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453" 4LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
5 5
6SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41" 6SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
7SRC_URI = "git://git.code.sf.net/p/tclap/code \ 7SRC_URI = "git://git.code.sf.net/p/tclap/code \
8 file://Makefile.am-disable-docs.patch \ 8 file://Makefile.am-disable-docs.patch \
9" 9"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12inherit autotools 12inherit autotools
diff --git a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb
index f5d056e00..b848b0693 100644
--- a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb
+++ b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb
@@ -29,10 +29,10 @@ PACKAGES = "libxerces-c \
29 xerces-c-samples \ 29 xerces-c-samples \
30 xerces-c-samples-dbg \ 30 xerces-c-samples-dbg \
31 libxerces-c-staticdev \ 31 libxerces-c-staticdev \
32" 32"
33 33
34FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so" 34FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so"
35FILES_libxerces-c-dbg = "${libdir}/.debug \ 35FILES_libxerces-c-dbg = "${libdir}/.debug \
36 ${prefix}/src/debug \ 36 ${prefix}/src/debug \
37" 37"
38FILES_libxerces-c-dev = "${libdir}/lib*.la \ 38FILES_libxerces-c-dev = "${libdir}/lib*.la \