aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-06-15 22:40:12 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-06-15 22:40:12 +0000
commit999598e3d0b909b13fa31197fbb844b98277cae3 (patch)
tree478c6a9083bf76ff09363795db404f43f4c0b120
parent56d8f000eff4861a2f04a42e5abc12bd48ac6039 (diff)
downloadopenembedded-999598e3d0b909b13fa31197fbb844b98277cae3.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/15 23:59:21+02:00 uni-frankfurt.de!mickeyl gnome-mime-data depends on intltool-native 2005/06/15 23:48:32+02:00 dyndns.org!reenoo Merge oe-devel@oe-devel.bkbits.net:openembedded into sugarcube.dyndns.org:/home2/oe/bakery/openembedded 2005/06/15 23:42:31+02:00 dyndns.org!reenoo giac: adjust SRC_URI to point to a versioned tarball. BKrev: 42b0ae4cCkFxcuCPdX4YP5z7l_F7MA
-rw-r--r--packages/giac/giac_0.5.0.bb4
-rw-r--r--packages/gnome/gnome-mime-data_2.4.1.bb3
2 files changed, 5 insertions, 2 deletions
diff --git a/packages/giac/giac_0.5.0.bb b/packages/giac/giac_0.5.0.bb
index 0689da6964..5ab6c15c7e 100644
--- a/packages/giac/giac_0.5.0.bb
+++ b/packages/giac/giac_0.5.0.bb
@@ -3,11 +3,11 @@ DESCRIPTION = "A free computer algebra system"
HOMEPAGE = "http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
PRIORITY = "optional"
LICENSE = "GPL"
-MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
+MAINTAINER = "Rene Wagner <rw@handhelds.org>"
DEPENDS = "fltk gmp mpfr gsl"
# ntl pari"
-SRC_URI = "ftp://ftp-fourier.ujf-grenoble.fr/xcas/giac_unstable.tgz"
+SRC_URI = "ftp://ftp-fourier.ujf-grenoble.fr/xcas/giac-${PV}.tar.gz"
inherit autotools
diff --git a/packages/gnome/gnome-mime-data_2.4.1.bb b/packages/gnome/gnome-mime-data_2.4.1.bb
index aa2d211309..dcf9eeb805 100644
--- a/packages/gnome/gnome-mime-data_2.4.1.bb
+++ b/packages/gnome/gnome-mime-data_2.4.1.bb
@@ -1,2 +1,5 @@
LICENSE = GPL
inherit gnome
+
+DEPENDS += "intltool-native"
+PR = "r1"