psuedo: We don't use lib64

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-04-06 15:27:46 +01:00
parent 43b5d13c63
commit eb8be4555b
2 changed files with 11 additions and 2 deletions

View File

@ -10,7 +10,16 @@ RP 18/3/10
Index: git/Makefile.in
===================================================================
--- git.orig/Makefile.in 2010-03-17 16:05:17.000000000 +0000
+++ git/Makefile.in 2010-03-18 18:49:37.000000000 +0000
+++ git/Makefile.in 2010-04-06 15:25:39.000000000 +0100
@@ -25,7 +25,7 @@
MARK64=@MARK64@
VERSION=0.2
-LIBDIR=$(PREFIX)/lib$(MARK64)
+LIBDIR=$(PREFIX)/lib
BINDIR=$(PREFIX)/bin
DATADIR=$(PREFIX)/var/pseudo
@@ -34,7 +34,7 @@
CFLAGS_DEFS=-DPSEUDO_PREFIX='"$(PREFIX)"' -DPSEUDO_SUFFIX='"$(SUFFIX)"' -DPSEUDO_VERSION='"$(VERSION)"'
CFLAGS_DEBUG=-O2 -g

View File

@ -4,7 +4,7 @@ LICENSE = "LGPL2.1"
DEPENDS = "sqlite3"
PV = "0.0+git${SRCPV}"
PR = "r2"
PR = "r3"
SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \
file://tweakflags.patch;patch=1"