diff options
author | Michael Smith <msmith@cbnco.com> | 2009-06-03 16:31:03 -0400 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-05 12:00:43 +0100 |
commit | 559b91e22f1548eca55642ffbcd113928ed0e655 (patch) | |
tree | a5b0b89e0c2376f72f289126bb21e971821968a2 /recipes/busybox/busybox_1.7.2.bb | |
parent | 97529cf8b745a9f6c5587df193b823bd0b85481b (diff) |
busybox: let update-alternatives create all symlinks, and use INC_PR
Back in 2005, commit 5e01906b set this up; in f7f1ac27 the recipe
was changed to keep all the links in the package.
This changes it back, and also removes special treatment of the
links for crond, httpd, udhcpd, hwclock, and udhcpc.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/busybox/busybox_1.7.2.bb')
-rw-r--r-- | recipes/busybox/busybox_1.7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/busybox/busybox_1.7.2.bb b/recipes/busybox/busybox_1.7.2.bb index 87d336b7ac..6af073f39c 100644 --- a/recipes/busybox/busybox_1.7.2.bb +++ b/recipes/busybox/busybox_1.7.2.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "r13" +PR = "${INC_PR}.1" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://busybox-cron \ |