diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-27 16:39:24 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-07-27 16:39:24 +0000 |
commit | 0a08907d614322ecbc15d67dbc3865ee18db8853 (patch) | |
tree | e0d9fa2d530eeb4fe981a48f1ad85182db5d555f /packages/nonworking | |
parent | 3680c502f9d9df9bc465e79a4c387022dde5b062 (diff) |
nonworking: xlibs are working now
Diffstat (limited to 'packages/nonworking')
-rw-r--r-- | packages/nonworking/xlibs/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/xlibs/xext_6.4.3.bb | 17 | ||||
-rw-r--r-- | packages/nonworking/xlibs/xmu_6.2.3.bb | 13 |
3 files changed, 0 insertions, 30 deletions
diff --git a/packages/nonworking/xlibs/.mtn2git_empty b/packages/nonworking/xlibs/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/nonworking/xlibs/.mtn2git_empty +++ /dev/null diff --git a/packages/nonworking/xlibs/xext_6.4.3.bb b/packages/nonworking/xlibs/xext_6.4.3.bb deleted file mode 100644 index f8a17fe2db..0000000000 --- a/packages/nonworking/xlibs/xext_6.4.3.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "X Server Extension library" -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "xproto x11 xextensions" - -SRC_URI = "${XLIBS_MIRROR}/libXext-${PV}.tar.bz2" -S = "${WORKDIR}/libXext-${PV}" - -inherit autotools pkgconfig - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} diff --git a/packages/nonworking/xlibs/xmu_6.2.3.bb b/packages/nonworking/xlibs/xmu_6.2.3.bb deleted file mode 100644 index cad9bdc5d5..0000000000 --- a/packages/nonworking/xlibs/xmu_6.2.3.bb +++ /dev/null @@ -1,13 +0,0 @@ -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "xt xext xaw" - -SRC_URI = "${XLIBS_MIRROR}/libXmu-${PV}.tar.bz2" -S = "${WORKDIR}/libXmu-${PV}" - -inherit autotools pkgconfig - -do_stage () { - oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} -} |