diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-21 23:35:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:20 +0000 |
commit | 40cbb12d5adda560aff1084dc2ef55eddd645516 (patch) | |
tree | 147bbb212d4956f76cff353e580124d7bb0bb61c /meta/recipes-gnome | |
parent | 0c5366dd9a9b7304c0d9d2391110ab1d93789df1 (diff) | |
download | poky-40cbb12d5adda560aff1084dc2ef55eddd645516.tar.gz |
libunique: fix HOMEPAGE and touch up DESCRIPTION
(From OE-Core rev: dee7d5b94f12e7e966bd39f0c82551d2c549588d)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/libunique/libunique_1.1.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/libunique/libunique_1.1.6.bb b/meta/recipes-gnome/libunique/libunique_1.1.6.bb index c18368997f..b870b79c6b 100644 --- a/meta/recipes-gnome/libunique/libunique_1.1.6.bb +++ b/meta/recipes-gnome/libunique/libunique_1.1.6.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Library for supporting single instance GTK+ applications" | 1 | SUMMARY = "Library for supporting single instance GTK+ applications" |
2 | DESCRIPTION = "Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance." | 2 | DESCRIPTION = "Unique is a library for writing single instance GTK+ applications. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance." |
3 | HOMEPAGE = "http://live.gnome.org/LibUnique" | 3 | HOMEPAGE = "https://wiki.gnome.org/Attic/LibUnique" |
4 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=libunique" | 4 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=libunique" |
5 | 5 | ||
6 | SRC_URI = "${GNOME_MIRROR}/libunique/1.1/libunique-${PV}.tar.bz2 \ | 6 | SRC_URI = "${GNOME_MIRROR}/libunique/1.1/libunique-${PV}.tar.bz2 \ |