summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-moblin/packages/xorg-app/xorg-app-common.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-moblin/packages/xorg-app/xorg-app-common.inc b/meta-moblin/packages/xorg-app/xorg-app-common.inc
new file mode 100644
index 0000000000..cd7f654be2
--- /dev/null
+++ b/meta-moblin/packages/xorg-app/xorg-app-common.inc
@@ -0,0 +1,19 @@
1DESCRIPTION = "X application"
2HOMEPAGE = "http://www.x.org/"
3SECTION = "x11/apps"
4LICENSE = "MIT-X"
5DEPENDS = "util-macros-native virtual/libx11"
6
7XORG_PN = "${PN}"
8
9SRC_URI = "${XORG_MIRROR}/individual/app/${XORG_PN}-${PV}.tar.bz2"
10
11S = "${WORKDIR}/${XORG_PN}-${PV}"
12
13inherit autotools pkgconfig
14
15do_stage() {
16 autotools_stage_all
17}
18
19FILES_${PN} += " /usr/lib/X11/${XORG_PN}"