From 77b7e2daf37c44b85723b373ea245bf2bba506c7 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 27 Oct 2003 21:56:32 +0000 Subject: configure.patch: Update lisa's patch to remove a reference to a var that was defined in one of the kde macros. modutils_2.4.25.oe: Set sbindir to /sbin for modutils. ncurses_5.3.oe: Fix the ncurses build -- just disable the call of auto* for now. glibc_2.3.2.oe: Make glibc use the standard autotools class build vs source dir seperation. tslib.oe: Dont enable the multievent stuff atm, its page faulting on arm :) BKrev: 3f9d9490WKCzak7G5KQ4Ek7afaejvw --- patcher/patcher_1.0.oe | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'patcher') diff --git a/patcher/patcher_1.0.oe b/patcher/patcher_1.0.oe index e69de29bb2..f2c5724502 100644 --- a/patcher/patcher_1.0.oe +++ b/patcher/patcher_1.0.oe @@ -0,0 +1,24 @@ +SRC_URI="http://www.mn-logistik.de/unsupported/pxa250/patcher" +DESCRIPTION="Patcher tool" +LICENSE="Unknown" +DEPENDS= +SECTION="base" +PRIORITY="optional" +MAINTAINER="Chris Larson " + +inherit base + +do_unpack() { + oenote "Nothing to unpack!" +} + +do_stage() { + install -m 0755 ${DL_DIR}/patcher ${STAGING_BINDIR}/ +} + +do_install() { + install -d ${D}/usr/bin + install -m 0755 ${DL_DIR}/patcher ${D}/usr/bin +} + +DEPENDS_prepend_delete="patcher " -- cgit v1.2.3