[oe-commits] org.oe.dev merge of '34310ed029b0ccbcd834f89fcea4e24c5d044ecc'

koen commit openembedded-commits at lists.openembedded.org
Fri Jun 22 18:35:15 UTC 2007


merge of '34310ed029b0ccbcd834f89fcea4e24c5d044ecc'
     and 'e2e2ace957e66ed034ec39428d251e7ed9d0bb50'

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: f1f6c3162864d453a8850ecb87b1994f9b160b9d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f1f6c3162864d453a8850ecb87b1994f9b160b9d
Files:
1
packages/sphyrna
packages/sphyrna/sphyrna_svn.bb
packages/directfb/directfb_1.0.0.bb
packages/geoclue/geoclue_git.bb
Diffs:

#
# mt diff -r34310ed029b0ccbcd834f89fcea4e24c5d044ecc -rf1f6c3162864d453a8850ecb87b1994f9b160b9d
#
# 
# 
# add_dir "packages/sphyrna"
# 
# add_file "packages/sphyrna/sphyrna_svn.bb"
#  content [aa2620f930ed684535fe6ae895d8c45aff2b6a3c]
# 
# patch "packages/directfb/directfb_1.0.0.bb"
#  from [284596569fd9459370dc836bc4e4c3ffc6441b8a]
#    to [bf00c09db8adba2477fdc7d15179c061c8b6dbff]
# 
============================================================
--- packages/sphyrna/sphyrna_svn.bb	aa2620f930ed684535fe6ae895d8c45aff2b6a3c
+++ packages/sphyrna/sphyrna_svn.bb	aa2620f930ed684535fe6ae895d8c45aff2b6a3c
@@ -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"
+
============================================================
--- packages/directfb/directfb_1.0.0.bb	284596569fd9459370dc836bc4e4c3ffc6441b8a
+++ packages/directfb/directfb_1.0.0.bb	bf00c09db8adba2477fdc7d15179c061c8b6dbff
@@ -26,6 +26,7 @@ EXTRA_OECONF = "\
 		--enable-libmpeg3=no \
 		--enable-freetype=yes \
 		--enable-sdl=no \
+        --enable-vnc=no \
 		"
 
 do_stage() {


#
# mt diff -re2e2ace957e66ed034ec39428d251e7ed9d0bb50 -rf1f6c3162864d453a8850ecb87b1994f9b160b9d
#
# 
# 
# patch "packages/geoclue/geoclue_git.bb"
#  from [10fb14cdb4c1d94164f3d53d63df9c13d1530545]
#    to [d79909b0acc99332e0d6dbb777efa246c18c3153]
# 
============================================================
--- packages/geoclue/geoclue_git.bb	10fb14cdb4c1d94164f3d53d63df9c13d1530545
+++ packages/geoclue/geoclue_git.bb	d79909b0acc99332e0d6dbb777efa246c18c3153
@@ -1,7 +1,7 @@ HOMEPAGE = "http://live.gnome.org/GeoClu
 DESCRIPTION = "GeoClue is a project that provide all kinds of geography information to an application"
 HOMEPAGE = "http://live.gnome.org/GeoClue"
 
-DEPENDS = "gpsd ilibxml2 libsoup dbus-glib"
+DEPENDS = "gpsd libxml2 libsoup dbus-glib"
 
 PV = "0.0+git${SRCDATE}"
 PR = "r0"
@@ -13,8 +13,6 @@ S = "${WORKDIR}/git"
 
 S = "${WORKDIR}/git"
 
-EXTRA_OECONF = "--enable-panel-applet=no"
-
 do_install_append() {
 	mkdir -p ${D}/usr/share/
 	cp -pPr ${D}${STAGING_DATADIR}/* ${D}/usr/share






More information about the Openembedded-commits mailing list