summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gzip/gzip_1.4.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-04-16 11:15:35 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-26 10:05:08 +0100
commit469a4b9d8ad5d6c6a7572bdbbdbbaea4a11c71e4 (patch)
treee50dc40b0dc40338b13da4c997cebaf2027934d9 /meta/recipes-extended/gzip/gzip_1.4.bb
parent46ffeed9183ec12ff20dbb5c5b46ea35555835d5 (diff)
downloadpoky-469a4b9d8ad5d6c6a7572bdbbdbbaea4a11c71e4.tar.gz
gzip: Use update-alternatives class
Switch to using the update-alternatives class. Need this for consistency and to ensure the necessary package provides get set. (From OE-Core rev: e0626a0270fb0f4ff128e761c13d44162723434c) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/gzip/gzip_1.4.bb')
-rw-r--r--meta/recipes-extended/gzip/gzip_1.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/gzip/gzip_1.4.bb b/meta/recipes-extended/gzip/gzip_1.4.bb
index 8f4a237ec3..54dd50a96b 100644
--- a/meta/recipes-extended/gzip/gzip_1.4.bb
+++ b/meta/recipes-extended/gzip/gzip_1.4.bb
@@ -1,6 +1,6 @@
1require gzip.inc 1require gzip.inc
2 2
3PR = "r1" 3PR = "r2"
4 4
5NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" 5NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
6 6