diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-14 12:05:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-14 12:05:43 +0000 |
commit | 5258997718d676d5d102620a535e7804b9d358ba (patch) | |
tree | fc709427fee087497fcc84c0291842c2d08fa5b7 /meta/packages/matchbox-wm/matchbox-wm_svn.bb | |
parent | 776d02d628badf796c24b73912e05681f6ee3611 (diff) | |
download | ast2050-yocto-poky-5258997718d676d5d102620a535e7804b9d358ba.zip ast2050-yocto-poky-5258997718d676d5d102620a535e7804b9d358ba.tar.gz |
matchbox-wm: Fix configure issue
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3161 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-wm/matchbox-wm_svn.bb')
-rw-r--r-- | meta/packages/matchbox-wm/matchbox-wm_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/matchbox-wm/matchbox-wm_svn.bb b/meta/packages/matchbox-wm/matchbox-wm_svn.bb index 457d4c8..22809bd 100644 --- a/meta/packages/matchbox-wm/matchbox-wm_svn.bb +++ b/meta/packages/matchbox-wm/matchbox-wm_svn.bb @@ -3,9 +3,11 @@ DESCRIPTION = "Matchbox window manager" LICENSE = "GPL" DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" PV = "1.2+svnr${SRCREV}" +PR = "r1" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ - file://kbdconfig" + file://configure_fix.patch;patch=1 \ + file://kbdconfig" S = "${WORKDIR}/matchbox-window-manager" |