aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/debianutils/debianutils_2.30.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-08-20 15:13:43 -0700
committerTom Rini <tom_rini@mentor.com>2010-08-20 15:24:10 -0700
commit280a17bc1d8132f97cf6a89b8bc08a32380fa357 (patch)
treeec4f9235fec551ad7b9e2c092e6769007ad85456 /recipes/debianutils/debianutils_2.30.bb
parentdd9969cbacabd8dba6c8c197a67d8409fb78988e (diff)
downloadopenembedded-280a17bc1d8132f97cf6a89b8bc08a32380fa357.tar.gz
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 <tom_rini@mentor.com>
Diffstat (limited to 'recipes/debianutils/debianutils_2.30.bb')
-rw-r--r--recipes/debianutils/debianutils_2.30.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/debianutils/debianutils_2.30.bb b/recipes/debianutils/debianutils_2.30.bb
index 65bf10e1d7..8a3a751d44 100644
--- a/recipes/debianutils/debianutils_2.30.bb
+++ b/recipes/debianutils/debianutils_2.30.bb
@@ -2,7 +2,8 @@
# Released under the MIT license (see packages/COPYING)
require debianutils.inc
-PR="r1"
+
+PR = "${INC_PR}"
do_configure_prepend() {
sed -i -e 's:tempfile.1 which.1:which.1:g' Makefile.am