diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-19 15:10:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-19 15:10:57 +0000 |
commit | 9de11cb504b6552a72c135a6d221fd24235884f4 (patch) | |
tree | 98ae0480b772ede5f633b686734a3a72c52e7461 /packages/parted/parted_1.6.23.bb | |
parent | 01c623131aff75c317c40d4c3aaabcfb1e264d99 (diff) | |
parent | b992eedcc577867859d8ae2757a2a06f1b7b6460 (diff) |
merge of 71af6d6609e0de2507d7cd21adfb7e2c18454ef4
and fd2bac75affd95bc23ea64c23ecb07ebd31313e8
Diffstat (limited to 'packages/parted/parted_1.6.23.bb')
-rw-r--r-- | packages/parted/parted_1.6.23.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/parted/parted_1.6.23.bb b/packages/parted/parted_1.6.23.bb new file mode 100644 index 0000000000..d4182487fe --- /dev/null +++ b/packages/parted/parted_1.6.23.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "parted, the GNU partition resizing program" +HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" +LICENSE = "GPLv2" +MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" +SECTION = "console/tools" +DEPENDS = "readline e2fsprogs-libs" +PR = "r0" + +SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz" + +EXTRA_OECONF = "--disable-Werror" + +inherit autotools |