diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-03-20 07:29:43 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-03-20 07:29:43 +0000 |
commit | 39f7b8288c71823f5fada0f7c5a329700c7fc51e (patch) | |
tree | dfa53ac139977faf8df76056da19b442652d1aa3 /packages/geoclue | |
parent | 819aca718d6edd471b9d98e25745908c1c652b4d (diff) |
geoclue_git.bb : add staging from OM mtn
Diffstat (limited to 'packages/geoclue')
-rw-r--r-- | packages/geoclue/geoclue_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/geoclue/geoclue_git.bb b/packages/geoclue/geoclue_git.bb index bd6778213a..b4a0cbda3a 100644 --- a/packages/geoclue/geoclue_git.bb +++ b/packages/geoclue/geoclue_git.bb @@ -20,6 +20,10 @@ EXTRA_OECONF = " --enable-applet=no \ --enable-gpsd \ --enable-system-bus" +do_stage() { + autotools_stage_all +} + do_install_append() { mkdir -p ${D}/usr/share/ cp -pPr ${D}${STAGING_DATADIR}/* ${D}/usr/share |