summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xproto/xproto_6.6.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-10 11:40:32 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-10 11:40:32 +0000
commitb236090192c018bf8efe8c72019d3d1567b6d158 (patch)
tree5d76931d8d80fb6a9b77d6b040bf3140da57f7eb /openembedded/packages/xproto/xproto_6.6.2.bb
parent6be98eee9dd8f8dfb6a90b3386defc54321497cc (diff)
downloadpoky-b236090192c018bf8efe8c72019d3d1567b6d158.tar.gz
Convert packages CVSDATE -> SRCDATE and standardise some PV fields
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@268 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/xproto/xproto_6.6.2.bb')
-rw-r--r--openembedded/packages/xproto/xproto_6.6.2.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/openembedded/packages/xproto/xproto_6.6.2.bb b/openembedded/packages/xproto/xproto_6.6.2.bb
index b982144485..b5cf751053 100644
--- a/openembedded/packages/xproto/xproto_6.6.2.bb
+++ b/openembedded/packages/xproto/xproto_6.6.2.bb
@@ -9,9 +9,5 @@ S = "${WORKDIR}/xproto-${PV}"
9inherit autotools pkgconfig 9inherit autotools pkgconfig
10 10
11do_stage() { 11do_stage() {
12 oe_runmake install prefix=${STAGING_DIR} \ 12 autotools_stage_all
13 bindir=${STAGING_BINDIR} \
14 includedir=${STAGING_INCDIR} \
15 libdir=${STAGING_LIBDIR} \
16 datadir=${STAGING_DATADIR}
17} 13}