diff options
Diffstat (limited to 'packages/gphoto2/gphoto2_2.1.5.bb')
-rw-r--r-- | packages/gphoto2/gphoto2_2.1.5.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gphoto2/gphoto2_2.1.5.bb b/packages/gphoto2/gphoto2_2.1.5.bb index dc49ce74b0..0913b9743c 100644 --- a/packages/gphoto2/gphoto2_2.1.5.bb +++ b/packages/gphoto2/gphoto2_2.1.5.bb @@ -1,7 +1,8 @@ -LICENSE = "GPL" +DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras" SECTION = "console/utils" +LICENSE = "GPL" DEPENDS = "libgphoto2 popt" -DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.gz" |