Re: [oe] [poky] meta: Fix SRC_URI warnings to use "protocol" not "proto"
Saul already posted a patch for OE-Core there was discussion on that thread as well On Thu, Jul 12, 2012 at 10:07 PM, Elvis Dowson wrote: > This commit updates the SRC_URI for the following recipes to use "protocol" > recipes-core/eglibc/cross-localedef-native_2.15.bb > recipes-core/eglibc/eglibc_2.15.bb > recipes-devtools/gcc/gcc-4.7.inc > recipes-devtools/installer/adt-installer_1.0.bb > recipes-devtools/opkg/opkg_svn.bb > recipes-devtools/tcf-agent/tcf-agent_git.bb > recipes-devtools/ubootchart/ubootchart_svn.bb > recipes-gnome/gtkhtml2/gtkhtml2_svn.bb > recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb > recipes-sato/webkit/webkit-gtk_svn.bb > > Signed-off-by: Elvis Dowson > --- > .../eglibc/cross-localedef-native_2.15.bb |2 +- > meta/recipes-core/eglibc/eglibc_2.15.bb|2 +- > meta/recipes-devtools/gcc/gcc-4.7.inc |2 +- > .../installer/adt-installer_1.0.bb |2 +- > meta/recipes-devtools/opkg/opkg_svn.bb |2 +- > meta/recipes-devtools/tcf-agent/tcf-agent_git.bb |2 +- > meta/recipes-devtools/ubootchart/ubootchart_svn.bb |2 +- > meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb|2 +- > .../matchbox-wm-2/matchbox-wm-2_git.bb |2 +- > meta/recipes-sato/webkit/webkit-gtk_svn.bb |6 +++--- > 10 files changed, 12 insertions(+), 12 deletions(-) > > diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb > b/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb > index 6f311fc..493eb61 100644 > --- a/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb > +++ b/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb > @@ -16,7 +16,7 @@ inherit autotools > PR = "r0" > SRCREV="15225" > EGLIBC_BRANCH="eglibc-2_14" > -SRC_URI = > "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http " > +SRC_URI = > "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http " > S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef" > > do_unpack_append() { > diff --git a/meta/recipes-core/eglibc/eglibc_2.15.bb > b/meta/recipes-core/eglibc/eglibc_2.15.bb > index 7dd9810..110febf 100644 > --- a/meta/recipes-core/eglibc/eglibc_2.15.bb > +++ b/meta/recipes-core/eglibc/eglibc_2.15.bb > @@ -7,7 +7,7 @@ PR = "r12" > PR_append = "+svnr${SRCPV}" > > EGLIBC_BRANCH="eglibc-2_15" > -SRC_URI = > "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \ > +SRC_URI = > "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http \ > file://eglibc-svn-arm-lowlevellock-include-tls.patch \ > file://IO-acquire-lock-fix.patch \ > file://mips-rld-map-check.patch \ > diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc > b/meta/recipes-devtools/gcc/gcc-4.7.inc > index 0e40533..a2e9ae0 100644 > --- a/meta/recipes-devtools/gcc/gcc-4.7.inc > +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc > @@ -33,7 +33,7 @@ LIC_FILES_CHKSUM = > "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ > file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ > > file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" > > -SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ > +SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};protocol=http > \ >file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ >file://100-uclibc-conf.patch \ > file://gcc-uclibc-locale-ctype_touplow_t.patch \ > diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb > b/meta/recipes-devtools/installer/adt-installer_1.0.bb > index 5dc0896..e1edf2f 100644 > --- a/meta/recipes-devtools/installer/adt-installer_1.0.bb > +++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb > @@ -39,7 +39,7 @@ S = "${WORKDIR}/trunk" > > SRCREV = "596" > PV = "0.1.8+svnr${SRCPV}" > -SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ > +SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \ > file://wget_cache.patch \ > file://adt_installer \ > file://scripts/adt_installer_internal \ > diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb > b/meta/recipes-devtools/opkg/opkg_svn.bb > index faf0ba3..a0667ac 100644 > --- a/meta/recipes-devtools/opkg/opkg_svn.bb > +++ b/meta/recipes-devtools/opkg/opkg_svn.bb > @@ -1,6 +1,6 @@ > require opkg.inc > > -SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ > +SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \ > file://add_vercmp.patch \ > file://add_uname_support.patch \ > file://fix_installorder.patch \ > diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb > b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb > index 8ac8022..25fccaf 100644 > --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb > +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb > @@ -10,7 +10,7 @@ S
[oe] [meta-openembedded] meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"
This commit updates the SRC_URI for the following recipes to use "protocol" meta-oe/recipes-devtools/python/python-pyyaml_svn.bb meta-oe/recipes-navigation/navit/navit_svn.bb meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb meta-oe/recipes-support/dfu-util/dfu-util_svn.bb meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb meta-oe/recipes-support/usbpath/usbpath_svn.bb meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb Signed-off-by: Elvis Dowson --- .../recipes-devtools/python/python-pyyaml_svn.bb |2 +- meta-oe/recipes-navigation/navit/navit_svn.bb |2 +- .../qcanobserver/qcanobserver-socketcan_svn.bb |2 +- .../recipes-qt/qcanobserver/qcanobserver_svn.bb|2 +- meta-oe/recipes-support/dfu-util/dfu-util_svn.bb |2 +- .../recipes-support/portaudio/portaudio-v19_svn.bb |2 +- .../samsung-soc-utils/s3c24xx-gpio_svn.bb |2 +- .../samsung-soc-utils/s3c64xx-gpio_svn.bb |2 +- .../samsung-soc-utils/sjf2410-linux-native_svn.bb |2 +- meta-oe/recipes-support/usbpath/usbpath_svn.bb |2 +- meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb |2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/meta-oe/recipes-devtools/python/python-pyyaml_svn.bb b/meta-oe/recipes-devtools/python/python-pyyaml_svn.bb index c224507..92c0673 100644 --- a/meta-oe/recipes-devtools/python/python-pyyaml_svn.bb +++ b/meta-oe/recipes-devtools/python/python-pyyaml_svn.bb @@ -9,7 +9,7 @@ PV = "3.08+svnr${SRCPV}" PR = "ml2" SRC_URI = "\ - svn://svn.pyyaml.org/pyyaml;module=trunk;proto=http \ + svn://svn.pyyaml.org/pyyaml;module=trunk;protocol=http \ file://setup.py \ " S = "${WORKDIR}/trunk" diff --git a/meta-oe/recipes-navigation/navit/navit_svn.bb b/meta-oe/recipes-navigation/navit/navit_svn.bb index b3057b5..1350751 100644 --- a/meta-oe/recipes-navigation/navit/navit_svn.bb +++ b/meta-oe/recipes-navigation/navit/navit_svn.bb @@ -5,6 +5,6 @@ PV = "0.2.0+svnr${SRCPV}" PR = "${INC_PR}.2" S = "${WORKDIR}/${PN}" -SRC_URI += "svn://anonym...@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;proto=http \ +SRC_URI += "svn://anonym...@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;protocol=http \ file://taking-address-of-temporary-array.patch \ " diff --git a/meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb b/meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb index c636128..aed190c 100644 --- a/meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb +++ b/meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb @@ -9,7 +9,7 @@ DEPENDS += "qwt libsocketcan" PV = "0.5+svnr${SRCPV}" SRCREV = "48" -SRC_URI = "svn://qcanobserver.svn.sourceforge.net/svnroot;module=qcanobserver;proto=https" +SRC_URI = "svn://qcanobserver.svn.sourceforge.net/svnroot;module=qcanobserver;protocol=https" S = "${WORKDIR}/qcanobserver/DeviceLib/linux/SocketCAN" diff --git a/meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb b/meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb index 9d8f4a3..3d79fdc 100644 --- a/meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb +++ b/meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb @@ -9,7 +9,7 @@ DEPENDS += "qwt" PV = "0.5+svnr${SRCPV}" SRCREV = "48" -SRC_URI = "svn://qcanobserver.svn.sourceforge.net/svnroot;module=qcanobserver;proto=https \ +SRC_URI = "svn://qcanobserver.svn.sourceforge.net/svnroot;module=qcanobserver;protocol=https \ file://0001-messagebufferinterface.cpp-add-sys-socket.h-as-inclu.patch \ file://0002-qconsole-writethread-gcc-4.5-fixes.patch \ file://candemo.xml" diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb b/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb index abb85fa..7e71820 100644 --- a/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb +++ b/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb @@ -9,7 +9,7 @@ PR = "r2" DEPENDS = "virtual/libusb0 usbpath" -SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;proto=http" +SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;protocol=http" S = "${WORKDIR}/dfu-util" inherit autotools diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb index 2ae9eb4..312ae60 100644 --- a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb +++ b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb @@ -6,7 +6,7 @@ SRCREV = "1387" PV = "v19+svnr${SRCPV}" PR = "r0" -SRC_URI = "svn://www.portaudio.com/repos/portaudio;module=trunk;proto=http" +SRC_URI = "svn://www.portaudio.com/repos/portaudio;module=trunk;protocol=http" S = "${WORKDIR}/trunk" inherit autotools d
[oe] [meta-openembedded] meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"
This commit updates the SRC_URI for the following recipes to use "protocol" meta-oe/recipes-devtools/python/python-pyyaml_svn.bb meta-oe/recipes-navigation/navit/navit_svn.bb meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb #meta-oe/recipes-support/dfu-util/dfu-util_svn.bb meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb meta-oe/recipes-support/usbpath/usbpath_svn.bb meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb Signed-off-by: Elvis Dowson --- .../recipes-devtools/python/python-pyyaml_svn.bb |2 +- meta-oe/recipes-navigation/navit/navit_svn.bb |2 +- .../qcanobserver/qcanobserver-socketcan_svn.bb |2 +- .../recipes-qt/qcanobserver/qcanobserver_svn.bb|2 +- meta-oe/recipes-support/dfu-util/dfu-util_svn.bb |2 +- .../recipes-support/portaudio/portaudio-v19_svn.bb |2 +- .../samsung-soc-utils/s3c24xx-gpio_svn.bb |2 +- .../samsung-soc-utils/s3c64xx-gpio_svn.bb |2 +- .../samsung-soc-utils/sjf2410-linux-native_svn.bb |2 +- meta-oe/recipes-support/usbpath/usbpath_svn.bb |2 +- meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb |2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/meta-oe/recipes-devtools/python/python-pyyaml_svn.bb b/meta-oe/recipes-devtools/python/python-pyyaml_svn.bb index c224507..92c0673 100644 --- a/meta-oe/recipes-devtools/python/python-pyyaml_svn.bb +++ b/meta-oe/recipes-devtools/python/python-pyyaml_svn.bb @@ -9,7 +9,7 @@ PV = "3.08+svnr${SRCPV}" PR = "ml2" SRC_URI = "\ - svn://svn.pyyaml.org/pyyaml;module=trunk;proto=http \ + svn://svn.pyyaml.org/pyyaml;module=trunk;protocol=http \ file://setup.py \ " S = "${WORKDIR}/trunk" diff --git a/meta-oe/recipes-navigation/navit/navit_svn.bb b/meta-oe/recipes-navigation/navit/navit_svn.bb index b3057b5..1350751 100644 --- a/meta-oe/recipes-navigation/navit/navit_svn.bb +++ b/meta-oe/recipes-navigation/navit/navit_svn.bb @@ -5,6 +5,6 @@ PV = "0.2.0+svnr${SRCPV}" PR = "${INC_PR}.2" S = "${WORKDIR}/${PN}" -SRC_URI += "svn://anonym...@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;proto=http \ +SRC_URI += "svn://anonym...@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;protocol=http \ file://taking-address-of-temporary-array.patch \ " diff --git a/meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb b/meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb index c636128..aed190c 100644 --- a/meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb +++ b/meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb @@ -9,7 +9,7 @@ DEPENDS += "qwt libsocketcan" PV = "0.5+svnr${SRCPV}" SRCREV = "48" -SRC_URI = "svn://qcanobserver.svn.sourceforge.net/svnroot;module=qcanobserver;proto=https" +SRC_URI = "svn://qcanobserver.svn.sourceforge.net/svnroot;module=qcanobserver;protocol=https" S = "${WORKDIR}/qcanobserver/DeviceLib/linux/SocketCAN" diff --git a/meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb b/meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb index 9d8f4a3..3d79fdc 100644 --- a/meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb +++ b/meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb @@ -9,7 +9,7 @@ DEPENDS += "qwt" PV = "0.5+svnr${SRCPV}" SRCREV = "48" -SRC_URI = "svn://qcanobserver.svn.sourceforge.net/svnroot;module=qcanobserver;proto=https \ +SRC_URI = "svn://qcanobserver.svn.sourceforge.net/svnroot;module=qcanobserver;protocol=https \ file://0001-messagebufferinterface.cpp-add-sys-socket.h-as-inclu.patch \ file://0002-qconsole-writethread-gcc-4.5-fixes.patch \ file://candemo.xml" diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb b/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb index abb85fa..7e71820 100644 --- a/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb +++ b/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb @@ -9,7 +9,7 @@ PR = "r2" DEPENDS = "virtual/libusb0 usbpath" -SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;proto=http" +SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;protocol=http" S = "${WORKDIR}/dfu-util" inherit autotools diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb index 2ae9eb4..312ae60 100644 --- a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb +++ b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb @@ -6,7 +6,7 @@ SRCREV = "1387" PV = "v19+svnr${SRCPV}" PR = "r0" -SRC_URI = "svn://www.portaudio.com/repos/portaudio;module=trunk;proto=http" +SRC_URI = "svn://www.portaudio.com/repos/portaudio;module=trunk;protocol=http" S = "${WORKDIR}/trunk" inherit autotools
[oe] [poky] meta: Fix SRC_URI warnings to use "protocol" not "proto"
This commit updates the SRC_URI for the following recipes to use "protocol" recipes-core/eglibc/cross-localedef-native_2.15.bb recipes-core/eglibc/eglibc_2.15.bb recipes-devtools/gcc/gcc-4.7.inc recipes-devtools/installer/adt-installer_1.0.bb recipes-devtools/opkg/opkg_svn.bb recipes-devtools/tcf-agent/tcf-agent_git.bb recipes-devtools/ubootchart/ubootchart_svn.bb recipes-gnome/gtkhtml2/gtkhtml2_svn.bb recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb recipes-sato/webkit/webkit-gtk_svn.bb Signed-off-by: Elvis Dowson --- .../eglibc/cross-localedef-native_2.15.bb |2 +- meta/recipes-core/eglibc/eglibc_2.15.bb|2 +- meta/recipes-devtools/gcc/gcc-4.7.inc |2 +- .../installer/adt-installer_1.0.bb |2 +- meta/recipes-devtools/opkg/opkg_svn.bb |2 +- meta/recipes-devtools/tcf-agent/tcf-agent_git.bb |2 +- meta/recipes-devtools/ubootchart/ubootchart_svn.bb |2 +- meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb|2 +- .../matchbox-wm-2/matchbox-wm-2_git.bb |2 +- meta/recipes-sato/webkit/webkit-gtk_svn.bb |6 +++--- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb b/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb index 6f311fc..493eb61 100644 --- a/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb +++ b/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb @@ -16,7 +16,7 @@ inherit autotools PR = "r0" SRCREV="15225" EGLIBC_BRANCH="eglibc-2_14" -SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http " +SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http " S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef" do_unpack_append() { diff --git a/meta/recipes-core/eglibc/eglibc_2.15.bb b/meta/recipes-core/eglibc/eglibc_2.15.bb index 7dd9810..110febf 100644 --- a/meta/recipes-core/eglibc/eglibc_2.15.bb +++ b/meta/recipes-core/eglibc/eglibc_2.15.bb @@ -7,7 +7,7 @@ PR = "r12" PR_append = "+svnr${SRCPV}" EGLIBC_BRANCH="eglibc-2_15" -SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \ +SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http \ file://eglibc-svn-arm-lowlevellock-include-tls.patch \ file://IO-acquire-lock-fix.patch \ file://mips-rld-map-check.patch \ diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 0e40533..a2e9ae0 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc @@ -33,7 +33,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" -SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ +SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};protocol=http \ file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ file://100-uclibc-conf.patch \ file://gcc-uclibc-locale-ctype_touplow_t.patch \ diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index 5dc0896..e1edf2f 100644 --- a/meta/recipes-devtools/installer/adt-installer_1.0.bb +++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb @@ -39,7 +39,7 @@ S = "${WORKDIR}/trunk" SRCREV = "596" PV = "0.1.8+svnr${SRCPV}" -SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ +SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \ file://wget_cache.patch \ file://adt_installer \ file://scripts/adt_installer_internal \ diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb index faf0ba3..a0667ac 100644 --- a/meta/recipes-devtools/opkg/opkg_svn.bb +++ b/meta/recipes-devtools/opkg/opkg_svn.bb @@ -1,6 +1,6 @@ require opkg.inc -SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ +SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \ file://add_vercmp.patch \ file://add_uname_support.patch \ file://fix_installorder.patch \ diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index 8ac8022..25fccaf 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb @@ -10,7 +10,7 @@ SRCREV = "4ef94ecb927a8912c3d79ce137182247786cff8f" PV = "0.4.0+git${SRCPV}" PR = "r0" -SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;proto=git \ +SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;protocol=git \ http://www.eclipse.org/legal/epl-v10.html;name=epl \ file://
[oe] [meta-multimedia][PATCH] xbmc: move from meta-oe to meta-multimedia
Signed-off-by: Paul Eggleton --- ...on-t-run-python-distutils-to-find-STAGING.patch | 31 +++ ...d-ios-Add-memory-barriers-to-atomic-Add-S.patch | 97 ...d-ios-Add-memory-barriers-to-cas-assembly.patch | 69 ++ .../recipes-mediacentre/xbmc/xbmc_git.bb | 77 ...on-t-run-python-distutils-to-find-STAGING.patch | 31 --- ...d-ios-Add-memory-barriers-to-atomic-Add-S.patch | 97 ...d-ios-Add-memory-barriers-to-cas-assembly.patch | 69 -- meta-oe/recipes-multimedia/xbmc/xbmc_git.bb| 77 8 files changed, 274 insertions(+), 274 deletions(-) create mode 100644 meta-multimedia/recipes-mediacentre/xbmc/xbmc/0001-configure-don-t-run-python-distutils-to-find-STAGING.patch create mode 100644 meta-multimedia/recipes-mediacentre/xbmc/xbmc/0002-Revert-fixed-ios-Add-memory-barriers-to-atomic-Add-S.patch create mode 100644 meta-multimedia/recipes-mediacentre/xbmc/xbmc/0003-Revert-fixed-ios-Add-memory-barriers-to-cas-assembly.patch create mode 100644 meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb delete mode 100644 meta-oe/recipes-multimedia/xbmc/xbmc/0001-configure-don-t-run-python-distutils-to-find-STAGING.patch delete mode 100644 meta-oe/recipes-multimedia/xbmc/xbmc/0002-Revert-fixed-ios-Add-memory-barriers-to-atomic-Add-S.patch delete mode 100644 meta-oe/recipes-multimedia/xbmc/xbmc/0003-Revert-fixed-ios-Add-memory-barriers-to-cas-assembly.patch delete mode 100644 meta-oe/recipes-multimedia/xbmc/xbmc_git.bb diff --git a/meta-multimedia/recipes-mediacentre/xbmc/xbmc/0001-configure-don-t-run-python-distutils-to-find-STAGING.patch b/meta-multimedia/recipes-mediacentre/xbmc/xbmc/0001-configure-don-t-run-python-distutils-to-find-STAGING.patch new file mode 100644 index 000..dfc3959 --- /dev/null +++ b/meta-multimedia/recipes-mediacentre/xbmc/xbmc/0001-configure-don-t-run-python-distutils-to-find-STAGING.patch @@ -0,0 +1,31 @@ +From 0dce5a2abd9f42876616c35772a4d71c5399543c Mon Sep 17 00:00:00 2001 +From: Koen Kooi +Date: Sat, 17 Dec 2011 11:38:15 +0100 +Subject: [PATCH 1/4] configure: don't run python distutils to find STAGING_INCDIR/python, it is not safe for per-machine sysroots + +Signed-off-by: Koen Kooi +--- + m4/ax_python_devel.m4 |7 +-- + 1 files changed, 1 insertions(+), 6 deletions(-) + +diff --git a/m4/ax_python_devel.m4 b/m4/ax_python_devel.m4 +index adbd207..dee70f6 100644 +--- a/m4/ax_python_devel.m4 b/m4/ax_python_devel.m4 +@@ -151,12 +151,7 @@ $ac_distutils_result]) + # + AC_MSG_CHECKING([for Python include path]) + if test -z "$PYTHON_CPPFLAGS"; then +- python_path=`$PYTHON -c "import distutils.sysconfig; \ +- print (distutils.sysconfig.get_python_inc ());"` +- if test -n "${python_path}"; then +- python_path="-I$python_path" +- fi +- PYTHON_CPPFLAGS=$python_path ++ PYTHON_CPPFLAGS="-I${STAGING_INCDIR}/${PYTHON_DIR}" + fi + AC_MSG_RESULT([$PYTHON_CPPFLAGS]) + AC_SUBST([PYTHON_CPPFLAGS]) +-- +1.7.2.5 + diff --git a/meta-multimedia/recipes-mediacentre/xbmc/xbmc/0002-Revert-fixed-ios-Add-memory-barriers-to-atomic-Add-S.patch b/meta-multimedia/recipes-mediacentre/xbmc/xbmc/0002-Revert-fixed-ios-Add-memory-barriers-to-atomic-Add-S.patch new file mode 100644 index 000..e0a4037 --- /dev/null +++ b/meta-multimedia/recipes-mediacentre/xbmc/xbmc/0002-Revert-fixed-ios-Add-memory-barriers-to-atomic-Add-S.patch @@ -0,0 +1,97 @@ +From 7b2a8a7869d257cba35f53f6d877877c29cdac27 Mon Sep 17 00:00:00 2001 +From: Paul Menzel +Date: Sun, 14 Aug 2011 21:53:47 +0200 +Subject: [PATCH 2/4] Revert "fixed:[ios] Add memory barriers to atomic Add/Subtract and Increment/Decrement functions to ensure synchronized accesses." + +This reverts commit 9a10c48710df79118e39e9b3bb0a15bf1fe694d1. + +The build (OpenEmbedded `angstrom-2010.x` for `MACHINE = "beagleboard") fails with the following error. + +make -C xbmc/threads +make[1]: Entering directory `/oe/build-angstrom-next/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/xbmc-10.05-r11+gitr0+9a10c48710df79118e39e9b3bb0a15bf1fe694d1/git/xbmc/threads' +CPP Atomics.o +/tmp/ccIzTm3L.s: Assembler messages: +/tmp/ccIzTm3L.s:40: Error: garbage following instruction -- `dmb ish' +/tmp/ccIzTm3L.s:48: Error: garbage following instruction -- `dmb ish' +/tmp/ccIzTm3L.s:76: Error: garbage following instruction -- `dmb ish' +/tmp/ccIzTm3L.s:83: Error: garbage following instruction -- `dmb ish' +/tmp/ccIzTm3L.s:111: Error: garbage following instruction -- `dmb ish' +/tmp/ccIzTm3L.s:118: Error: garbage following instruction -- `dmb ish' +/tmp/ccIzTm3L.s:145: Error: garbage following instruction -- `dmb ish' +/tmp/ccIzTm3L.s:152: Error: garbage following instruction -- `dmb ish'
Re: [oe] [meta-openembedded v2] cramfs_cvs.bb: fix compile step so it can be rerun without failing
On Thu, Jul 12, 2012 at 3:23 PM, Koen Kooi wrote: > I missed it in patchwork because it lacked the 'meta-oe' tag in the subject. > I suck at keeping up with the mailinglist :( Ah, I had meta-openembedded in v2 ;) -M > > Op 12 jul. 2012 om 22:06 heeft McClintock Matthew-B29882 > het volgende geschreven: > >> Koen, >> >> Did I miss something for this patch? >> >> -M >> >> On Fri, Jul 6, 2012 at 11:01 AM, Matthew McClintock >> wrote: >>> Signed-off-by: Matthew McClintock >>> --- >>> v2: - use ln -sf instead of separate unlink command >>> >>> meta-oe/recipes-support/cramfs/cramfs_cvs.bb |3 ++- >>> 1 file changed, 2 insertions(+), 1 deletion(-) >>> >>> diff --git a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb >>> b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb >>> index 667097c..d9b6c06 100644 >>> --- a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb >>> +++ b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb >>> @@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = >>> "file://${WORKDIR}/linux/COPYING;md5=9579385572eb40eded61dcb0 >>> DEPENDS = "zlib" >>> SRCDATE = "20110110" >>> PV = "1.1+cvs${SRCDATE}" >>> +PR = "r1" >>> >>> SRC_URI = >>> "cvs://anonym...@cramfs.cvs.sourceforge.net/cvsroot/cramfs;module=linux" >>> S = "${WORKDIR}/linux/scripts/cramfs" >>> @@ -16,7 +17,7 @@ EXTRA_OEMAKE = "\ >>> >>> >>> do_compile_prepend() { >>> -ln -s GNUmakefile Makefile >>> +ln -sf GNUmakefile Makefile >>> } >>> >>> do_install() { >>> -- >>> 1.7.10 >>> >>> >>> >>> ___ >>> Openembedded-devel mailing list >>> Openembedded-devel@lists.openembedded.org >>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > ___ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] [meta-openembedded v2] cramfs_cvs.bb: fix compile step so it can be rerun without failing
Koen, Did I miss something for this patch? -M On Fri, Jul 6, 2012 at 11:01 AM, Matthew McClintock wrote: > Signed-off-by: Matthew McClintock > --- > v2: - use ln -sf instead of separate unlink command > > meta-oe/recipes-support/cramfs/cramfs_cvs.bb |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb > b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb > index 667097c..d9b6c06 100644 > --- a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb > +++ b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb > @@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = > "file://${WORKDIR}/linux/COPYING;md5=9579385572eb40eded61dcb0 > DEPENDS = "zlib" > SRCDATE = "20110110" > PV = "1.1+cvs${SRCDATE}" > +PR = "r1" > > SRC_URI = > "cvs://anonym...@cramfs.cvs.sourceforge.net/cvsroot/cramfs;module=linux" > S = "${WORKDIR}/linux/scripts/cramfs" > @@ -16,7 +17,7 @@ EXTRA_OEMAKE = "\ > > > do_compile_prepend() { > -ln -s GNUmakefile Makefile > +ln -sf GNUmakefile Makefile > } > > do_install() { > -- > 1.7.10 > > > > ___ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] [meta-openembedded v2] cramfs_cvs.bb: fix compile step so it can be rerun without failing
I missed it in patchwork because it lacked the 'meta-oe' tag in the subject. I suck at keeping up with the mailinglist :( Op 12 jul. 2012 om 22:06 heeft McClintock Matthew-B29882 het volgende geschreven: > Koen, > > Did I miss something for this patch? > > -M > > On Fri, Jul 6, 2012 at 11:01 AM, Matthew McClintock > wrote: >> Signed-off-by: Matthew McClintock >> --- >> v2: - use ln -sf instead of separate unlink command >> >> meta-oe/recipes-support/cramfs/cramfs_cvs.bb |3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb >> b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb >> index 667097c..d9b6c06 100644 >> --- a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb >> +++ b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb >> @@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = >> "file://${WORKDIR}/linux/COPYING;md5=9579385572eb40eded61dcb0 >> DEPENDS = "zlib" >> SRCDATE = "20110110" >> PV = "1.1+cvs${SRCDATE}" >> +PR = "r1" >> >> SRC_URI = >> "cvs://anonym...@cramfs.cvs.sourceforge.net/cvsroot/cramfs;module=linux" >> S = "${WORKDIR}/linux/scripts/cramfs" >> @@ -16,7 +17,7 @@ EXTRA_OEMAKE = "\ >> >> >> do_compile_prepend() { >> -ln -s GNUmakefile Makefile >> +ln -sf GNUmakefile Makefile >> } >> >> do_install() { >> -- >> 1.7.10 >> >> >> >> ___ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] [oe-classic][PATCH 0/2] tzcode/tzdata: update SRC_URI
On Thu, Jul 12, 2012 at 12:11 PM, Apelete Seketeli wrote: > Hello, > > The official repository of the time zone database was shut down on > 2011-10-06, so the corresponding recipes needed to be updated to fetch > the time zone source packages from alternative mirrors. > > The two patches that come as follow up of this message is what it's > all about. please add [maintenance-2011.03] to subject and rebase the patches of the same branch in order for them to show up in maintainers sandbox > > Apelete Seketeli (2): > tzcode: update SRC_URI > tzdata: update SRC_URI > > recipes/tzcode/tzcode-native.inc |4 ++-- > recipes/tzdata/tzdata.inc|2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > -- > 1.7.10.4 > > > ___ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] [PATCH] netsurf: update SRC_URI
Le 12-Jul-12, Apelete Seketeli a écrit: > Update the SRC_URI of the following recipes, since the NetSurf project > has moved the download repository of its source packages: > - hubbub_0.0.2.bb > - libcss_0.0.2.bb > - libnsbmp_0.0.2.bb > - libnsgif_0.0.2.bb > - libparserutils_0.0.2.bb > - libwapcaplet_0.0.2.bb > - netsurf_2.6.bb > > Signed-off-by: Apelete Seketeli I forgot the tag in the subject, but this is targeting oe-classic. Cheers. -- Apelete ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] [oe-classic][PATCH 1/2] tzcode: update SRC_URI
Update the SRC_URI of tzcode-native.inc to tzmirror.sunbase.org since elsie.nci.nih.gov seems to be down. Signed-off-by: Apelete Seketeli --- recipes/tzcode/tzcode-native.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/tzcode/tzcode-native.inc b/recipes/tzcode/tzcode-native.inc index 78ddec5..d2c711a 100644 --- a/recipes/tzcode/tzcode-native.inc +++ b/recipes/tzcode/tzcode-native.inc @@ -2,8 +2,8 @@ DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" INC_PR = "r4" SRC_URI = " \ -ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode-${PV} \ - ftp://elsie.nci.nih.gov/pub/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV} \ + http://tzmirror.sunbase.org/tzfiles/oldtz/tzcode${PV}.tar.gz;name=tzcode-${PV} \ + http://tzmirror.sunbase.org/tzfiles/oldtz/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV} \ " S = "${WORKDIR}" -- 1.7.10.4 ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] [oe-classic][PATCH 0/2] tzcode/tzdata: update SRC_URI
Hello, The official repository of the time zone database was shut down on 2011-10-06, so the corresponding recipes needed to be updated to fetch the time zone source packages from alternative mirrors. The two patches that come as follow up of this message is what it's all about. Apelete Seketeli (2): tzcode: update SRC_URI tzdata: update SRC_URI recipes/tzcode/tzcode-native.inc |4 ++-- recipes/tzdata/tzdata.inc|2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -- 1.7.10.4 ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] [oe-classic][PATCH 2/2] tzdata: update SRC_URI
Update the SRC_URI of tzdata.inc to tzmirror.sunbase.org since elsie.nci.nih.gov seems to be down. Signed-off-by: Apelete Seketeli --- recipes/tzdata/tzdata.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/tzdata/tzdata.inc b/recipes/tzdata/tzdata.inc index dd5c2c9..c9997d3 100644 --- a/recipes/tzdata/tzdata.inc +++ b/recipes/tzdata/tzdata.inc @@ -12,7 +12,7 @@ RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarcti timezone-australia timezone-europe timezone-indian \ timezone-iso3166.tab timezone-pacific timezone-zone.tab" -SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz;name=tar"; +SRC_URI = "http://tzmirror.sunbase.org/tzfiles/oldtz/tzdata${PV}.tar.gz;name=tar"; S = "${WORKDIR}" -- 1.7.10.4 ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] [PATCH] netsurf: update SRC_URI
Update the SRC_URI of the following recipes, since the NetSurf project has moved the download repository of its source packages: - hubbub_0.0.2.bb - libcss_0.0.2.bb - libnsbmp_0.0.2.bb - libnsgif_0.0.2.bb - libparserutils_0.0.2.bb - libwapcaplet_0.0.2.bb - netsurf_2.6.bb Signed-off-by: Apelete Seketeli --- recipes/netsurf/hubbub_0.0.2.bb |2 +- recipes/netsurf/libcss_0.0.2.bb |2 +- recipes/netsurf/libnsbmp_0.0.2.bb |2 +- recipes/netsurf/libnsgif_0.0.2.bb |2 +- recipes/netsurf/libparserutils_0.0.2.bb |2 +- recipes/netsurf/libwapcaplet_0.0.2.bb |2 +- recipes/netsurf/netsurf_2.6.bb |2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes/netsurf/hubbub_0.0.2.bb b/recipes/netsurf/hubbub_0.0.2.bb index 0d6b828..319fe1d 100644 --- a/recipes/netsurf/hubbub_0.0.2.bb +++ b/recipes/netsurf/hubbub_0.0.2.bb @@ -7,7 +7,7 @@ DEPENDS = "libparserutils" PR = "r1" -SRC_URI = "http://www.netsurf-browser.org/projects/releases/hubbub-${PV}-src.tar.gz"; +SRC_URI = "http://download.netsurf-browser.org/libs/releases/hubbub-${PV}-src.tar.gz"; inherit pkgconfig diff --git a/recipes/netsurf/libcss_0.0.2.bb b/recipes/netsurf/libcss_0.0.2.bb index 42424c4..213b57e 100644 --- a/recipes/netsurf/libcss_0.0.2.bb +++ b/recipes/netsurf/libcss_0.0.2.bb @@ -7,7 +7,7 @@ DEPENDS = "libwapcaplet" PR = "r1" -SRC_URI = "http://www.netsurf-browser.org/projects/releases/libcss-${PV}-src.tar.gz \ +SRC_URI = "http://download.netsurf-browser.org/libs/releases/libcss-${PV}-src.tar.gz \ file://no-werror.patch" inherit pkgconfig diff --git a/recipes/netsurf/libnsbmp_0.0.2.bb b/recipes/netsurf/libnsbmp_0.0.2.bb index db02c1e..56eeb81 100644 --- a/recipes/netsurf/libnsbmp_0.0.2.bb +++ b/recipes/netsurf/libnsbmp_0.0.2.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" PR = "r1" -SRC_URI = "http://www.netsurf-browser.org/projects/releases/libnsbmp-${PV}-src.tar.gz"; +SRC_URI = "http://download.netsurf-browser.org/libs/releases/libnsbmp-${PV}-src.tar.gz"; inherit pkgconfig diff --git a/recipes/netsurf/libnsgif_0.0.2.bb b/recipes/netsurf/libnsgif_0.0.2.bb index 5291169..57283f3 100644 --- a/recipes/netsurf/libnsgif_0.0.2.bb +++ b/recipes/netsurf/libnsgif_0.0.2.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" PR = "r1" -SRC_URI = "http://www.netsurf-browser.org/projects/releases/libnsgif-${PV}-src.tar.gz"; +SRC_URI = "http://download.netsurf-browser.org/libs/releases/libnsgif-${PV}-src.tar.gz"; inherit pkgconfig diff --git a/recipes/netsurf/libparserutils_0.0.2.bb b/recipes/netsurf/libparserutils_0.0.2.bb index ea59272..cca2c02 100644 --- a/recipes/netsurf/libparserutils_0.0.2.bb +++ b/recipes/netsurf/libparserutils_0.0.2.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" PR = "r1" -SRC_URI = "http://www.netsurf-browser.org/projects/releases/libparserutils-${PV}-src.tar.gz"; +SRC_URI = "http://download.netsurf-browser.org/libs/releases/libparserutils-${PV}-src.tar.gz"; inherit pkgconfig diff --git a/recipes/netsurf/libwapcaplet_0.0.2.bb b/recipes/netsurf/libwapcaplet_0.0.2.bb index 3ef4b3c..02c1d7a 100644 --- a/recipes/netsurf/libwapcaplet_0.0.2.bb +++ b/recipes/netsurf/libwapcaplet_0.0.2.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" PR = "r1" -SRC_URI = "http://www.netsurf-browser.org/projects/releases/libwapcaplet-${PV}-src.tar.gz"; +SRC_URI = "http://download.netsurf-browser.org/libs/releases/libwapcaplet-${PV}-src.tar.gz"; inherit pkgconfig diff --git a/recipes/netsurf/netsurf_2.6.bb b/recipes/netsurf/netsurf_2.6.bb index 607a18a..1e07223 100644 --- a/recipes/netsurf/netsurf_2.6.bb +++ b/recipes/netsurf/netsurf_2.6.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.netsurf-browser.org/"; SECTION = "x11/network" LICENSE = "GPLv2" -SRC_URI = "http://www.netsurf-browser.org/downloads/releases/netsurf-${PV}-src.tar.gz \ +SRC_URI = "http://download.netsurf-browser.org/netsurf/releases/source/netsurf-${PV}-src.tar.gz \ file://fix_makefile.patch \ file://debugxml_fix.patch \ file://netsurf.png \ -- 1.7.10.4 ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] [PATCH] wpa-supplicant: fix for dso link change
* add lgpg-error to LIBS explicitly in order to to make it work with the updated dso linking behavior in newer versions of binutils Signed-off-by: Fahad Usman --- .../wpa-supplicant-0.7.3/dso-link-change.patch | 13 + .../wpa-supplicant/wpa-supplicant-0.7.inc |3 ++- .../wpa-supplicant/wpa-supplicant_0.7.3.bb |2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/dso-link-change.patch diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/dso-link-change.patch b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/dso-link-change.patch new file mode 100644 index 000..1903d1f --- /dev/null +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/dso-link-change.patch @@ -0,0 +1,13 @@ +--- wpa_supplicant/Makefile wpa_supplicant/Makefile +@@ -768,8 +768,8 @@ OBJS_p += ../src/crypto/crypto_gnutls.o + ifdef NEED_FIPS186_2_PRF + OBJS += ../src/crypto/fips_prf_gnutls.o + endif +-LIBS += -lgcrypt +-LIBS_p += -lgcrypt ++LIBS += -lgcrypt -lgpg-error ++LIBS_p += -lgcrypt -lgpg-error + CONFIG_INTERNAL_SHA256=y + CONFIG_INTERNAL_RC4=y + CONFIG_INTERNAL_DH_GROUP5=y diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc index 6c84202..430f7fa 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc @@ -14,7 +14,8 @@ SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \ file://wpa-supplicant.sh \ file://wpa_supplicant.conf \ file://wpa_supplicant.conf-sane \ - file://99_wpa_supplicant" + file://99_wpa_supplicant \ + file://dso-link-change.patch" S = "${WORKDIR}/wpa_supplicant-${PV}/wpa_supplicant" diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb index 6f6378b..7521bbe 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb @@ -1,6 +1,6 @@ require wpa-supplicant-0.7.inc -PR = "r12" +PR = "r13" SRC_URI[md5sum] = "f516f191384a9a546e3f5145c08addda" SRC_URI[sha256sum] = "d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443" -- 1.7.1 ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel