diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-05-06 23:17:08 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-06 23:17:08 +0000 |
commit | 139bf32df21d4359c8d8a7ea92216c5af2bf99e3 (patch) | |
tree | efe647a513aab71721eb034cb59d9fb3c65bee40 /packages/xlibs/libxcursor_1.1.5.2.bb | |
parent | 8734ded5877708b4bae39c8c2d020f45058c6604 (diff) |
xlibs: Update XORG_MIRROR SRC_URIs to match upstream changes
Diffstat (limited to 'packages/xlibs/libxcursor_1.1.5.2.bb')
-rw-r--r-- | packages/xlibs/libxcursor_1.1.5.2.bb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/packages/xlibs/libxcursor_1.1.5.2.bb b/packages/xlibs/libxcursor_1.1.5.2.bb index d20b52d0f0..9aed134fbb 100644 --- a/packages/xlibs/libxcursor_1.1.5.2.bb +++ b/packages/xlibs/libxcursor_1.1.5.2.bb @@ -6,13 +6,8 @@ LICENSE= "BSD-X" DEPENDS = "libxfixes" -SRC_URI = "${XORG_MIRROR}/X11R7.0/src/lib/libXcursor-${PV}.tar.bz2" -S = "${WORKDIR}/libXcursor-${PV}" +XORG_PN = "libXcursor" -FILES_${PN} += "${libdir}/libXcursor.so" - -inherit autotools pkgconfig +include xorg-xlibs.inc -do_stage() { - autotools_stage_all -} +FILES_${PN} += "${libdir}/libXcursor.so" |