diff options
author | Ross Burton <ross@openedhand.com> | 2008-09-03 10:57:49 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-09-03 10:57:49 +0000 |
commit | 75df7432f45743019149940d0c42ea624f6c9d1a (patch) | |
tree | 38b9de70ec5096d842a66a2d313cb16398e5c1bc | |
parent | a24fec274939e4be55e6ad818797c880efe0b2b9 (diff) | |
download | poky-75df7432f45743019149940d0c42ea624f6c9d1a.tar.gz |
matchbox-wm-2: stage the headers and so on
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5124 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb index d8b3721ee7..72f6a0d27c 100644 --- a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb +++ b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPL" | |||
4 | DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" | 4 | DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" |
5 | 5 | ||
6 | PV = "0.0+svnr${SRCREV}" | 6 | PV = "0.0+svnr${SRCREV}" |
7 | PR = "r2" | 7 | PR = "r3" |
8 | 8 | ||
9 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ | 9 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ |
10 | " | 10 | " |
@@ -13,6 +13,9 @@ S = "${WORKDIR}/matchbox-window-manager-2" | |||
13 | 13 | ||
14 | inherit autotools pkgconfig update-alternatives | 14 | inherit autotools pkgconfig update-alternatives |
15 | 15 | ||
16 | # Change this to x-session-manager->matchbox-session and put in | ||
17 | # matchbox-session, then change this to x-window-manager to | ||
18 | # matchbox-window-manager-2. | ||
16 | ALTERNATIVE_NAME = "x-window-manager" | 19 | ALTERNATIVE_NAME = "x-window-manager" |
17 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" | 20 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" |
18 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" | 21 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" |
@@ -33,3 +36,7 @@ do_install_append () { | |||
33 | cd ${D}${bindir} | 36 | cd ${D}${bindir} |
34 | ln -s matchbox-window-manager-2-simple matchbox-window-manager | 37 | ln -s matchbox-window-manager-2-simple matchbox-window-manager |
35 | } | 38 | } |
39 | |||
40 | do_stage() { | ||
41 | autotools_stage_all | ||
42 | } | ||