diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 14:36:06 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 14:36:06 +0000 |
commit | 930fbfe0f1323ab390cffd6e8acc4287e44389fe (patch) | |
tree | 67d8591f5c03b808b1027cce367ef641e334458f /meta/packages/libfakekey | |
parent | 128f2debdd95290613e0c2943157439fa863b784 (diff) | |
download | poky-930fbfe0f1323ab390cffd6e8acc4287e44389fe.tar.gz |
libfakekey: reindented recipe
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2937 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libfakekey')
-rw-r--r-- | meta/packages/libfakekey/libfakekey_svn.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/packages/libfakekey/libfakekey_svn.bb b/meta/packages/libfakekey/libfakekey_svn.bb index 5f4e5a57b0..26f282ca08 100644 --- a/meta/packages/libfakekey/libfakekey_svn.bb +++ b/meta/packages/libfakekey/libfakekey_svn.bb | |||
@@ -11,8 +11,7 @@ S = "${WORKDIR}/${PN}" | |||
11 | inherit autotools pkgconfig gettext | 11 | inherit autotools pkgconfig gettext |
12 | 12 | ||
13 | do_stage () { | 13 | do_stage () { |
14 | install -d ${STAGING_INCDIR}/fakekey | 14 | install -d ${STAGING_INCDIR}/fakekey |
15 | install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey | 15 | install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey |
16 | oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR} | 16 | oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR} |
17 | } | 17 | } |
18 | |||