diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-16 17:52:00 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-16 17:52:00 +0000 |
commit | 0cb46167e30ab297fae6853e7f4404359903f7f5 (patch) | |
tree | f9efa8d876310e20841e7147fc146b9db7dc0f63 /packages | |
parent | d533fcda97f0fd7f8ed44619da3a7b87537b9ae8 (diff) |
lvm2: Add PR so the package doesn't end in PV-
Diffstat (limited to 'packages')
-rw-r--r-- | packages/lvm2/lvm2_2.01.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/lvm2/lvm2_2.01.15.bb b/packages/lvm2/lvm2_2.01.15.bb index f4e84fb064..ee726f7e6b 100644 --- a/packages/lvm2/lvm2_2.01.15.bb +++ b/packages/lvm2/lvm2_2.01.15.bb @@ -1,7 +1,7 @@ SECTION = "utils" DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux." LICENSE = "GPL" -PR = "" +PR = "r0" DEPENDS = "device-mapper" S = "${WORKDIR}/LVM2.${PV}" |