git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcb48af
)
fbida 2.07: fix do_compile and do_install as it's not autotools based
author
Denys Dmytriyenko
<denis@denix.org>
Wed, 19 Nov 2008 04:11:30 +0000
(23:11 -0500)
committer
Denys Dmytriyenko
<denis@denix.org>
Wed, 19 Nov 2008 04:11:30 +0000
(23:11 -0500)
packages/fbida/fbida_2.07.bb
patch
|
blob
|
history
diff --git
a/packages/fbida/fbida_2.07.bb
b/packages/fbida/fbida_2.07.bb
index
188e227
..
c3512e0
100644
(file)
--- a/
packages/fbida/fbida_2.07.bb
+++ b/
packages/fbida/fbida_2.07.bb
@@
-8,7
+8,7
@@
DESCRIPTION = "frame buffer image and doc viewer tools"
AUTHOR = "Gerd Knorr"
LICENSE = "GPL2"
SECTION = "utils"
-PR = "r
2
"
+PR = "r
3
"
DEPENDS = "virtual/libiconv jpeg fontconfig freetype libexif"
RDEPENDS = "ttf-dejavu-sans-mono"
@@
-20,4
+20,12
@@
SRC_URI = "http://dl.bytesex.org/releases/fbida/fbida-${PV}.tar.gz \
file://sys_siglist.patch;patch=1 \
"
-EXTRA_OECONF = "--disable-magick --without-x"
+EXTRA_OEMAKE = ""
+
+do_compile() {
+ oe_runmake
+}
+
+do_install() {
+ oe_runmake 'DESTDIR=${D}' install
+}