package/pkg-rebar.mk: fix remove-rebar-config-dependencies
authorJohan Oudinet <johan.oudinet@gmail.com>
Wed, 5 Dec 2018 16:06:16 +0000 (17:06 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 9 Dec 2018 16:24:14 +0000 (17:24 +0100)
commitab60ea293916dc61e6e2e4ffaa4ff0555386e02c
tree465f9642a0a5d17fd6acd559e6562730774b30da
parentbb7c13273fbe2da0969e14ddfd61a46b78d79db2
package/pkg-rebar.mk: fix remove-rebar-config-dependencies

Handle the case where there is only one dependency described in
rebar.config, so when the line starts by '{deps' and ends by '}.'.
Before it was deleting this line but also all next lines until finding
a line that ends by '}.'.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/pkg-rebar.mk