devio: release 1.2
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 16 Jan 2006 19:22:33 +0000 (19:22 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 16 Jan 2006 19:22:33 +0000 (19:22 +0000)
 - this release moves the devio installation in OE to the /bin directory
   from /sbin

packages/devio/devio-native.inc
packages/devio/devio-native_1.2.bb [new file with mode: 0644]
packages/devio/devio.inc
packages/devio/devio_1.2.bb [new file with mode: 0644]

index 1ba886c..49987e6 100644 (file)
@@ -1,4 +1,5 @@
 # Set the installation dir back to the default
 sbindir = "${exec_prefix}/sbin"
+bindir = "${exec_prefix}/bin"
 
 inherit native
diff --git a/packages/devio/devio-native_1.2.bb b/packages/devio/devio-native_1.2.bb
new file mode 100644 (file)
index 0000000..34d931b
--- /dev/null
@@ -0,0 +1,3 @@
+# This package builds the devio program for the build architecture
+include devio.inc
+include devio-native.inc
index fadbd48..9d346dc 100644 (file)
@@ -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
diff --git a/packages/devio/devio_1.2.bb b/packages/devio/devio_1.2.bb
new file mode 100644 (file)
index 0000000..38021fa
--- /dev/null
@@ -0,0 +1 @@
+include devio.inc