diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-31 16:11:27 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-31 16:11:27 +0000 |
commit | c3159bdb65dc30aca63ce22ec67db540b9b16cc0 (patch) | |
tree | 8dfa3182e3be4591d21964294f18f2f737a7d52d /meta/packages | |
parent | 8f67430e2d4a44e64c866db82d96a5ab254a9d01 (diff) | |
download | poky-c3159bdb65dc30aca63ce22ec67db540b9b16cc0.tar.gz |
Add new gnome-keyring to poky-bleeding
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2623 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gnome/gnome-keyring_2.19.91.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/gnome/gnome-keyring_2.19.91.bb b/meta/packages/gnome/gnome-keyring_2.19.91.bb new file mode 100644 index 0000000000..4b82c38d82 --- /dev/null +++ b/meta/packages/gnome/gnome-keyring_2.19.91.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | LICENSE = "GPL" | ||
2 | SECTION = "x11/gnome" | ||
3 | |||
4 | inherit autotools gnome pkgconfig | ||
5 | |||
6 | DEPENDS = "gtk+ libgcrypt" | ||
7 | |||
8 | EXTRA_OECONF = "--disable-gtk-doc" | ||
9 | |||
10 | do_stage() { | ||
11 | autotools_stage_all | ||
12 | } | ||