aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xserver-common/xserver-common_svn.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-11-18 04:33:23 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-11-18 04:33:23 +0000
commita20d0e72fc764a6395bb78eb164ebe79d3ac0ea6 (patch)
tree89a739265e451d5bcc9e62489f12fc713539aaae /packages/xserver-common/xserver-common_svn.bb
parent00db8c040e08335a8a42ede66596b6f49275ccce (diff)
downloadopenembedded-a20d0e72fc764a6395bb78eb164ebe79d3ac0ea6.tar.gz
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
Diffstat (limited to 'packages/xserver-common/xserver-common_svn.bb')
-rw-r--r--packages/xserver-common/xserver-common_svn.bb24
1 files changed, 24 insertions, 0 deletions
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"