From: Stephen Walker Date: Sat, 24 Apr 2010 20:55:28 +0000 (+0000) Subject: [packages] petitboot: store the git hash in the PKG_REV variable X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a34e0200d518270585561095a726616a7f011cea;p=openwrt%2Fsvn-archive%2Farchive.git [packages] petitboot: store the git hash in the PKG_REV variable SVN-Revision: 21148 --- diff --git a/utils/petitboot/Makefile b/utils/petitboot/Makefile index 9022c1f232..3429fb6f02 100644 --- a/utils/petitboot/Makefile +++ b/utils/petitboot/Makefile @@ -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