From e7973af409a296112222da78f3e5dc2424f496bc Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 2 Feb 2012 10:20:24 -0800 Subject: xinit: Update to 1.3.2 (From OE-Core rev: 1b3db3597c2b644e61394014886082eb212eef1a) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/xinit_1.3.1.bb | 23 ----------------------- meta/recipes-graphics/xorg-app/xinit_1.3.2.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xinit_1.3.1.bb create mode 100644 meta/recipes-graphics/xorg-app/xinit_1.3.2.bb (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb deleted file mode 100644 index 2ddebe6bea..0000000000 --- a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -require xorg-app-common.inc - -SUMMARY = "X Window System initializer" - -DESCRIPTION = "The xinit program is used to start the X Window System \ -server and a first client program on systems that cannot start X \ -directly from /etc/init or in environments that use multiple window \ -systems. When this first client exits, xinit will kill the X server and \ -then terminate." - -LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407" - -PR = "r2" -PE = "1" - -SRC_URI[md5sum] = "ee234056d8a3dbf37b61b4bcb35b88e4" -SRC_URI[sha256sum] = "c7468dfae94bdb42785d79623c27156dc4bf379d8372992830482cb04d8439b0" - -EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie" - -RDEPENDS_${PN} += "util-linux-mcookie" - -FILES_${PN} += "${libdir}X11/xinit" diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb new file mode 100644 index 0000000000..e029a032f6 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb @@ -0,0 +1,23 @@ +require xorg-app-common.inc + +SUMMARY = "X Window System initializer" + +DESCRIPTION = "The xinit program is used to start the X Window System \ +server and a first client program on systems that cannot start X \ +directly from /etc/init or in environments that use multiple window \ +systems. When this first client exits, xinit will kill the X server and \ +then terminate." + +LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407" + +PR = "r0" +PE = "1" + +RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44" +SRC_URI[sha256sum] = "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235" + +EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie" + +RDEPENDS_${PN} += "util-linux-mcookie" + +FILES_${PN} += "${libdir}X11/xinit" -- cgit v1.2.3-54-g00ecf