From 4f0acc397b159d89efd78b197e03dc48b613a8d0 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Mon, 8 Jun 2015 04:32:49 +0300 Subject: [PATCH 1/1] wl1251-modules: make upgrade work --- recipes/pandora-system/wl1251-modules.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/pandora-system/wl1251-modules.bb b/recipes/pandora-system/wl1251-modules.bb index d618915..806ded3 100755 --- a/recipes/pandora-system/wl1251-modules.bb +++ b/recipes/pandora-system/wl1251-modules.bb @@ -1,8 +1,6 @@ DESCRIPTION = "Kernel drivers for the TI WL1251 WiFi chip found on the Pandora - Connected via SDIO" LICENSE = "GPLv2" -PR="r4" - SRCREV = "ccb56baff992d682cc84eca10472298b2cce1bf1" SRC_URI = " \ @@ -26,6 +24,9 @@ S = "${WORKDIR}/git" inherit module +# must be above r28 +PR = "r29" + PARALLEL_MAKE = "" EXTRA_OEMAKE = " \ -- 2.39.2