From c5e7f1ce2f69b90fa1511c96472e3a4453954652 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 16 Jan 2006 16:43:34 +0000 Subject: bluez-utils-nodbus: added 2.24 which someone forgot --- packages/bluez/bluez-utils-nodbus_2.24.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/bluez/bluez-utils-nodbus_2.24.bb diff --git a/packages/bluez/bluez-utils-nodbus_2.24.bb b/packages/bluez/bluez-utils-nodbus_2.24.bb new file mode 100644 index 0000000000..05850a872e --- /dev/null +++ b/packages/bluez/bluez-utils-nodbus_2.24.bb @@ -0,0 +1,5 @@ +include bluez-utils.inc + +PR = "r0" + +EXTRA_OECONF += "--without-dbus" -- cgit v1.2.3 From b111dc249f43a28f22c12cf646d9b68c34adfa39 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Mon, 16 Jan 2006 19:22:33 +0000 Subject: devio: release 1.2 - this release moves the devio installation in OE to the /bin directory from /sbin --- packages/devio/devio-native.inc | 1 + packages/devio/devio-native_1.2.bb | 3 +++ packages/devio/devio.inc | 6 +++++- packages/devio/devio_1.2.bb | 1 + 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 packages/devio/devio-native_1.2.bb create mode 100644 packages/devio/devio_1.2.bb diff --git a/packages/devio/devio-native.inc b/packages/devio/devio-native.inc index 1ba886c1ee..49987e6f0a 100644 --- a/packages/devio/devio-native.inc +++ b/packages/devio/devio-native.inc @@ -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 index 0000000000..34d931be9d --- /dev/null +++ b/packages/devio/devio-native_1.2.bb @@ -0,0 +1,3 @@ +# This package builds the devio program for the build architecture +include devio.inc +include devio-native.inc 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 diff --git a/packages/devio/devio_1.2.bb b/packages/devio/devio_1.2.bb new file mode 100644 index 0000000000..38021fa141 --- /dev/null +++ b/packages/devio/devio_1.2.bb @@ -0,0 +1 @@ +include devio.inc -- cgit v1.2.3