| Submitter | Daniel Zauner |
|---|---|
| Date | March 7, 2012, 1:43 a.m. |
| Message ID | <A57ACED2-3733-4037-ACC9-870532921768@me.com> |
| Download | mbox | patch |
| Permalink | /patch/22853/ |
| State | Superseded |
| Headers | show |
Comments
On Tue, Mar 6, 2012 at 5:43 PM, Daniel Zauner <daniel.zauner@me.com> wrote: > Changed the Source-URI from (currently?) dead openmoko SVN-Server to new git-repository at git.yoctoproject.org / my first submit, be nice :D > thanks for the patch. Can you rebase it against maintenance branch ? and send a pull request thats the last stable branch out of oe.dev http://www.openembedded.org/wiki/2011.03-maintenance > dFence > --- > recipes/opkg-utils/opkg-utils_git.bb | 27 +++++++++++++++++++++++++++ > recipes/opkg-utils/opkg-utils_svn.bb | 27 --------------------------- > 2 files changed, 27 insertions(+), 27 deletions(-) > create mode 100644 recipes/opkg-utils/opkg-utils_git.bb > delete mode 100644 recipes/opkg-utils/opkg-utils_svn.bb > > diff --git a/recipes/opkg-utils/opkg-utils_git.bb b/recipes/opkg-utils/opkg-utils_git.bb > new file mode 100644 > index 0000000..6adc7c1 > --- /dev/null > +++ b/recipes/opkg-utils/opkg-utils_git.bb > @@ -0,0 +1,27 @@ > +DESCRIPTION = "OPKG Package Manager Utilities" > +SECTION = "base" > +HOMEPAGE = "http://wiki.openmoko.org/wiki/Opkg" > +PRIORITY = "optional" > +LICENSE = "GPLv2" > +RDEPENDS_${PN} = "python" > +RDEPENDS_${PN}_virtclass-native = "" > +SRCREV = "002d29bc605d7c2d02e4cf20a43c5277c15f5597" > +PV = "0.1.8+gitr${SRCPV}" > +PR = "r0" > + > +SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=git \ > + file://index-ignore-filenotfound.patch \ > + file://arfile_header_split.patch \ > + file://mtime-int.patch" > + > +S = "${WORKDIR}/git" > + > +# Avoid circular dependencies from package_ipk.bbclass > +PACKAGES_virtclass-native = "" > + > +do_install() { > + oe_runmake PREFIX=${prefix} DESTDIR=${D} install > +} > + > +BBCLASSEXTEND = "native" > +TARGET_CC_ARCH += "${LDFLAGS}" > diff --git a/recipes/opkg-utils/opkg-utils_svn.bb b/recipes/opkg-utils/opkg-utils_svn.bb > deleted file mode 100644 > index 3ddafdb..0000000 > --- a/recipes/opkg-utils/opkg-utils_svn.bb > +++ /dev/null > @@ -1,27 +0,0 @@ > -DESCRIPTION = "OPKG Package Manager Utilities" > -SECTION = "base" > -HOMEPAGE = "http://wiki.openmoko.org/wiki/Opkg" > -PRIORITY = "optional" > -LICENSE = "GPLv2" > -RDEPENDS_${PN} = "python" > -RDEPENDS_${PN}_virtclass-native = "" > -SRCREV = "4747" > -PV = "0.1.8+svnr${SRCPV}" > -PR = "r7" > - > -SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ > - file://index-ignore-filenotfound.patch \ > - file://arfile_header_split.patch \ > - file://mtime-int.patch" > - > -S = "${WORKDIR}/opkg-utils" > - > -# Avoid circular dependencies from package_ipk.bbclass > -PACKAGES_virtclass-native = "" > - > -do_install() { > - oe_runmake PREFIX=${prefix} DESTDIR=${D} install > -} > - > -BBCLASSEXTEND = "native" > -TARGET_CC_ARCH += "${LDFLAGS}" > -- > 1.7.2.5 > > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Patch
diff --git a/recipes/opkg-utils/opkg-utils_git.bb b/recipes/opkg-utils/opkg-utils_git.bb new file mode 100644 index 0000000..6adc7c1 --- /dev/null +++ b/recipes/opkg-utils/opkg-utils_git.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "OPKG Package Manager Utilities" +SECTION = "base" +HOMEPAGE = "http://wiki.openmoko.org/wiki/Opkg" +PRIORITY = "optional" +LICENSE = "GPLv2" +RDEPENDS_${PN} = "python" +RDEPENDS_${PN}_virtclass-native = "" +SRCREV = "002d29bc605d7c2d02e4cf20a43c5277c15f5597" +PV = "0.1.8+gitr${SRCPV}" +PR = "r0" + +SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=git \ + file://index-ignore-filenotfound.patch \ + file://arfile_header_split.patch \ + file://mtime-int.patch" + +S = "${WORKDIR}/git" + +# Avoid circular dependencies from package_ipk.bbclass +PACKAGES_virtclass-native = "" + +do_install() { + oe_runmake PREFIX=${prefix} DESTDIR=${D} install +} + +BBCLASSEXTEND = "native" +TARGET_CC_ARCH += "${LDFLAGS}" diff --git a/recipes/opkg-utils/opkg-utils_svn.bb b/recipes/opkg-utils/opkg-utils_svn.bb deleted file mode 100644 index 3ddafdb..0000000 --- a/recipes/opkg-utils/opkg-utils_svn.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "OPKG Package Manager Utilities" -SECTION = "base" -HOMEPAGE = "http://wiki.openmoko.org/wiki/Opkg" -PRIORITY = "optional" -LICENSE = "GPLv2" -RDEPENDS_${PN} = "python" -RDEPENDS_${PN}_virtclass-native = "" -SRCREV = "4747" -PV = "0.1.8+svnr${SRCPV}" -PR = "r7" - -SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ - file://index-ignore-filenotfound.patch \ - file://arfile_header_split.patch \ - file://mtime-int.patch" - -S = "${WORKDIR}/opkg-utils" - -# Avoid circular dependencies from package_ipk.bbclass -PACKAGES_virtclass-native = "" - -do_install() { - oe_runmake PREFIX=${prefix} DESTDIR=${D} install -} - -BBCLASSEXTEND = "native" -TARGET_CC_ARCH += "${LDFLAGS}"