On (12/03/11 00:34), Eric Bénard wrote: > Signed-off-by: Eric Bénard <[email protected]> > --- > recipes/bluez/bluez-hcidump_2.0.bb | 18 ++++++++++++++++++ > 1 files changed, 18 insertions(+), 0 deletions(-) > create mode 100644 recipes/bluez/bluez-hcidump_2.0.bb > > diff --git a/recipes/bluez/bluez-hcidump_2.0.bb > b/recipes/bluez/bluez-hcidump_2.0.bb > new file mode 100644 > index 0000000..94a7097 > --- /dev/null > +++ b/recipes/bluez/bluez-hcidump_2.0.bb > @@ -0,0 +1,18 @@ > +DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool." > +SECTION = "console" > +PRIORITY = "optional" > +DEPENDS = "bluez-libs" > +LICENSE = "GPLv2" > +PR = "r0" > + > +DEFAULT_PREFERENCE = "-1"
why DP -1 ? > + > +SRC_URI = > "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz" > +S = "${WORKDIR}/bluez-hcidump-${PV}" > + > +EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} > --with-bluez-includes=${STAGING_INCDIR}" > + > +inherit autotools > + > +SRC_URI[md5sum] = "5c2e3ef0a68b2845047867ba51ff8ac9" > +SRC_URI[sha256sum] = > "b3b64fd0b18301df07d3aaf34c037c1e4808b4aaf702294822d62b5424f617fd" > -- > 1.7.0.4 > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- -Khem _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
