mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
353af14e43
commit
43c2d4d3ca
@@ -1,11 +1,13 @@
|
||||
SECTION = "libs"
|
||||
DESCRIPTION = "OSM/Motif implementation."
|
||||
LICENSE = "OGPL"
|
||||
DEPENDS = "xbitmaps virtual/libx11 libxt libxp"
|
||||
DEPENDS = "xbitmaps virtual/libx11 libxt libxp libxft"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=14f692c82491db3d52419929d2f3b343"
|
||||
|
||||
SRC_URI = "http://openmotif.com/files/public_downloads/openmotif/2.3/2.3.3/openmotif-2.3.3.tar.gz \
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://fossies.org/unix/misc/openmotif-2.3.3.tar.gz \
|
||||
file://configure.patch;patch=1"
|
||||
|
||||
SRC_URI[md5sum] = "fd27cd3369d6c7d5ef79eccba524f7be"
|
||||
|
||||
Reference in New Issue
Block a user