diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-15 11:13:54 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-15 11:22:58 +0200 |
commit | 7f2ff327841702403c3dfb9eea11e13ea05f3ca7 (patch) | |
tree | 061df2306dfd866c14daea868a7345e2d7311b5f /recipes/gnome/gnome-keyring_0.4.4.bb | |
parent | 8e8609c78d52872b8a6d2e2b530bc5b14e95169b (diff) |
gnome: convert a lot of recipes to new style staging
Diffstat (limited to 'recipes/gnome/gnome-keyring_0.4.4.bb')
-rw-r--r-- | recipes/gnome/gnome-keyring_0.4.4.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/gnome/gnome-keyring_0.4.4.bb b/recipes/gnome/gnome-keyring_0.4.4.bb index 85b94a60c1..1b7c74a0cc 100644 --- a/recipes/gnome/gnome-keyring_0.4.4.bb +++ b/recipes/gnome/gnome-keyring_0.4.4.bb @@ -8,17 +8,5 @@ DEPENDS = "gtk+" EXTRA_OECONF = "--disable-gtk-doc" -HEADERS = " \ -gnome-keyring.h \ -" - -do_stage() { - install -d ${STAGING_INCDIR}/gnome-keyring-1 - for i in ${HEADERS}; do - install -m 0644 $i ${STAGING_INCDIR}/gnome-keyring-1/$i - done - oe_libinstall -so libgnome-keyring ${STAGING_LIBDIR} -} - SRC_URI[md5sum] = "dc17fa8b04172d3b1993caa6959a7648" SRC_URI[sha256sum] = "f6799acf59bc91054c4832e7956cb3126effdf911f746139478dcfa8ec727653" |