diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-16 21:39:11 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-16 21:39:11 +0000 |
| commit | 84c2500e996b4f81a420f29bd8e9178532dec2c4 (patch) | |
| tree | 947d5fd7879b59f8a06cc4d54c00eaefe5ed99a4 | |
| parent | 5c0dce866d06d8488f61a4e5fcd5cb88d83c9865 (diff) | |
| download | poky-84c2500e996b4f81a420f29bd8e9178532dec2c4.tar.gz | |
libxsettings-client: Convert to autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/packages/libxsettings-client/libxsettings-client_0.10.bb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/meta/packages/libxsettings-client/libxsettings-client_0.10.bb b/meta/packages/libxsettings-client/libxsettings-client_0.10.bb index 5201f3167b..89376f3b1a 100644 --- a/meta/packages/libxsettings-client/libxsettings-client_0.10.bb +++ b/meta/packages/libxsettings-client/libxsettings-client_0.10.bb | |||
| @@ -13,13 +13,4 @@ SRC_URI = "http://projects.o-hand.com/matchbox/sources/optional-dependencies/Xse | |||
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/Xsettings-client-0.10" | 14 | S = "${WORKDIR}/Xsettings-client-0.10" |
| 15 | 15 | ||
| 16 | inherit autotools gettext | 16 | inherit autotools_stage gettext |
| 17 | |||
| 18 | do_stage () { | ||
| 19 | # TODO: replace with autotools_stage_all? | ||
| 20 | oe_libinstall -so libXsettings-client ${STAGING_LIBDIR} | ||
| 21 | |||
| 22 | for h in ${headers}; do | ||
| 23 | install -m 0644 ${S}/$h ${STAGING_INCDIR}/$h | ||
| 24 | done | ||
| 25 | } | ||
