Brandon Fosdick wrote:
Patches for BlueZ aren't required to reproduce what I'm seeing. The problem exists on both the old and new versions. Just enable "Communication Utilities | bluez | bluez-libs" in the config do a `ptxdist targetinstall bluez-libs`. You'll see that everything gets installed to $SYSROOT. If you then do `ptxdist images` and then `tar tf root.tgz | grep bluetooth` you should see that nothing got copied to the image.

Ok, I lied there is one change...

In bluez-libs.make on line 109, change

        @$(call install_init, bluez-libs)
to
        @$(call install, bluez-libs)

Incidentally, setting DESTDIR=$(PTXCONF_PREFIX)/root, or even --exec-prefix, doesn't seem to change anything.

--
ptxdist mailing list
[email protected]

Reply via email to