aboutsummaryrefslogtreecommitdiffstats
path: root/packages/devio/devio.inc
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-16 19:22:33 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-16 19:22:33 +0000
commitb111dc249f43a28f22c12cf646d9b68c34adfa39 (patch)
tree4a4273658d5f6493fad2587a87c063b4dcfb63f8 /packages/devio/devio.inc
parentdf6d761b3ad923685bd61a9f04a111744a1d6ca2 (diff)
downloadopenembedded-b111dc249f43a28f22c12cf646d9b68c34adfa39.tar.gz
devio: release 1.2
- this release moves the devio installation in OE to the /bin directory from /sbin
Diffstat (limited to 'packages/devio/devio.inc')
-rw-r--r--packages/devio/devio.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/devio/devio.inc b/packages/devio/devio.inc
index fadbd4892d..9d346dc43a 100644
--- a/packages/devio/devio.inc
+++ b/packages/devio/devio.inc
@@ -15,6 +15,10 @@ PACKAGES = "${PN}"
# Set the install dir to /sbin, not /usr/sbin, because devio is used
# during bootstrap (we want it to be posible to mount /usr separately)
-sbindir = "/sbin"
+sbindir = "${base_sbindir}"
+
+# From 1.2 devio installs to bindir, not sbindir, so set that to /bin
+# for the same reason
+bindir = "${base_bindir}"
inherit autotools