summaryrefslogtreecommitdiff
path: root/packages/xres/xres_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/xres/xres_1.0.1.bb')
-rw-r--r--packages/xres/xres_1.0.1.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/xres/xres_1.0.1.bb b/packages/xres/xres_1.0.1.bb
index 0de731f98d..8d94af1a08 100644
--- a/packages/xres/xres_1.0.1.bb
+++ b/packages/xres/xres_1.0.1.bb
@@ -7,11 +7,3 @@ SRC_URI = "${XLIBS_MIRROR}/libXres-${PV}.tar.bz2"
S = "${WORKDIR}/libXres-${PV}"
inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}