diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-12-14 21:38:26 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-12-14 21:38:26 +0100 |
commit | d555e8e394e71c88f2bec64f9b212c7fe07c5466 (patch) | |
tree | cbef900435bb81ab0a03bb75b3683acd1cfcaf90 | |
parent | 5971f7fdc2c0098282880af56dbb6f775dd9dd93 (diff) |
sg3-utils: fixed GNU_HASH issue
-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" |