[oe-commits] [Bug 5484] New: package unzip-552-r3 failed

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Sat Nov 13 23:57:41 UTC 2010


show_bug.cgi?id=5484

           Summary: package unzip-552-r3 failed
           Product: Openembedded
           Version: org.openembedded.dev
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P5
         Component: unspecified
        AssignedTo: openembedded-commits at lists.openembedded.org
        ReportedBy: philippe.lumbierres at gmail.com
   Estimated Hours: 0.0


Hello,
Using master branch of openembedded.
Following error occurs: unzip_552.bb, do_setscene) failed with exit code '1'
I seems to the following .bb section where probably an accollade missing to
close the do_install() procedure.
I try adding one and bitbake goes on.

Best regards.
Philippe.

Looking into the commit: c2602b6725fd0ccc85ddc7a46d5735f7e339164c
shouldn't we have to see a "}" to close the statements of do_install()?

diff --git a/recipes/unzip/unzip_552.bb b/recipes/unzip/unzip_552.bb
index 0decc4a..c3b7500 100644
--- a/recipes/unzip/unzip_552.bb
+++ b/recipes/unzip/unzip_552.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "A (de)compression library for the ZIP format"
SECTION = "console/utils"
LICENSE = "Info-ZIP"
-PR = "r2"
+PR = "r3"
SRC_URI =
"${SOURCEFORGE_MIRROR}/project/infozip/UnZip%205.x%20and%20earlier/5.52/unzip${PV}.tar.gz"
S = "${WORKDIR}/unzip-5.52"
@@ -19,6 +19,8 @@ do_install() {
oe_runmake -f unix/Makefile install prefix=${D}${prefix}
install -d ${D}${mandir}
mv ${D}${prefix}/man/* ${D}${mandir}
+
+do_install_append_pn-unzip() {
mv ${D}${bindir}/unzip ${D}${bindir}/unzip.${PN}
}

-- 
Configure bugmail: userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list