summaryrefslogtreecommitdiff
path: root/openembedded/packages/libsm/libsm_6.0.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-03-24 07:51:48 +0000
committerRichard Purdie <richard@openedhand.com>2006-03-24 07:51:48 +0000
commitb783a3e2f6744692c80909a70c3674dd316204dc (patch)
treef1e96b860f0c3accf06930f39c9b7d1c53c2bb9b /openembedded/packages/libsm/libsm_6.0.3.bb
parent63e2f3e549fa5ef0388f5e975ff166e287f64cf4 (diff)
downloadopenembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.gz
openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.bz2
openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.xz
openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.zip
Move xlibs packages to xlibs/ as per changes in OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@335 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/libsm/libsm_6.0.3.bb')
-rw-r--r--openembedded/packages/libsm/libsm_6.0.3.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/openembedded/packages/libsm/libsm_6.0.3.bb b/openembedded/packages/libsm/libsm_6.0.3.bb
deleted file mode 100644
index 6a85eaf6c..000000000
--- a/openembedded/packages/libsm/libsm_6.0.3.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTION = "libs"
-LICENSE = "MIT-X"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DEPENDS = "x11 ice"
-DESCRIPTION = "Session management library"
-PR = "r1"
-
-SRC_URI = "${XLIBS_MIRROR}/libSM-${PV}.tar.bz2 \
- file://autofoo.patch;patch=1"
-S = "${WORKDIR}/libSM-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage () {
- oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
-}