summaryrefslogtreecommitdiff
path: root/packages/xlibs/xorg-xlibs.inc
diff options
context:
space:
mode:
authorErik Hovland <erik@hovland.org>2006-05-08 18:59:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-08 18:59:10 +0000
commit7ed412e1e868f20a0e803e91e3d7e3529f61b44e (patch)
treee8fb8fb8ea912ff29dca4bfdc0ce0e1aca3bc0a5 /packages/xlibs/xorg-xlibs.inc
parent07423bdbbb7ce2d14455d6b886d4b0156cd28a18 (diff)
parent9e3e9161817697df633d46cc88f0ce9e8365c032 (diff)
merge of 406934f50b9f92db47af1cb9d9777b268c5484b5
and 6ba2bb7b7ce5ef334cf514386df28b8d6a2aad86
Diffstat (limited to 'packages/xlibs/xorg-xlibs.inc')
-rw-r--r--packages/xlibs/xorg-xlibs.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/xlibs/xorg-xlibs.inc b/packages/xlibs/xorg-xlibs.inc
new file mode 100644
index 0000000000..1a89d35363
--- /dev/null
+++ b/packages/xlibs/xorg-xlibs.inc
@@ -0,0 +1,9 @@
+XORG_PV = "${@['X11R7.0-${PV}','${PV}'][bb.data.getVar('PV', d, 1)[0:8]=='X11R7.0-']}"
+SRC_URI = "${XORG_MIRROR}/X11R7.0/src/lib/${XORG_PN}-${XORG_PV}.tar.bz2"
+S = "${WORKDIR}/${XORG_PN}-${XORG_PV}"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}