[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / package / goldfish-qemu / Makefile
index 41d2db1..e5b4083 100644 (file)
@@ -1,5 +1,5 @@
-# 
-# Copyright (C) 2006 OpenWrt.org
+#
+# Copyright (C) 2006-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,13 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=goldfish-qemu
+PKG_REV:=2b8ea29e2bd12f876a4d06647e6077bf72de567e
 PKG_VERSION:=20090429
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=git://android.git.kernel.org/platform/external/qemu
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=2b8ea29e2bd12f876a4d06647e6077bf72de567e
+PKG_SOURCE_VERSION:=$(PKG_REV)
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_TARGETS:=bin
 
@@ -63,6 +64,7 @@ endef
 define Package/goldfish-qemu/install
        $(INSTALL_DIR) $(1)
        $(CP) $(PKG_BUILD_DIR)/objs/emulator $(1)/
+       $(CP) ./skins $(1)/
 endef
 
 $(eval $(call BuildPackage,goldfish-qemu))
This page took 0.023281 seconds and 4 git commands to generate.