From a20d0e72fc764a6395bb78eb164ebe79d3ac0ea6 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 18 Nov 2006 04:33:23 +0000 Subject: xserver-common_svn: Recipe to build xserver-common straight out of SVN. * Needed to test/support newest devel patches. * Specifically, at this time being added to let people more comprehensively test "common keyboardless buttonmap" patch, required for latest HH.orh kernels. * Makefile.dpkg_ipkg, Makefile.translation, svn_makefiles.patch: support files required to build from SVN. * keyboardless-buttonmap.patch: specifially common buttonmap patch. * Note: DEFAULT_PREFERENCE=-1 --- packages/xserver-common/xserver-common_svn.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 packages/xserver-common/xserver-common_svn.bb (limited to 'packages/xserver-common/xserver-common_svn.bb') diff --git a/packages/xserver-common/xserver-common_svn.bb b/packages/xserver-common/xserver-common_svn.bb new file mode 100644 index 0000000000..ca9f3a7be6 --- /dev/null +++ b/packages/xserver-common/xserver-common_svn.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Common X11 scripts and support files" +LICENSE = "GPL" +SECTION = "x11" +PV = "1.12+svn${SRCDATE}" +PR = "r0" + +PACKAGE_ARCH = "all" + +DEFAULT_PREFERENCE = "-1" + +DEPENDS = "xmodmap xrandr xdpyinfo xtscal" +RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal" + + +# we are using a gpe-style Makefile +inherit gpe + +S = "${WORKDIR}/xserver-common" + +SRC_URI = "${GPE_SVN} \ + file://Makefile.translation \ + file://Makefile.dpkg_ipkg \ + file://svn_makefiles.patch;patch=1 \ + file://keyboardless-buttonmap.patch;patch=1" -- cgit v1.2.3