diff options
Diffstat (limited to 'meta/packages/libfakekey')
-rw-r--r-- | meta/packages/libfakekey/libfakekey_svn.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/packages/libfakekey/libfakekey_svn.bb b/meta/packages/libfakekey/libfakekey_svn.bb index eec4d6506d..abbbad061a 100644 --- a/meta/packages/libfakekey/libfakekey_svn.bb +++ b/meta/packages/libfakekey/libfakekey_svn.bb | |||
@@ -11,13 +11,8 @@ S = "${WORKDIR}/${PN}" | |||
11 | 11 | ||
12 | inherit autotools pkgconfig gettext | 12 | inherit autotools pkgconfig gettext |
13 | 13 | ||
14 | FILES_${PN} = "${libdir} \ | ||
15 | ${datadir}/applications \ | ||
16 | ${datadir}/pixmaps" | ||
17 | |||
18 | do_stage () { | 14 | do_stage () { |
19 | install -d ${STAGING_INCDIR}/fakekey | 15 | install -d ${STAGING_INCDIR}/fakekey |
20 | install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey | 16 | install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey |
21 | oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR} | 17 | oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR} |
22 | } | 18 | } |
23 | |||