summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-06-22 18:28:19 +0000
committerKoen Kooi <koen@openembedded.org>2007-06-22 18:28:19 +0000
commitad3b62aa520cfd714e323317251e4dc48fa8785e (patch)
tree3c0dae3e1af74458fa2fb1d4d203ad5dbd015424 /packages
parent8948c85474197808e9c06468618a23d82e513250 (diff)
parent8571f7fe1d209f3b14f70d4ccb009122c7308fb1 (diff)
merge of '34310ed029b0ccbcd834f89fcea4e24c5d044ecc'
and 'e2e2ace957e66ed034ec39428d251e7ed9d0bb50'
Diffstat (limited to 'packages')
-rw-r--r--packages/directfb/directfb_1.0.0.bb1
-rw-r--r--packages/sphyrna/.mtn2git_empty0
-rw-r--r--packages/sphyrna/sphyrna_svn.bb17
3 files changed, 18 insertions, 0 deletions
diff --git a/packages/directfb/directfb_1.0.0.bb b/packages/directfb/directfb_1.0.0.bb
index 669ed49283..c2d249e978 100644
--- a/packages/directfb/directfb_1.0.0.bb
+++ b/packages/directfb/directfb_1.0.0.bb
@@ -26,6 +26,7 @@ EXTRA_OECONF = "\
--enable-libmpeg3=no \
--enable-freetype=yes \
--enable-sdl=no \
+ --enable-vnc=no \
"
do_stage() {
diff --git a/packages/sphyrna/.mtn2git_empty b/packages/sphyrna/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/sphyrna/.mtn2git_empty
diff --git a/packages/sphyrna/sphyrna_svn.bb b/packages/sphyrna/sphyrna_svn.bb
new file mode 100644
index 0000000000..11809386f3
--- /dev/null
+++ b/packages/sphyrna/sphyrna_svn.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Sphyrna - Hammerhead Reverse Engineering"
+HOMEPAGE = "http://projects.linuxtogo.org/projects/sphyrna"
+LICENSE = "GPLv2"
+DEPENDS = "readline"
+PV = "0.0+svn${SRCDATE}"
+PR = "r0"
+
+SRC_URI = "svn://projects.linuxtogo.org/svn;module=sphyrna"
+
+S = "${WORKDIR}/${PN}"
+
+inherit autotools
+
+PACKAGES = "sphyrna-console"
+
+FILES_sphyrna-console = "${bindir}/hhconsole"
+