summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-graphics/xorg-util
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-util')
-rw-r--r--meta/recipes-graphics/xorg-util/gccmakedep_1.0.3.bb17
-rw-r--r--meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb21
-rw-r--r--meta/recipes-graphics/xorg-util/util-macros_1.19.0.bb19
-rw-r--r--meta/recipes-graphics/xorg-util/xorg-util-common.inc13
4 files changed, 70 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-util/gccmakedep_1.0.3.bb b/meta/recipes-graphics/xorg-util/gccmakedep_1.0.3.bb
new file mode 100644
index 0000000000..ccf2f4b451
--- /dev/null
+++ b/meta/recipes-graphics/xorg-util/gccmakedep_1.0.3.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Program to create dependencies in makefiles"
2
3DESCRIPTION = "The gccmakedep program calls 'gcc -M' to output makefile \
4rules describing the dependencies of each sourcefile, so that make knows \
5which object files must be recompiled when a dependency has changed."
6
7require xorg-util-common.inc
8LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d"
9DESCRIPTION = "create dependencies in makefiles using 'gcc -M'"
10DEPENDS = "util-macros"
11RDEPENDS_${PN} = "gcc"
12
13PR = "r3"
14PE = "1"
15
16SRC_URI[md5sum] = "127ddb6131eb4a56fdf6644a63ade788"
17SRC_URI[sha256sum] = "f9e2e7a590e27f84b6708ab7a81e546399b949bf652fb9b95193e0e543e6a548" \ No newline at end of file
diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb
new file mode 100644
index 0000000000..84a967a81e
--- /dev/null
+++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb
@@ -0,0 +1,21 @@
1require xorg-util-common.inc
2
3SUMMARY = "create dependencies in makefiles"
4
5DESCRIPTION = "The makedepend program reads each sourcefile in sequence \
6and parses it like a C-preprocessor, processing \
7all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif \
8and #else directives so that it can correctly tell which #include, \
9directives would be used in a compilation. Any #include, directives \
10can reference files having other #include directives, and parsing will \
11occur in these files as well."
12
13DEPENDS = "xproto util-macros"
14PE = "1"
15
16BBCLASSEXTEND = "native"
17
18LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f"
19
20SRC_URI[md5sum] = "efb2d7c7e22840947863efaedc175747"
21SRC_URI[sha256sum] = "503903d41fb5badb73cb70d7b3740c8b30fe1cc68c504d3b6a85e6644c4e5004"
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.19.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.19.0.bb
new file mode 100644
index 0000000000..26cf50f2fd
--- /dev/null
+++ b/meta/recipes-graphics/xorg-util/util-macros_1.19.0.bb
@@ -0,0 +1,19 @@
1SUMMARY = "X autotools macros"
2
3DESCRIPTION = "M4 autotools macros used by various X.org programs."
4
5require xorg-util-common.inc
6
7LICENSE = "MIT & MIT-style"
8LIC_FILES_CHKSUM = "file://COPYING;md5=1970511fddd439b07a6ba789d28ff662"
9
10PE = "1"
11
12SRC_URI[md5sum] = "40e1caa49a71a26e0aa68ddd00203717"
13SRC_URI[sha256sum] = "0d4df51b29023daf2f63aebf3ebc638ea88efedfd560ab5866741ab3f92acaa1"
14
15# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
16RDEPENDS_${PN}-dev = ""
17RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
18
19BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-graphics/xorg-util/xorg-util-common.inc b/meta/recipes-graphics/xorg-util/xorg-util-common.inc
new file mode 100644
index 0000000000..18d022c49f
--- /dev/null
+++ b/meta/recipes-graphics/xorg-util/xorg-util-common.inc
@@ -0,0 +1,13 @@
1HOMEPAGE = "http://www.x.org"
2BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
3
4SECTION = "x11/utils"
5LICENSE = "MIT-X"
6
7XORG_PN = "${BPN}"
8
9SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz"
10
11S = "${WORKDIR}/${XORG_PN}-${PV}"
12
13inherit autotools pkgconfig