]> code.ossystems Code Review - openembedded-core.git/commitdiff
libx11: added GIT version
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 14 Oct 2008 11:14:49 +0000 (11:14 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 14 Oct 2008 11:14:49 +0000 (11:14 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5493 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-lib/libx11_git.bb

index b0df2597043ae504923e746a4a4b5350e5eba710..4a9d95e7ffee2ee5f570a64c7fd7f807a31eb3db 100644 (file)
@@ -1,23 +1,16 @@
 DEFAULT_PREFERENCE = "-1"
 
-DESCRIPTION = "Xlib/XCB: Xlib with XCB transport"
-SECTION = "x11/libs"
-LICENSE = "XFree86"
-DEPENDS = "libxcb xproto xextproto libxau xtrans libxdmcp xcmiscproto xf86bigfontproto kbproto inputproto bigreqsproto util-macros"
-PROVIDES = "virtual/libx11"
-RPROVIDES = "virtual/libx11"
-PR = "r1"
+require libx11.inc
 PV = "1.1.99.1+git${SRCREV}"
 
-FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB"
-FILES_${PN}-locale += "${datadir}/X11/locale"
+DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \
+           bigreqsproto xtrans libxau libxcb libxdmcp util-macros"
+PV = "1.1.99.1+gitr${SRCREV}"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libX11;protocol=git"
 S = "${WORKDIR}/git"
 
-inherit autotools pkgconfig
-
-EXTRA_OECONF="--enable-malloc0returnsnull"
+EXTRA_OECONF += "--enable-malloc0returnsnull"
 
 do_compile() {
        (