aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2012-11-14 12:31:18 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-12-04 11:25:34 +0100
commit14b68506078a4133e743491d35245775a58a1317 (patch)
treeffa274db915db927f5b8906c41d98aca9dd0b6d8 /meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
parentb6c6adb440262fe1c72d228f01535d78cba8417b (diff)
downloadmeta-openembedded-contrib-14b68506078a4133e743491d35245775a58a1317.tar.gz
openmotif: remove due to lack of libxp in repository
ERROR: Nothing PROVIDES 'libxp' (but /home/hrw/HDD/devel/canonical/aarch64/meta-openembedded/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb DEPENDS on or otherwise requires it) ERROR: Required build target 'openmotif' has no buildable providers. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb')
-rw-r--r--meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb38
1 files changed, 0 insertions, 38 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
deleted file mode 100644
index 2e9c2de9f6..0000000000
--- a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
+++ /dev/null
@@ -1,38 +0,0 @@
-SECTION = "libs"
-DESCRIPTION = "OSM/Motif implementation."
-LICENSE = "OGPL"
-DEPENDS = "xbitmaps virtual/libx11 libxt libxp"
-
-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 \
- file://configure.patch;patch=1"
-
-SRC_URI[md5sum] = "fd27cd3369d6c7d5ef79eccba524f7be"
-SRC_URI[sha256sum] = "c85f5545e218fa0c59a3789192132d472fc5a33e914a221a568eee4fc10cd103"
-
-inherit autotools
-
-PACKAGES += "${PN}-bin"
-
-FILES_${PN}-bin = "${bindir}"
-
-do_compile() {
- (
- # HACK: build a native binaries need during the build
- unset CC LD CXX CCLD CFLAGS
- oe_runmake -C config/util CC="${BUILD_CC}" LD="${BUILD_LD}" CXX="${BUILD_CXX}" LIBS="" makestrs
- )
- if [ "$?" != "0" ]; then
- exit 1
- fi
- oe_runmake -C lib
- oe_runmake -C include
-}
-
-do_install() {
- oe_runmake DESTDIR=${D} -C lib install
- oe_runmake DESTDIR=${D} -C include install
-}
-
-LEAD_SONAME = "libXm.so.4"