diff options
author | Matthias Hentges <oe@hentges.net> | 2005-07-23 18:13:25 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-23 18:13:25 +0000 |
commit | 36eed43ae79f59ea070cb85d1dc2de21c20e45b6 (patch) | |
tree | b178f7544b9bd58ed246362127854cf0e472d5ba /packages/libsdl/libsdl-qpe_1.2.7.bb | |
parent | bd84962fab15e23ad1add164618b7fda6eb5104b (diff) |
Akita: Add machine definition for SDL
Diffstat (limited to 'packages/libsdl/libsdl-qpe_1.2.7.bb')
-rw-r--r-- | packages/libsdl/libsdl-qpe_1.2.7.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/libsdl/libsdl-qpe_1.2.7.bb b/packages/libsdl/libsdl-qpe_1.2.7.bb index 76c47d709b..fc109fe0e5 100644 --- a/packages/libsdl/libsdl-qpe_1.2.7.bb +++ b/packages/libsdl/libsdl-qpe_1.2.7.bb @@ -5,7 +5,7 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "virtual/libqpe libopie2" PROVIDES = "virtual/libsdl" LICENSE = "LGPL" -PR = "r4" +PR = "r5" SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ file://agawa-piro-mickey.patch;patch=1 \ @@ -13,7 +13,8 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ file://gcc34.patch;patch=1 \ file://mouse.patch;patch=1 \ file://kill-stdc++.patch;patch=1 \ - file://ipaq.patch;patch=1 " + file://ipaq.patch;patch=1 \ + file://SDL-Akita.patch;patch=1" S = "${WORKDIR}/SDL-${PV}" inherit autotools |