include/package-dumpinfo.mk: introduce Repository values
authorJo-Philipp Wich <jo@mein.io>
Wed, 13 Apr 2016 13:28:13 +0000 (15:28 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 13 Apr 2016 13:28:13 +0000 (15:28 +0200)
commitaad2b92603d5d317a4acac446ca2ed1e97ae7b02
treee4fe0871d76ae899bd9b0852d5745cbc13f5ecb2
parentc47abdea2537894021c7c2c73ab6c1394a2d9d6a
include/package-dumpinfo.mk: introduce Repository values

Introduce a new dumpinfo field "Repository" which contains the name of the
shared repository where the package will be hosted in. The name is chosen
according to the following rules:

 - Name of the feed directory for any feed package, e.g. "Repository: luci" for
   "feeds/luci/applications/luci-app-firewall/Makefile"
 - The value "base" for any other, sharable package
 - Unset for any package flagged PKG_FLAGS:=nonshared

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
include/package-dumpinfo.mk