diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-19 16:37:02 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-20 00:06:05 +0300 |
commit | 6476a15dfce24c23af3a08cb6e07ce962c167b19 (patch) | |
tree | 31f51489e2c68c248f825ecc42f3d513487677f8 /recipes/dnsmasq/dnsmasq.inc | |
parent | e399e99d2594c68ed0405368d52eb1b2c16bf3c8 (diff) |
dnsmasq: add status check to init file
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/dnsmasq/dnsmasq.inc')
-rw-r--r-- | recipes/dnsmasq/dnsmasq.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/dnsmasq/dnsmasq.inc b/recipes/dnsmasq/dnsmasq.inc index fb478472df..9f6e3e955b 100644 --- a/recipes/dnsmasq/dnsmasq.inc +++ b/recipes/dnsmasq/dnsmasq.inc @@ -3,6 +3,8 @@ HOMEPAGE = "http://www.thekelleys.org.uk/dnsmasq/doc.html" SECTION = "console/network" LICENSE = "GPL" +PR = "r1" + #at least versions 2.15 and prior are moved to the archive folder on the server SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(bb.data.getVar('PV',d,1).split('.')[1]) > 15]}dnsmasq-${PV}.tar.gz;name=dnsmasq-${PV} \ file://init \ |