summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-01-29 22:32:47 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-01-29 22:32:47 +0100
commitc26e903ff069799f8ca94a84a9f2511df2f71905 (patch)
tree0e7d316c72787176c87e882bb2e3765a5de93fa8 /package
parent529109e5d8f0aae1921a4000fdd1f4b81c631838 (diff)
update kernel versions to latest upstream
Diffstat (limited to 'package')
-rw-r--r--package/qemu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/qemu/Makefile b/package/qemu/Makefile
index 63f4040d0..5e825813a 100644
--- a/package/qemu/Makefile
+++ b/package/qemu/Makefile
@@ -4,9 +4,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= qemu
-PKG_VERSION:= 0.15.1
+PKG_VERSION:= 1.0
PKG_RELEASE:= 1
-PKG_MD5SUM:= 34f17737baaf1b3495c89cd6d4a607ed
+PKG_MD5SUM:= a64b36067a191451323b0d34ebb44954
PKG_DESCR:= cpu and system emulator
PKG_SECTION:= misc
PKG_DEPENDS:= zlib libsdl libpng
@@ -15,7 +15,7 @@ PKG_URL:= http://wwww.qemu.org/
PKG_SITES:= http://wiki.qemu.org/download/
PKG_ARCH_DEPENDS:= native x86 x86_64
-PKG_SYSTEM_DEPENDS:= ibm-x40 shuttle-sa76
+#PKG_SYSTEM_DEPENDS:= ibm-x40 shuttle-sa76
include $(TOPDIR)/mk/package.mk