summaryrefslogtreecommitdiff
path: root/packages/xlibs/xorg-xlibs.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-05-06 23:17:08 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-06 23:17:08 +0000
commit139bf32df21d4359c8d8a7ea92216c5af2bf99e3 (patch)
treeefe647a513aab71721eb034cb59d9fb3c65bee40 /packages/xlibs/xorg-xlibs.inc
parent8734ded5877708b4bae39c8c2d020f45058c6604 (diff)
xlibs: Update XORG_MIRROR SRC_URIs to match upstream changes
Diffstat (limited to 'packages/xlibs/xorg-xlibs.inc')
-rw-r--r--packages/xlibs/xorg-xlibs.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/xlibs/xorg-xlibs.inc b/packages/xlibs/xorg-xlibs.inc
new file mode 100644
index 0000000000..037e2b9958
--- /dev/null
+++ b/packages/xlibs/xorg-xlibs.inc
@@ -0,0 +1,8 @@
+SRC_URI = "${XORG_MIRROR}/X11R7.0/src/lib/${XORG_PN}-X11R7.0-${PV}.tar.bz2"
+S = "${WORKDIR}/${XORG_PN}-X11R7.0-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}