diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-02-29 23:33:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-02-29 23:33:53 +0000 |
commit | 9ec5a6efc4fb8ff5e5f2dd0f09a10b30cd685c65 (patch) | |
tree | d3ed72e1173ba9322a1d221a3a3981e59bdf084b /packages | |
parent | 86ab4ca668cb971754725bae68f9a325c07229e0 (diff) | |
parent | 3db46e12e6f48196f5e80b3bb14b3ebfc1993bf9 (diff) |
merge of '24cdf00497026255c1422d0d98d36a28dd10d85d'
and '541709cbb3711ab39533225ca8717fb5f9bb49c7'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/util-linux-ng/util-linux-ng.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/util-linux-ng/util-linux-ng.inc b/packages/util-linux-ng/util-linux-ng.inc index c01458d626..fa02f35356 100644 --- a/packages/util-linux-ng/util-linux-ng.inc +++ b/packages/util-linux-ng/util-linux-ng.inc @@ -9,7 +9,8 @@ inherit autotools # @todo Remove $RC later. See if patches are needed. Move files from /usr/*. # -- Leon 'likewise' Woestenberg -RC="-rc2" +#RC="-rc2" +RC="" DEFAULT_PREFERENCE = "-1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v2.13/util-linux-ng-${PV}${RC}.tar.bz2" |