diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-12-19 16:32:10 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-19 17:48:26 +0100 |
commit | 43c2d4d3ca9889e54646e02d110d8155da96772c (patch) | |
tree | 68e638af3d16971413b24c9f1332f3156fd1216d /meta-oe/recipes-support | |
parent | 353af14e4318811c4302abc253a81e9b401c0cde (diff) | |
download | meta-openembedded-43c2d4d3ca9889e54646e02d110d8155da96772c.tar.gz |
openmotif: Update SRC_URI and add libxft in depends
The file couldn't be found in the official repository and it seems
unmaintained as it had processing errors when trying to register to be
able to download the last release. Researching in the web a mirror has
been found and than we're using now this mirror so fetch works again.
During build test, from a clean tmp directory we found that libxft is
a hard dependency so we add it to depends list.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb b/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb index 2e9c2de9f..e7a0220e0 100644 --- a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb +++ b/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb | |||
@@ -1,11 +1,13 @@ | |||
1 | SECTION = "libs" | 1 | SECTION = "libs" |
2 | DESCRIPTION = "OSM/Motif implementation." | 2 | DESCRIPTION = "OSM/Motif implementation." |
3 | LICENSE = "OGPL" | 3 | LICENSE = "OGPL" |
4 | DEPENDS = "xbitmaps virtual/libx11 libxt libxp" | 4 | DEPENDS = "xbitmaps virtual/libx11 libxt libxp libxft" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=14f692c82491db3d52419929d2f3b343" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=14f692c82491db3d52419929d2f3b343" |
7 | 7 | ||
8 | SRC_URI = "http://openmotif.com/files/public_downloads/openmotif/2.3/2.3.3/openmotif-2.3.3.tar.gz \ | 8 | PR = "r1" |
9 | |||
10 | SRC_URI = "http://fossies.org/unix/misc/openmotif-2.3.3.tar.gz \ | ||
9 | file://configure.patch;patch=1" | 11 | file://configure.patch;patch=1" |
10 | 12 | ||
11 | SRC_URI[md5sum] = "fd27cd3369d6c7d5ef79eccba524f7be" | 13 | SRC_URI[md5sum] = "fd27cd3369d6c7d5ef79eccba524f7be" |