From: Michael Smith Date: Thu, 11 Nov 2010 13:31:47 +0000 (-0500) Subject: usbutils 0.70 & 0.73: don't set DEFAULT_PREFERENCE = "1" X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36a01ad197f4691d2641771a8fc51aa12d011b36;p=openembedded.git 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 --- 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"