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 | |
parent | 50dfa90e673752a4bc000b311687c0206e9a8fc1 (diff) |
gphoto2: clean up. Bump PR. Partly closes 2234.
-rw-r--r-- | packages/gphoto2/gphoto2_2.1.4.bb | 5 | ||||
-rw-r--r-- | packages/gphoto2/gphoto2_2.1.5.bb | 5 | ||||
-rw-r--r-- | packages/gphoto2/gphoto2_2.1.6.bb | 6 |
3 files changed, 9 insertions, 7 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" 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" diff --git a/packages/gphoto2/gphoto2_2.1.6.bb b/packages/gphoto2/gphoto2_2.1.6.bb index ff6531a572..63dad91f14 100644 --- a/packages/gphoto2/gphoto2_2.1.6.bb +++ b/packages/gphoto2/gphoto2_2.1.6.bb @@ -1,8 +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" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.gz" |