diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
| commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
| tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /openembedded/packages/maemo/xsp_1.0.0-8.bb | |
| parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
| download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz | |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/maemo/xsp_1.0.0-8.bb')
| -rw-r--r-- | openembedded/packages/maemo/xsp_1.0.0-8.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/openembedded/packages/maemo/xsp_1.0.0-8.bb b/openembedded/packages/maemo/xsp_1.0.0-8.bb deleted file mode 100644 index 068193c6aa..0000000000 --- a/openembedded/packages/maemo/xsp_1.0.0-8.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | PR = "r0" | ||
| 2 | LICENSE= "MIT" | ||
| 3 | DESCRIPTION = "X Server Nokia 770 extensions library" | ||
| 4 | SECTION = "x11/libs" | ||
| 5 | PRIORITY = "optional" | ||
| 6 | DEPENDS = "libx11 xextensions libxext xpext" | ||
| 7 | |||
| 8 | SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz" | ||
| 9 | S = "${WORKDIR}/Xsp" | ||
| 10 | |||
| 11 | inherit autotools pkgconfig | ||
| 12 | |||
| 13 | do_stage() { | ||
| 14 | oe_runmake install prefix=${STAGING_DIR} \ | ||
| 15 | bindir=${STAGING_BINDIR} \ | ||
| 16 | includedir=${STAGING_INCDIR} \ | ||
| 17 | libdir=${STAGING_LIBDIR} \ | ||
| 18 | datadir=${STAGING_DATADIR} \ | ||
| 19 | mandir=${STAGING_DATADIR}/man | ||
| 20 | } | ||
