diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-02-10 14:33:55 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 14:33:55 +0000 |
| commit | 5fb35ca11147ed30c619cf93e19331fd835f3da9 (patch) | |
| tree | 45f05442e8a91453bfea03a29fb3cb96f49d80e5 /openembedded/packages/libxcursor | |
| parent | 42dfbb2a0223ba5d091f053ad5401ecce6446e41 (diff) | |
| download | poky-5fb35ca11147ed30c619cf93e19331fd835f3da9.tar.gz | |
Apply more chanegs from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/libxcursor')
| -rw-r--r-- | openembedded/packages/libxcursor/libxcursor_1.1.2.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/openembedded/packages/libxcursor/libxcursor_1.1.2.bb b/openembedded/packages/libxcursor/libxcursor_1.1.2.bb index d948ff50d1..25744c7dca 100644 --- a/openembedded/packages/libxcursor/libxcursor_1.1.2.bb +++ b/openembedded/packages/libxcursor/libxcursor_1.1.2.bb | |||
| @@ -14,10 +14,5 @@ FILES_${PN} += "${libdir}/libXcursor.so" | |||
| 14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
| 15 | 15 | ||
| 16 | do_stage() { | 16 | do_stage() { |
| 17 | oe_runmake install prefix=${STAGING_DIR} \ | 17 | autotools_stage_all |
| 18 | bindir=${STAGING_BINDIR} \ | ||
| 19 | includedir=${STAGING_INCDIR} \ | ||
| 20 | libdir=${STAGING_LIBDIR} \ | ||
| 21 | datadir=${STAGING_DATADIR} \ | ||
| 22 | mandir=${STAGING_DIR}/man | ||
| 23 | } | 18 | } |
