diff options
Diffstat (limited to 'knights')
-rw-r--r-- | knights/knights_1.14.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/knights_1.14.oe b/knights/knights_1.14.oe index 9ef9ea6a1c..74352c588d 100644 --- a/knights/knights_1.14.oe +++ b/knights/knights_1.14.oe @@ -6,13 +6,13 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" RDEPENDS = "phalanx" -PR = "r1" - SRC_URI = "http://www.houseoffish.org/knights/downloads/knights.tar.gz \ file://libqpe-opie.patch;patch=1 \ file://gcc3.patch;patch=1" S = "${WORKDIR}/knights" +PR = "r2" + inherit palmtop QMAKE_PROFILES = "knights.pro" |