diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-07 18:57:24 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-07 18:57:24 +0000 |
commit | ffaf408217a8ba850f6be82a334269486336a36c (patch) | |
tree | 2e4dcfa6ce545c688de046d453e14b4c3d780088 /packages/gphoto2/gphoto2_2.1.4.bb | |
parent | 50dfa90e673752a4bc000b311687c0206e9a8fc1 (diff) |
gphoto2: clean up. Bump PR. Partly closes 2234.
Diffstat (limited to 'packages/gphoto2/gphoto2_2.1.4.bb')
-rw-r--r-- | packages/gphoto2/gphoto2_2.1.4.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gphoto2/gphoto2_2.1.4.bb b/packages/gphoto2/gphoto2_2.1.4.bb index 5ebed8f8bf..80d0ee0f27 100644 --- a/packages/gphoto2/gphoto2_2.1.4.bb +++ b/packages/gphoto2/gphoto2_2.1.4.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.bz2" |