perf: fix version for APK
Change the version schema of perf to be compatible with APK as
described in this commit: e8725a932e.
Signed-off-by: Til Kaiser <mail@tk154.de>
Link: https://github.com/openwrt/openwrt/pull/16930
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
			
			
This commit is contained in:
		 Til Kaiser
					Til Kaiser
				
			
				
					committed by
					
						 Christian Marangi
						Christian Marangi
					
				
			
			
				
	
			
			
			 Christian Marangi
						Christian Marangi
					
				
			
						parent
						
							8729d2a64d
						
					
				
				
					commit
					dbe01f7d99
				
			| @@ -30,7 +30,7 @@ define Package/perf | |||||||
|   DEPENDS:= +libelf +libdw +PACKAGE_libunwind:libunwind +libpthread +librt +objdump @!IN_SDK @KERNEL_PERF_EVENTS \ |   DEPENDS:= +libelf +libdw +PACKAGE_libunwind:libunwind +libpthread +librt +objdump @!IN_SDK @KERNEL_PERF_EVENTS \ | ||||||
| 	    +PACKAGE_libbfd:libbfd +PACKAGE_libopcodes:libopcodes +libtraceevent | 	    +PACKAGE_libbfd:libbfd +PACKAGE_libopcodes:libopcodes +libtraceevent | ||||||
|   TITLE:=Linux performance monitoring tool |   TITLE:=Linux performance monitoring tool | ||||||
|   VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) |   VERSION:=$(LINUX_VERSION)-r$(PKG_RELEASE) | ||||||
|   URL:=http://www.kernel.org |   URL:=http://www.kernel.org | ||||||
| endef | endef | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user