diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-01 15:40:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-01 15:40:55 +0000 |
commit | 9a05084a4d58bd67ac02ab7f591fe8bcd1931356 (patch) | |
tree | 266debaee4f85644d1cf5cd804854b79b41ed724 /packages/gphoto2/gphoto2_2.4.0.bb | |
parent | eef34c2e56094d0485949e80b7909a0e76038af9 (diff) |
gphoto2: update to 2.4.2 and fix libtool 2.x issues
Diffstat (limited to 'packages/gphoto2/gphoto2_2.4.0.bb')
-rw-r--r-- | packages/gphoto2/gphoto2_2.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gphoto2/gphoto2_2.4.0.bb b/packages/gphoto2/gphoto2_2.4.0.bb index 6bc1a42f9e..996edb25a0 100644 --- a/packages/gphoto2/gphoto2_2.4.0.bb +++ b/packages/gphoto2/gphoto2_2.4.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras" SECTION = "console/utils" LICENSE = "GPL" -DEPENDS = "libgphoto2 popt" +DEPENDS = "libtool libgphoto2 popt" PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2" |