[oe-commits] org.oe.dev libfakekey: fix configure

koen commit oe at amethyst.openembedded.net
Mon Jun 2 16:06:00 UTC 2008


libfakekey: fix configure

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 62afea71cc440e8ebed8073e3c1fdbb9f1996ff5
ViewMTN: http://monotone.openembedded.org/revision/info/62afea71cc440e8ebed8073e3c1fdbb9f1996ff5
Files:
1
packages/libfakekey/files
packages/libfakekey/files/configure-fix.patch
packages/libfakekey/libfakekey_svn.bb
Diffs:

#
# mt diff -r0e0a01cfb6052c1b1e6fe95c6232eabfb624b303 -r62afea71cc440e8ebed8073e3c1fdbb9f1996ff5
#
#
#
# add_dir "packages/libfakekey/files"
# 
# add_file "packages/libfakekey/files/configure-fix.patch"
#  content [709705afb62697071aadcb76c0673ee165b44f59]
# 
# patch "packages/libfakekey/libfakekey_svn.bb"
#  from [92eba2714ca9c527505d1899d217c38321e2de8e]
#    to [096037bdadde64d51fd59de9f3f30e98f20327fd]
#
============================================================
--- packages/libfakekey/files/configure-fix.patch	709705afb62697071aadcb76c0673ee165b44f59
+++ packages/libfakekey/files/configure-fix.patch	709705afb62697071aadcb76c0673ee165b44f59
@@ -0,0 +1,10 @@
+--- /tmp/configure.ac	2008-06-02 17:13:41.006467345 +0200
++++ libfakekey/configure.ac	2008-06-02 17:13:55.109795271 +0200
+@@ -19,6 +19,7 @@
+ AC_SUBST(LT_CURRENT)
+ AC_SUBST(LT_REVISION)
+ LT_AGE=0
++AC_SUBST(LT_AGE)
+ 
+ LT_VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
+ AC_SUBST(LT_VERSION_INFO)
============================================================
--- packages/libfakekey/libfakekey_svn.bb	92eba2714ca9c527505d1899d217c38321e2de8e
+++ packages/libfakekey/libfakekey_svn.bb	096037bdadde64d51fd59de9f3f30e98f20327fd
@@ -3,8 +3,10 @@ PV = "0.2+svnr${SRCREV}"
 DEPENDS = "libxtst"
 SECTION = "x11/wm"
 PV = "0.2+svnr${SRCREV}"
+PR = "r1"
 
-SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
+SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
+	   file://configure-fix.patch;patch=1"
 
 S = "${WORKDIR}/${PN}"
 






More information about the Openembedded-commits mailing list