Date:2010-09-06 11:15:49 (13 years 6 months ago)
Author:Xiangfu Liu
Commit:807277dce4f6f7bba34bdce3a73e608c50ef5103
Message:[poke] remove BROKEN, update to r5975

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Files: poke/Makefile (2 diffs)

Change Details

poke/Makefile
11include $(TOPDIR)/rules.mk
22
33PKG_NAME:=poke
4PKG_REV:=5974
4PKG_REV:=5975
55PKG_VERSION:=r$(PKG_REV)
66PKG_RELEASE:=1
77
...... 
1010PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
1111PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1212PKG_SOURCE_URL:=http://svn.openmoko.org/developers/werner/$(PKG_NAME)
13PKG_BUILD_DIR=$(PKG_NAME)-$(PKG_VERSION)/
13PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/
1414
1515include $(INCLUDE_DIR)/package.mk
1616
1717define Package/poke
1818  SECTION:=utils
1919  CATEGORY:=Utilities
20  TITLE:=poke
20  TITLE:=Read or write any CPU register
2121  URL:=http://svn.openmoko.org/developers/werner/poke
22  DEPENDS:=@BROKEN
2322endef
2423
2524define Package/poke/install
25    $(INSTALL_DIR) $(1)/usr/bin
2626    $(INSTALL_BIN) \
2727        $(PKG_BUILD_DIR)/poke \
2828        $(1)/usr/bin/

Archive Download the corresponding diff file



interactive