mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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:
@@ -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}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user