diff options
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | 19 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/pmtools/pmtools_git.bb | 14 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb | 25 |
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" | |||
| 28 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" | 28 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" |
| 29 | 29 | ||
| 30 | do_configure_prepend () { | 30 | do_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" | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2106f0435056f3dd9349747a766e5816" | 6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2106f0435056f3dd9349747a766e5816" |
| 7 | 7 | ||
| 8 | SRC_URI = " \ | 8 | SRC_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 | ||
| 12 | SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7" | 12 | SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7" |
| @@ -18,14 +18,15 @@ RDEPENDS_${PN} += "bash perl libxml2" | |||
| 18 | S = "${WORKDIR}/${BP}" | 18 | S = "${WORKDIR}/${BP}" |
| 19 | 19 | ||
| 20 | EXTRA_OECONF = "--enable-debuginfo \ | 20 | EXTRA_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 | ||
| 30 | inherit autotools-brokensep gettext | 31 | inherit 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 @@ | |||
| 1 | DESCRIPTION = "This is a small collection of power management \ | 1 | DESCRIPTION = "This is a small collection of power management \ |
| 2 | test and investigation tools" | 2 | test and investigation tools" |
| 3 | HOMEPAGE = "http://lesswatts.org/projects/acpi" | 3 | HOMEPAGE = "http://lesswatts.org/projects/acpi" |
| 4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
| @@ -17,13 +17,13 @@ S = "${WORKDIR}/git" | |||
| 17 | 17 | ||
| 18 | do_configure[noexec] = "1" | 18 | do_configure[noexec] = "1" |
| 19 | do_compile() { | 19 | do_compile() { |
| 20 | oe_runmake | 20 | oe_runmake |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | do_install() { | 23 | do_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" | |||
| 20 | PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR},--with-icu=no,icu" | 20 | PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR},--with-icu=no,icu" |
| 21 | 21 | ||
| 22 | do_install_prepend () { | 22 | do_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 | ||
| 26 | PACKAGES = "libxerces-c \ | 26 | PACKAGES = "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 | ||
| 34 | FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so" | 34 | FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so" |
| 35 | FILES_libxerces-c-dbg = "${libdir}/.debug \ | 35 | FILES_libxerces-c-dbg = "${libdir}/.debug \ |
| 36 | ${prefix}/src/debug " | 36 | ${prefix}/src/debug \ |
| 37 | " | ||
| 37 | FILES_libxerces-c-dev = "${libdir}/lib*.la \ | 38 | FILES_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 | " |
| 42 | FILES_xerces-c-samples = "${bindir}/*" | 43 | FILES_xerces-c-samples = "${bindir}/*" |
| 43 | FILES_xerces-c-samples-dbg = "${bindir}/.debug/" | 44 | FILES_xerces-c-samples-dbg = "${bindir}/.debug/" |
| 44 | FILES_libxerces-c-staticdev = "${libdir}/lib*.a" | 45 | FILES_libxerces-c-staticdev = "${libdir}/lib*.a" |
