From 36a01ad197f4691d2641771a8fc51aa12d011b36 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 11 Nov 2010 08:31:47 -0500 Subject: [PATCH] usbutils 0.70 & 0.73: don't set DEFAULT_PREFERENCE = "1" I think it may be leftover from earlier. Let 0.86 build by default. Most distros already prefer it. Signed-off-by: Michael Smith --- recipes/usbutils/usbutils_0.70.bb | 1 - recipes/usbutils/usbutils_0.73.bb | 1 - 2 files changed, 2 deletions(-) diff --git a/recipes/usbutils/usbutils_0.70.bb b/recipes/usbutils/usbutils_0.70.bb index 5ce15bda85..d5b19336b5 100644 --- a/recipes/usbutils/usbutils_0.70.bb +++ b/recipes/usbutils/usbutils_0.70.bb @@ -3,7 +3,6 @@ SECTION = "base" DEPENDS += "virtual/libusb0" LICENSE = "GPLv2" PRIORITY = "optional" -DEFAULT_PREFERENCE = "1" PR = "r1" diff --git a/recipes/usbutils/usbutils_0.73.bb b/recipes/usbutils/usbutils_0.73.bb index 271e89f993..e90263cd72 100644 --- a/recipes/usbutils/usbutils_0.73.bb +++ b/recipes/usbutils/usbutils_0.73.bb @@ -3,7 +3,6 @@ SECTION = "base" DEPENDS += "virtual/libusb0" LICENSE = "GPLv2" PRIORITY = "optional" -DEFAULT_PREFERENCE = "1" PR = "r0" -- 2.39.5