diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2010-03-24 15:51:23 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-24 16:00:25 +0100 |
commit | b784f0a49ed4f00c9807f587f659ae19769d73c0 (patch) | |
tree | 7f00d0c06667c2f020a980d1800c71aedf4fad96 /recipes/testdisk/testdisk_6.5+6.6-WIP.bb | |
parent | b9822ec414c11484942c968c78b39bb26c4e8a16 (diff) |
misc recipes: migrate from e2fsprogs-libs to util-linux-ng/e2fsprogs
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
Diffstat (limited to 'recipes/testdisk/testdisk_6.5+6.6-WIP.bb')
-rw-r--r-- | recipes/testdisk/testdisk_6.5+6.6-WIP.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/testdisk/testdisk_6.5+6.6-WIP.bb b/recipes/testdisk/testdisk_6.5+6.6-WIP.bb index 278c41cc99..7d6b7774fc 100644 --- a/recipes/testdisk/testdisk_6.5+6.6-WIP.bb +++ b/recipes/testdisk/testdisk_6.5+6.6-WIP.bb @@ -1,7 +1,7 @@ DESCRIPTION = "TestDisk is a powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting your Partition Table)." LICENSE = "GPLv2" -DEPENDS = "jpeg ncurses e2fsprogs-libs" +DEPENDS = "jpeg ncurses e2fsprogs" SRC_URI = "http://www.cgsecurity.org/testdisk-6.6-WIP.tar.bz2" S = "${WORKDIR}/testdisk-6.6-WIP" |