aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-data/xorg-data-common.inc
diff options
context:
space:
mode:
authorRaymond Danks <raymond@edanks.com>2006-07-24 19:46:41 +0000
committerRaymond Danks <raymond@edanks.com>2006-07-24 19:46:41 +0000
commitdd0c887b669ed5f2fdfa21118f4b32d096e92816 (patch)
tree52a9bb766480ea9983a6e3e5d4ae600e0a482f2c /packages/xorg-data/xorg-data-common.inc
parentb88c8ee5fdd3c5bda8a7fea778c3d7b09b180622 (diff)
downloadopenembedded-dd0c887b669ed5f2fdfa21118f4b32d096e92816.tar.gz
xorg-*: Massive rename to conform to X11R7.x_a.b.c versioning and xorg-* directory structure.
This is the first step for the update to X11R7.1. This will not build and will be followed by more patches and updates.
Diffstat (limited to 'packages/xorg-data/xorg-data-common.inc')
-rw-r--r--packages/xorg-data/xorg-data-common.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/xorg-data/xorg-data-common.inc b/packages/xorg-data/xorg-data-common.inc
new file mode 100644
index 0000000000..47dc922500
--- /dev/null
+++ b/packages/xorg-data/xorg-data-common.inc
@@ -0,0 +1,12 @@
+DESCRIPTION = "X data files"
+SECTION = "x11/data"
+LICENSE= "MIT-X"
+
+SRC_URI = "${XORG_MIRROR}/X11R7.0/src/data/${PN}-X11R7.0-${PV}.tar.bz2"
+S = "${WORKDIR}/${PN}-X11R7.0-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}