From 280a17bc1d8132f97cf6a89b8bc08a32380fa357 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 20 Aug 2010 15:13:43 -0700 Subject: debianutils: Move run-parts and tempfile to ${base_bindir}, use INC_PR We move run-parts to match busybox and usage and tempfile to match normal usage (and upstream). Run oe-stylize.py while in here. Signed-off-by: Tom Rini --- recipes/debianutils/debianutils_2.17.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/debianutils/debianutils_2.17.3.bb') diff --git a/recipes/debianutils/debianutils_2.17.3.bb b/recipes/debianutils/debianutils_2.17.3.bb index 8ea7e497df..012c3757bf 100644 --- a/recipes/debianutils/debianutils_2.17.3.bb +++ b/recipes/debianutils/debianutils_2.17.3.bb @@ -1,4 +1,6 @@ require debianutils.inc +PR = "${INC_PR}" + SRC_URI[md5sum] = "cc768faa584f6c31cc1e0a959a3b8c0c" SRC_URI[sha256sum] = "46c0991b71d1991aa2f90d6816d9efb737fc9f9b99713174fcdf8d323727a11c" -- cgit 1.2.3-korg