From e2c5b637fbf96fd00673acfc1e783f8c930c225d Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 24 Jul 2011 18:53:43 +0100 Subject: konqueror-embedded: remove comments from multi-line strings This is no longer allowed in recent versions of bitbake. Signed-off-by: Paul Eggleton --- recipes-qtopia/konqueror/konqueror-embedded_20060404.bb | 1 - recipes-qtopia/konqueror/konqueror-embedded_20070316.bb | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'recipes-qtopia') diff --git a/recipes-qtopia/konqueror/konqueror-embedded_20060404.bb b/recipes-qtopia/konqueror/konqueror-embedded_20060404.bb index 177b5df..04326cf 100644 --- a/recipes-qtopia/konqueror/konqueror-embedded_20060404.bb +++ b/recipes-qtopia/konqueror/konqueror-embedded_20060404.bb @@ -40,7 +40,6 @@ EXTRA_OECONF = '--prefix=${palmtopdir} \ --with-qt-libraries=${STAGING_DIR_HOST}/qt2/lib \ --enable-fontsubs \ --with-konq-tmp-prefix=/tmp/kde-cache \ -# --enable-static \ --disable-static \ --enable-shared \ --disable-debug \ diff --git a/recipes-qtopia/konqueror/konqueror-embedded_20070316.bb b/recipes-qtopia/konqueror/konqueror-embedded_20070316.bb index 06d422f..7119e10 100644 --- a/recipes-qtopia/konqueror/konqueror-embedded_20070316.bb +++ b/recipes-qtopia/konqueror/konqueror-embedded_20070316.bb @@ -34,7 +34,6 @@ export EXTRA_OEMAKE = "EXTRA_LDFLAGS='${EXTRAFLAGS}'" EXTRA_OECONF = '--prefix=${palmtopdir} \ --exec-prefix=${palmtopdir} \ -# --includedir=${STAGING_INCDIR} \ --includedir=/usr/include \ --with-extra-includes=${STAGING_INCDIR} \ --with-extra-libs=${STAGING_LIBDIR} \ @@ -46,20 +45,17 @@ EXTRA_OECONF = '--prefix=${palmtopdir} \ --with-qt-dir=${QTDIR} \ --enable-fontsubs \ --with-konq-tmp-prefix=/tmp/kde-cache \ -# --enable-static \ --disable-static \ --enable-shared \ --disable-debug \ --with-gui=road \ --with-ipv6-lookup=no \ --without-xinerama \ -# --disable-scrollbars \ --disable-selection \ --disable-bookmarks \ --with-javascript=static \ --enable-debug=yes \ --disable-printing \ -# --enable-pcre \ --disable-pcre \ --without-arts \ --enable-jshostext \ @@ -73,6 +69,7 @@ EXTRA_OECONF = '--prefix=${palmtopdir} \ --enable-fwnewepg=yes \ --enable-embedded ' + do_configure_prepend() { cd ${S} if ! test -L admin -- cgit 1.2.3-korg