diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/sg3-utils/sg3-utils_1.24.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/sg3-utils/sg3-utils_1.24.bb b/recipes/sg3-utils/sg3-utils_1.24.bb index 4a2c378676..8a4a603e8c 100644 --- a/recipes/sg3-utils/sg3-utils_1.24.bb +++ b/recipes/sg3-utils/sg3-utils_1.24.bb @@ -4,7 +4,9 @@ HOMEPAGE = "http://packages.qa.debian.org/s/sg3-utils.html" SECTION = "console/admin" LICENSE = "GPLv2" AUTHOR = "Eric Schwartz (Skif) <emschwar@debian.org>" -PR = "r1" +PR = "r2" + +TARGET_CC_ARCH += "${LDFLAGS}" SRC_URI = "${DEBIAN_MIRROR}/main/s/sg3-utils/sg3-utils_${PV}.orig.tar.gz \ file://Makefile-r1.patch;patch=1" |