needed to build gnome-terminal

This commit is contained in:
brl 2018-01-22 22:03:12 -05:00
parent 47dc14c430
commit bba85a6a28
3 changed files with 119 additions and 0 deletions

View File

@ -0,0 +1,39 @@
# Recipe created by recipetool
# This is the basis of a recipe and may need further editing in order to be fully functional.
# (Feel free to remove these comments when editing.)
# WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
# your responsibility to verify that the values are complete and correct.
#
# The following license files were not able to be identified and are
# represented as "Unknown" below, you will need to check them yourself:
# COPYING
# xslt/mal-license.xsl
#
# NOTE: multiple licenses have been detected; they have been separated with &
# in the LICENSE value for now since it is a reasonable assumption that all
# of the licenses apply. If instead there is a choice between the multiple
# licenses then you should change the value to separate the licenses with |
# instead of &. If there is any doubt, check the accompanying documentation
# to determine which situation is applicable.
LICENSE = "Unknown & GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d67c6f9f1515506abfea4f0d920c0774 \
file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
file://xslt/mal-license.xsl;md5=b02305a5e9d23df0f83b0c61a8883509"
SRC_URI = "https://download.gnome.org/sources/yelp-tools/3.18/yelp-tools-${PV}.tar.xz"
SRC_URI[md5sum] = "ceca436ff2ab3900dde718c0f0286f3f"
SRC_URI[sha256sum] = "c6c1d65f802397267cdc47aafd5398c4b60766e0a7ad2190426af6c0d0716932"
# NOTE: the following prog dependencies are unknown, ignoring: xsltproc xmllint itstool
DEPENDS = "yelp-xsl xmlto-native libxml2-native itstool-native"
# NOTE: if this software is not capable of being built in a separate build directory
# from the source, you should replace autotools with autotools-brokensep in the
# inherit line
inherit pkgconfig autotools
# Specify any options you want to pass to the configure script using EXTRA_OECONF:
EXTRA_OECONF = ""
BBCLASSEXTEND = "native"

View File

@ -0,0 +1,38 @@
# Recipe created by recipetool
# This is the basis of a recipe and may need further editing in order to be fully functional.
# (Feel free to remove these comments when editing.)
# WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
# your responsibility to verify that the values are complete and correct.
#
# The following license files were not able to be identified and are
# represented as "Unknown" below, you will need to check them yourself:
# COPYING
#
# NOTE: multiple licenses have been detected; they have been separated with &
# in the LICENSE value for now since it is a reasonable assumption that all
# of the licenses apply. If instead there is a choice between the multiple
# licenses then you should change the value to separate the licenses with |
# instead of &. If there is any doubt, check the accompanying documentation
# to determine which situation is applicable.
LICENSE = "Unknown & GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=3e2bad3c5e3990988f9fa1bc5785b147 \
file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343"
SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/yelp-xsl/3.20/yelp-xsl-${PV}.tar.xz"
SRC_URI[md5sum] = "2332716e6e39125a942bc761a6f94211"
SRC_URI[sha256sum] = "dc61849e5dca473573d32e28c6c4e3cf9c1b6afe241f8c26e29539c415f97ba0"
# NOTE: the following prog dependencies are unknown, ignoring: xmllint xsltproc itstool
DEPENDS = "intltool-native itstool-native"
# NOTE: if this software is not capable of being built in a separate build directory
# from the source, you should replace autotools with autotools-brokensep in the
# inherit line
inherit gettext autotools
# Specify any options you want to pass to the configure script using EXTRA_OECONF:
EXTRA_OECONF = ""
BBCLASSEXTEND = "native"

View File

@ -0,0 +1,42 @@
SUMMARY = "XML to PO and back again using W3C ITS rules"
HOMEPAGE = "http://itstool.org/"
# WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
# your responsibility to verify that the values are complete and correct.
#
# The following license files were not able to be identified and are
# represented as "Unknown" below, you will need to check them yourself:
# COPYING
#
# NOTE: multiple licenses have been detected; they have been separated with &
# in the LICENSE value for now since it is a reasonable assumption that all
# of the licenses apply. If instead there is a choice between the multiple
# licenses then you should change the value to separate the licenses with |
# instead of &. If there is any doubt, check the accompanying documentation
# to determine which situation is applicable.
LICENSE = "Unknown & GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=59c57b95fd7d0e9e238ebbc7ad47c5a5 \
file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI = "http://files.itstool.org/itstool/itstool-${PV}.tar.bz2"
SRC_URI[md5sum] = "9415ddf6a12012ff688549d2ed767bc5"
SRC_URI[sha256sum] = "97c208b51da33e0b553e830b92655f8deb9132f8fbe9a646771f95c33226eb60"
inherit distutils python3native setuptools3
# WARNING: the following rdepends are determined through basic analysis of the
# python sources, and might not be 100% accurate.
RDEPENDS_${PN} += "python-core"
BBCLASSEXTEND = "native"
# WARNING: We were unable to map the following python package/module
# dependencies to the bitbake packages which include them:
# __future__
# gettext
# hashlib
# io
# libxml2
# optparse
# os
# re