diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-13 01:04:02 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-13 12:36:11 +0100 |
commit | bd5d3afd23a566c71f45bac3777de709dc0b868e (patch) | |
tree | bae7b00ff10a69bdd7315e511633cf7cb3999f53 /recipes | |
parent | 0328134214ad52d48e34f0080382f4f50f70db2c (diff) |
busybox: bump INC_PR to force postinst script run on targets after u-a fixup
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/busybox/busybox.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/busybox/busybox.inc b/recipes/busybox/busybox.inc index 753b402bee..519fcd6f39 100644 --- a/recipes/busybox/busybox.inc +++ b/recipes/busybox/busybox.inc @@ -11,7 +11,7 @@ LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -INC_PR = "r23" +INC_PR = "r24" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ |