From eaf6ed8af8936cd87bfbe348c8535710c8028f8e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 18 Jun 2010 19:15:58 +0200 Subject: bluez4: add 4.66, clean up DP in older versions --- recipes/bluez/bluez4_4.47.bb | 1 - recipes/bluez/bluez4_4.53.bb | 1 - recipes/bluez/bluez4_4.56.bb | 1 - recipes/bluez/bluez4_4.59.bb | 1 - recipes/bluez/bluez4_4.66.bb | 17 +++++++++++++++++ 5 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 recipes/bluez/bluez4_4.66.bb (limited to 'recipes/bluez') diff --git a/recipes/bluez/bluez4_4.47.bb b/recipes/bluez/bluez4_4.47.bb index 33e69a284c..7d939abb97 100644 --- a/recipes/bluez/bluez4_4.47.bb +++ b/recipes/bluez/bluez4_4.47.bb @@ -1,7 +1,6 @@ require bluez4.inc DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_angstrom = "1" DEPENDS += "libsndfile1" PR = "${INC_PR}.1" diff --git a/recipes/bluez/bluez4_4.53.bb b/recipes/bluez/bluez4_4.53.bb index 3462b6eab1..97f7001252 100644 --- a/recipes/bluez/bluez4_4.53.bb +++ b/recipes/bluez/bluez4_4.53.bb @@ -1,7 +1,6 @@ require bluez4.inc DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_angstrom = "1" DEPENDS += "libsndfile1" diff --git a/recipes/bluez/bluez4_4.56.bb b/recipes/bluez/bluez4_4.56.bb index 15892a6985..26b32f511f 100644 --- a/recipes/bluez/bluez4_4.56.bb +++ b/recipes/bluez/bluez4_4.56.bb @@ -1,7 +1,6 @@ require bluez4.inc DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_angstrom = "1" DEFAULT_PREFERENCE_shr = "1" DEPENDS += "libsndfile1" diff --git a/recipes/bluez/bluez4_4.59.bb b/recipes/bluez/bluez4_4.59.bb index e1072e410c..98acf5c299 100644 --- a/recipes/bluez/bluez4_4.59.bb +++ b/recipes/bluez/bluez4_4.59.bb @@ -1,7 +1,6 @@ require bluez4.inc DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_angstrom = "1" DEFAULT_PREFERENCE_shr = "1" DEPENDS += "libsndfile1" diff --git a/recipes/bluez/bluez4_4.66.bb b/recipes/bluez/bluez4_4.66.bb new file mode 100644 index 0000000000..74ff3756dd --- /dev/null +++ b/recipes/bluez/bluez4_4.66.bb @@ -0,0 +1,17 @@ +require bluez4.inc + +SRC_URI[md5sum] = "3c82575778d5dcdd68ea961626b02109" +SRC_URI[sha256sum] = "c223cbb80df0b1f17f6ef4efd0be1fe35ae640bd979f852cfbcc452abc0a7ea5" + +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_angstrom = "1" + +DEPENDS += "libsndfile1" + +PR = "${INC_PR}.0" + +# Not all distros have a recent enough udev +BTUDEV = " --disable-udevrules" +BTUDEV_angstrom = " --enable-udevrules" +BTUDEV_shr = " --enable-udevrules" +EXTRA_OECONF += "${BTUDEV}" -- cgit 1.2.3-korg