diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-25 08:19:58 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-25 08:19:58 -0700 |
commit | aa34eaf616e1eed709d0d8f370695dd0211c7891 (patch) | |
tree | 2be809c894a15d7cc5f6cdc46c8d7d6990d3139a | |
parent | ddc8e9752d9802f107a0e6a013d5b5918b78e6b6 (diff) | |
parent | 2ec03e65ddc5d3c50e0020808577815cb1fd51a4 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
-rw-r--r-- | conf/checksums.ini | 8 | ||||
-rw-r--r-- | recipes/gdb/gdb-canadian-sdk_6.8.bb | 2 | ||||
-rw-r--r-- | recipes/gdb/gdb-cross-sdk_6.8.bb | 1 | ||||
-rw-r--r-- | recipes/gdb/gdb-cross_6.8.bb | 4 | ||||
-rw-r--r-- | recipes/gnome/gnome-games_2.24.0.bb | 5 | ||||
-rw-r--r-- | recipes/musicbrainz/libmusicbrainz.inc | 19 | ||||
-rw-r--r-- | recipes/musicbrainz/libmusicbrainz_3.0.1.bb | 17 | ||||
-rw-r--r-- | recipes/musicbrainz/libmusicbrainz_3.0.2.bb | 1 | ||||
-rw-r--r-- | recipes/octave/octave.inc | 4 | ||||
-rw-r--r-- | recipes/octave/octave_3.0.3.bb | 2 | ||||
-rw-r--r-- | recipes/openssh/openssh.inc | 3 | ||||
-rw-r--r-- | recipes/oprofile/oprofile_0.9.5.bb | 27 |
12 files changed, 72 insertions, 21 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index f0fc4bb306..ab8b320cb5 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -14286,6 +14286,10 @@ sha256=c6629c4bed428f9df3f89efc065b2d96f05eba36286532ebe8b8e404022371a0 md5=d42110ae548dae1eea73e83b03a1a936 sha256=243311225a6bdcee065aaabc63334086cdd4298f13def45c7e798201f88d08cc +[ftp://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-3.0.2.tar.gz] +md5=648ecd43f7b80852419aaf73702bc23f +sha256=b9a35e56826239add731cf083108cbc313d4a2d1770e6f5006966daa66a21eda + [ftp://ftp.debian.org/debian/pool/main/libn/libnet0/libnet0_1.0.2a.orig.tar.gz] md5=bf4983ea440542f3ec019cc1bb6ca87d sha256=cf6bf75d590884fa9d0725d4d86afa93211e29cf0c5f333a60bb4e4eb347dc29 @@ -18718,6 +18722,10 @@ sha256=cb1452159036ba7d3003b75dfef38fcbc61503f76adfca2879ebf7766931cade md5=82b059379895cf125261d7d773465915 sha256=cb1452159036ba7d3003b75dfef38fcbc61503f76adfca2879ebf7766931cade +[http://downloads.sourceforge.net/oprofile/oprofile-0.9.5.tar.gz] +md5=4b2ceca3fa013c95cc8d47c790807dc2 +sha256=1cb7c3968e3e01e7597f54b87ebc87a48c6c8e569db7e353adb91841db5b4190 + [http://www.rpsys.net/openzaurus/patches/archive/oprofile_always_bt_arm-r0.patch] md5=9d1e6a9bd4d6dc9cae3c54c18c303ace sha256=e0e33fae512e54ff27474c926a758cf687e35d2c3007f69d4c647b69d47352ae diff --git a/recipes/gdb/gdb-canadian-sdk_6.8.bb b/recipes/gdb/gdb-canadian-sdk_6.8.bb index 1eefddc917..db45cfdf16 100644 --- a/recipes/gdb/gdb-canadian-sdk_6.8.bb +++ b/recipes/gdb/gdb-canadian-sdk_6.8.bb @@ -1,8 +1,10 @@ require gdb-canadian-cross.inc +LICENSE = "GPLv3" SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0 \ file://gdb-6.8-mingw-3.patch;patch=1 \ file://gdb-6.8-pr9638-ppc-canadian-configh.patch;patch=1 \ + file://gdb-6.8-fix-compile-karmic.patch;patch=1 \ file://gdb-6.8-mips-mingw-sim-fixup.patch;patch=1" PR = "r1" diff --git a/recipes/gdb/gdb-cross-sdk_6.8.bb b/recipes/gdb/gdb-cross-sdk_6.8.bb index 66e1454779..6d6fba7993 100644 --- a/recipes/gdb/gdb-cross-sdk_6.8.bb +++ b/recipes/gdb/gdb-cross-sdk_6.8.bb @@ -1,4 +1,5 @@ require gdb-cross.inc +LICENSE = "GPLv3" SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0 \ file://gdb-6.8-fix-compile-karmic.patch;patch=1" diff --git a/recipes/gdb/gdb-cross_6.8.bb b/recipes/gdb/gdb-cross_6.8.bb index 664ab5e323..2c24d4cac8 100644 --- a/recipes/gdb/gdb-cross_6.8.bb +++ b/recipes/gdb/gdb-cross_6.8.bb @@ -1,6 +1,8 @@ require gdb-cross.inc +LICENSE = "GPLv3" -SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0" +SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0 \ + file://gdb-6.8-fix-compile-karmic.patch;patch=1" inherit cross diff --git a/recipes/gnome/gnome-games_2.24.0.bb b/recipes/gnome/gnome-games_2.24.0.bb index cc795e14a5..6449c82c8a 100644 --- a/recipes/gnome/gnome-games_2.24.0.bb +++ b/recipes/gnome/gnome-games_2.24.0.bb @@ -24,7 +24,10 @@ do_configure_prepend() { do_configure_append() { for i in $(find ${S} -name "Makefile") ; do - sed -i -e s:'I/usr/include'::g -e s:'-I /usr/include -I /usr/local/include'::g $i + sed -i \ + -e s:'-I/usr/include/SDL':'-I${STAGING_INCDIR}/SDL':g \ + -e s:'-I/usr/local/include/SDL':'-I${STAGING_INCDIR}/SDL':g \ + $i done } diff --git a/recipes/musicbrainz/libmusicbrainz.inc b/recipes/musicbrainz/libmusicbrainz.inc new file mode 100644 index 0000000000..64a7f50794 --- /dev/null +++ b/recipes/musicbrainz/libmusicbrainz.inc @@ -0,0 +1,19 @@ +DEFAULT_PREFERENCE = "-1" + +DESCRIPTION = "The MusicBrainz client is a library which can be built into other programs. \ +It allows you to access the data held on the MusicBrainz server." +HOMEPAGE = "http://musicbrainz.org" +LICENSE = "LGPL" +DEPENDS = "expat neon" + +SRC_URI = "ftp://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-${PV}.tar.gz" + +inherit cmake pkgconfig + +# Fight a compiler/link bug that leaks too many c++ symbols +TARGET_LDFLAGS += " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib " + +do_stage() { + autotools_stage_all +} + diff --git a/recipes/musicbrainz/libmusicbrainz_3.0.1.bb b/recipes/musicbrainz/libmusicbrainz_3.0.1.bb index e01695eb3d..bd54419686 100644 --- a/recipes/musicbrainz/libmusicbrainz_3.0.1.bb +++ b/recipes/musicbrainz/libmusicbrainz_3.0.1.bb @@ -1,16 +1 @@ -DEFAULT_PREFERENCE = "-1" - -DESCRIPTION = "The MusicBrainz client is a library which can be built into other programs. \ -It allows you to access the data held on the MusicBrainz server." -HOMEPAGE = "http://musicbrainz.org" -LICENSE = "LGPL" -DEPENDS = "expat neon" - -SRC_URI = "http://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-${PV}.tar.gz" - -inherit cmake pkgconfig - -do_stage() { - autotools_stage_all -} - +require ${PN}.inc diff --git a/recipes/musicbrainz/libmusicbrainz_3.0.2.bb b/recipes/musicbrainz/libmusicbrainz_3.0.2.bb new file mode 100644 index 0000000000..bd54419686 --- /dev/null +++ b/recipes/musicbrainz/libmusicbrainz_3.0.2.bb @@ -0,0 +1 @@ +require ${PN}.inc diff --git a/recipes/octave/octave.inc b/recipes/octave/octave.inc index 440de5c1a0..a7161bbec1 100644 --- a/recipes/octave/octave.inc +++ b/recipes/octave/octave.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Matlab alternative for numerical computations" HOMEPAGE = "http://www.gnu.org/software/octave/" SECTION = "console/scientific" LICENSE = "GPL" -DEPENDS = "readline ncurses fftw" +DEPENDS = "gperf-native readline ncurses fftw" RDEPENDS = "libfftw3" # fftw compiled with --disable-fortran @@ -14,6 +14,8 @@ EXTRA_OECONF = "--without-hdf5 --without-glpk -without-umfpack \ --without-colamd --without-ccolamd --without-cholmod \ --without-cxsparse" +TARGET_CC_ARCH += "${LDFLAGS}" + # additional missing dependency/functionality: Qhull gperf do_configure() { diff --git a/recipes/octave/octave_3.0.3.bb b/recipes/octave/octave_3.0.3.bb index b0fc06557d..c43cf166e0 100644 --- a/recipes/octave/octave_3.0.3.bb +++ b/recipes/octave/octave_3.0.3.bb @@ -1,6 +1,6 @@ require octave.inc -PR = "r1" +PR = "r2" SRC_URI = "ftp://ftp.octave.org/pub/octave/${PN}-${PV}.tar.gz \ file://configure.patch;patch=1" diff --git a/recipes/openssh/openssh.inc b/recipes/openssh/openssh.inc index 086c9015ad..9e4ca1467e 100644 --- a/recipes/openssh/openssh.inc +++ b/recipes/openssh/openssh.inc @@ -2,6 +2,7 @@ DEPENDS = "zlib openssl" RCONFLICTS_${PN} = "dropbear" RCONFLICTS_${PN}-sshd = "dropbear" +RCONFLICTS_${PN}-keygen = "ssh-keygen" SECTION = "console/network" DESCRIPTION = "Secure rlogin/rsh/rcp/telnet replacement (OpenSSH) \ @@ -15,7 +16,7 @@ used to provide applications with a secure communication channel." HOMEPAGE = "http://www.openssh.org/" LICENSE = "BSD" -INC_PR = "r7" +INC_PR = "r8" inherit autotools diff --git a/recipes/oprofile/oprofile_0.9.5.bb b/recipes/oprofile/oprofile_0.9.5.bb new file mode 100644 index 0000000000..d89624000d --- /dev/null +++ b/recipes/oprofile/oprofile_0.9.5.bb @@ -0,0 +1,27 @@ +require oprofile.inc + +RDEPENDS += "binutils-symlinks" +RRECOMMENDS += "kernel-vmlinux" +PR = "r3" + +SRC_URI = "\ + ${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ + file://acinclude.m4 \ + " + +do_stage () { + # As of 0.9.4 there is a libopagent library to compile and link against. + autotools_stage_all +} + +PACKAGES = "${PN}-dev ${PN}-doc ${PN}-dbg ${PN}" + +FILES_${PN} += "\ + ${libdir}/oprofile/libopagent.so.* \ +" + +FILES_${PN}-dev += "\ + ${libdir}/oprofile/lib*.so \ + ${libdir}/oprofile/lib*.a \ + ${libdir}/oprofile/lib*.la \ +" |