aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libinih
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2011-02-20 10:29:11 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2011-02-20 10:30:52 +0100
commit8993a53bfff2256c1ac1457ff3bcb9c7186d689b (patch)
tree1b517264656e86eb62fedbbd13aa45a8ba59128e /recipes/libinih
parent034012e13e671160d0256b39c0aa872f22c7a271 (diff)
downloadopenembedded-8993a53bfff2256c1ac1457ff3bcb9c7186d689b.tar.gz
Revert "libinih: add"
This reverts commit 92f66ee0a4e0958bfabc10cc2c2e8a211e8e31f3. This recipe gives a parsing error ERROR: Error parsing /home/frans/oe/openembedded/recipes/libinih/libinih_git.bb: Fetch command export HOME="/home/frans"; export SSH_AUTH_SOCK="/tmp/ssh-CCruJ2497/agent.2497"; export PATH="/home/frans/oe/openembedded/conf/bin:/home/frans/oe/openembedded/bin:/home/frans/oe/myopenembedded/conf/bin:/home/frans/oe/myopenembedded/bin:/home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/ppce500v2/bin:/home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/sbin:/home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/bin:/home/frans/oe/tmp_minimal/sysroots/i686-linux/sbin:/home/frans/oe/tmp_minimal/sysroots/i686-linux//bin:/home/frans/oe/bitbake/bin:/home/frans/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/gnome/bin:/usr/lib/qt3/bin:/home/frans/bin:."; git ls-remote git://projetos.ossystems.com.br/git/libinih.git master failed with signal 128, output: fatal: read error: Connection reset by peer also SRCREV = AUTOREV is less desirable
Diffstat (limited to 'recipes/libinih')
-rw-r--r--recipes/libinih/libinih_git.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes/libinih/libinih_git.bb b/recipes/libinih/libinih_git.bb
deleted file mode 100644
index e9f811f75d..0000000000
--- a/recipes/libinih/libinih_git.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "C and C++ INI Library"
-PRIORITY = "optional"
-PV = "0.0+gitr${SRCPV}"
-PKGV = "${GITPKGVTAG}"
-PR = "r0"
-LICENSE = "BSD"
-RDEPENDS_${PN}-dev = ""
-
-SRCREV = "${AUTOREV}"
-SRC_URI = "git://projetos.ossystems.com.br/git/libinih.git;protocol=git"
-
-S = "${WORKDIR}/git"
-
-inherit gitpkgv cmake