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/ltrace/ltrace_git.bb2
-rw-r--r--meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb19
-rw-r--r--meta-oe/recipes-devtools/pmtools/pmtools_git.bb14
-rw-r--r--meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb25
4 files changed, 31 insertions, 29 deletions
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
index c27e21dc89..8ae0185031 100644
--- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
+++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
@@ -28,5 +28,5 @@ PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind"
28PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" 28PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux"
29 29
30do_configure_prepend () { 30do_configure_prepend () {
31 ( cd ${S}; ./autogen.sh ) 31 ( cd ${S}; ./autogen.sh )
32} 32}
diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
index 7d009068d8..ead1f615c5 100644
--- a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
+++ b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
@@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2106f0435056f3dd9349747a766e5816" 6LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2106f0435056f3dd9349747a766e5816"
7 7
8SRC_URI = " \ 8SRC_URI = " \
9 http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz \ 9 http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz \
10" 10"
11 11
12SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7" 12SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7"
@@ -18,14 +18,15 @@ RDEPENDS_${PN} += "bash perl libxml2"
18S = "${WORKDIR}/${BP}" 18S = "${WORKDIR}/${BP}"
19 19
20EXTRA_OECONF = "--enable-debuginfo \ 20EXTRA_OECONF = "--enable-debuginfo \
21 --enable-fast \ 21 --enable-fast \
22 --enable-shared \ 22 --enable-shared \
23 --with-pm=gforker \ 23 --with-pm=gforker \
24 --disable-rpath \ 24 --disable-rpath \
25 --disable-f77 \ 25 --disable-f77 \
26 --disable-fc \ 26 --disable-fc \
27 --disable-fortran \ 27 --disable-fortran \
28 --disable-cxx" 28 --disable-cxx \
29"
29 30
30inherit autotools-brokensep gettext 31inherit autotools-brokensep gettext
31 32
diff --git a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb
index 22ed8e2ff1..94fc736b57 100644
--- a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb
+++ b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "This is a small collection of power management \ 1DESCRIPTION = "This is a small collection of power management \
2 test and investigation tools" 2 test and investigation tools"
3HOMEPAGE = "http://lesswatts.org/projects/acpi" 3HOMEPAGE = "http://lesswatts.org/projects/acpi"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" 5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
@@ -17,13 +17,13 @@ S = "${WORKDIR}/git"
17 17
18do_configure[noexec] = "1" 18do_configure[noexec] = "1"
19do_compile() { 19do_compile() {
20 oe_runmake 20 oe_runmake
21} 21}
22 22
23do_install() { 23do_install() {
24 install -d ${D}${bindir} ${D}${docdir} 24 install -d ${D}${bindir} ${D}${docdir}
25 install -m 755 ${S}/acpidump/acpidump ${D}${bindir} 25 install -m 755 ${S}/acpidump/acpidump ${D}${bindir}
26 install -m 755 ${S}/acpixtract/acpixtract ${D}${bindir} 26 install -m 755 ${S}/acpixtract/acpixtract ${D}${bindir}
27 install -m 755 ${S}/madt/madt ${D}${bindir} 27 install -m 755 ${S}/madt/madt ${D}${bindir}
28 install -m 644 ${S}/README ${D}${docdir} 28 install -m 644 ${S}/README ${D}${docdir}
29} 29}
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 40612e5df5..f5d056e00c 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
@@ -20,25 +20,26 @@ PACKAGECONFIG[curl] = "--with-curl=${STAGING_DIR},--with-curl=no,curl"
20PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR},--with-icu=no,icu" 20PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR},--with-icu=no,icu"
21 21
22do_install_prepend () { 22do_install_prepend () {
23 sed -i -e 's:-L${STAGING_DIR}/lib:-L\$\{libdir\}:g' ${B}/xerces-c.pc 23 sed -i -e 's:-L${STAGING_DIR}/lib:-L\$\{libdir\}:g' ${B}/xerces-c.pc
24} 24}
25 25
26PACKAGES = "libxerces-c \ 26PACKAGES = "libxerces-c \
27 libxerces-c-dbg \ 27 libxerces-c-dbg \
28 libxerces-c-dev \ 28 libxerces-c-dev \
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"
37FILES_libxerces-c-dev = "${libdir}/lib*.la \ 38FILES_libxerces-c-dev = "${libdir}/lib*.la \
38 ${libdir}/libxerces-c.so \ 39 ${libdir}/libxerces-c.so \
39 ${libdir}/pkgconfig/xerces-c.pc \ 40 ${libdir}/pkgconfig/xerces-c.pc \
40 ${includedir}/xercesc \ 41 ${includedir}/xercesc \
41 " 42"
42FILES_xerces-c-samples = "${bindir}/*" 43FILES_xerces-c-samples = "${bindir}/*"
43FILES_xerces-c-samples-dbg = "${bindir}/.debug/" 44FILES_xerces-c-samples-dbg = "${bindir}/.debug/"
44FILES_libxerces-c-staticdev = "${libdir}/lib*.a" 45FILES_libxerces-c-staticdev = "${libdir}/lib*.a"