aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-data/xorg-data-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-data/xorg-data-common.inc')
-rw-r--r--recipes/xorg-data/xorg-data-common.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xorg-data/xorg-data-common.inc b/recipes/xorg-data/xorg-data-common.inc
new file mode 100644
index 0000000000..46b14d73af
--- /dev/null
+++ b/recipes/xorg-data/xorg-data-common.inc
@@ -0,0 +1,14 @@
+HOMEPAGE = "http://www.x.org"
+SECTION = "x11/data"
+LICENSE = "MIT-X"
+
+XORG_PN = "${PN}"
+
+SRC_URI = "${XORG_MIRROR}/individual/data/${XORG_PN}-${PV}.tar.bz2"
+S = "${WORKDIR}/${XORG_PN}-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}