diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-06 11:19:16 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-06 11:19:16 +0000 |
commit | 4abd898930587a870ded7755f39cff04cec46c76 (patch) | |
tree | 97f7496eda9a60f2e8efa32022db7951c803d629 /knights | |
parent | e94a5043dafb7a76462a3a9f86f9d7aab455b0f5 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/10/06 10:27:04+02:00 (none)!br1
wlan-ng update to 0.2.1pre22, with a more flexible configuration
2004/10/06 10:23:31+02:00 (none)!br1
madwifi fix for mtx-1
2004/10/06 05:27:18+02:00 local!CoreDump
Bump PR to replace -r1 (borked DEPENDS) from the upgrade feed
BKrev: 4163d4b4Uk_QgVNrKdlYXCoR8W_oug
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" |