aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-util
diff options
context:
space:
mode:
authorMartin.Jansa <Martin.Jansa@gmail.com>2009-10-29 11:10:21 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-12-22 13:16:52 +0100
commitfba77bf1ca0257e3e795b9c514b3420fc9cf5fed (patch)
tree94e7816a6d0f78ca6771e74cde6ce9dd63df3710 /recipes/xorg-util
parent4a29ef0bc8969754420c94a063d32f298ab16466 (diff)
downloadopenembedded-fba77bf1ca0257e3e795b9c514b3420fc9cf5fed.tar.gz
xorg: add recipes for X11R7.5 release
* Update conf/distro/include/preferred-xorg-versions-X11R7.5.inc * Only recipe versions specified in X11R7.5 and available at http://www.x.org/releases/X11R7.5/src/
Diffstat (limited to 'recipes/xorg-util')
-rw-r--r--recipes/xorg-util/makedepend-native_1.0.2.bb9
-rw-r--r--recipes/xorg-util/makedepend_1.0.2.bb6
2 files changed, 15 insertions, 0 deletions
diff --git a/recipes/xorg-util/makedepend-native_1.0.2.bb b/recipes/xorg-util/makedepend-native_1.0.2.bb
new file mode 100644
index 0000000000..9facfc69fa
--- /dev/null
+++ b/recipes/xorg-util/makedepend-native_1.0.2.bb
@@ -0,0 +1,9 @@
+require xorg-util-common.inc
+inherit native
+
+DESCRIPTION = "create dependencies in makefiles"
+DEPENDS = "xproto-native util-macros-native"
+PR = "r2"
+PE = "1"
+
+XORG_PN = "makedepend"
diff --git a/recipes/xorg-util/makedepend_1.0.2.bb b/recipes/xorg-util/makedepend_1.0.2.bb
new file mode 100644
index 0000000000..e998bba1b0
--- /dev/null
+++ b/recipes/xorg-util/makedepend_1.0.2.bb
@@ -0,0 +1,6 @@
+require xorg-util-common.inc
+
+DESCRIPTION = "create dependencies in makefiles"
+DEPENDS = "xproto util-macros"
+PR = "r2"
+PE = "1"