libfakekey: reindented recipe

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2937 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-10-19 14:36:06 +00:00
parent 128f2debdd
commit 930fbfe0f1
1 changed files with 3 additions and 4 deletions

View File

@ -11,8 +11,7 @@ S = "${WORKDIR}/${PN}"
inherit autotools pkgconfig gettext
do_stage () {
install -d ${STAGING_INCDIR}/fakekey
install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey
oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR}
install -d ${STAGING_INCDIR}/fakekey
install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey
oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR}
}