diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-10-08 08:19:28 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-10-08 08:19:28 +0000 |
commit | ade5e7371c4f96f2f58940ff5950935b60443d61 (patch) | |
tree | 5dd3d342273b63edd5749423e9a7eeb14f41e2aa /meta/packages/parted/parted_1.8.8.bb | |
parent | bfeacba18bad42aebaa6efbbf174be73a0b8ed72 (diff) | |
download | poky-ade5e7371c4f96f2f58940ff5950935b60443d61.tar.gz |
parted: Initial commit
This is needed for netbook install images.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5443 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/parted/parted_1.8.8.bb')
-rw-r--r-- | meta/packages/parted/parted_1.8.8.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/parted/parted_1.8.8.bb b/meta/packages/parted/parted_1.8.8.bb new file mode 100644 index 0000000000..633a1006ae --- /dev/null +++ b/meta/packages/parted/parted_1.8.8.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "parted, the GNU partition resizing program" | ||
2 | HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" | ||
3 | LICENSE = "GPLv2" | ||
4 | SECTION = "console/tools" | ||
5 | DEPENDS = "readline e2fsprogs-libs" | ||
6 | PR = "r0" | ||
7 | |||
8 | SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ | ||
9 | file://syscalls.patch;patch=1 " | ||
10 | |||
11 | EXTRA_OECONF = "--disable-Werror gl_cv_ignore_unused_libraries=none" | ||
12 | |||
13 | inherit autotools pkgconfig | ||
14 | |||
15 | do_stage() { | ||
16 | autotools_stage_all | ||
17 | } | ||