[packages] petitboot: store the git hash in the PKG_REV variable
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21148 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
473a28eb8e
commit
812cae6f9f
@ -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,14 +8,15 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=petitboot
|
||||
PKG_VERSION:=93b2c2e0f0ca46d2a823b33cdfa44d082e9e8d10
|
||||
PKG_REV:=93b2c2e0f0ca46d2a823b33cdfa44d082e9e8d10
|
||||
PKG_VERSION:=20090709
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=git://ozlabs.org/home/jk/git/petitboot
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=$(PKG_REV)
|
||||
|
||||
PKG_INSTALL=1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user