[oe-issues] [Bug 2210] New: lftp does not install any files

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Wed May 2 18:26:41 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=2210

           Summary: lftp does not install any files
           Product: Openembedded
           Version: unspecified
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: todd at sdgsystems.com
         QAContact: tinderbox-oe at gmx.net


FILES_${PN} are needed in the bb file, which will then build the appropriate
packages. Here's what I am currently doing. Someone with more experience than
me should commit this one, after verifying the patch:

============================================================
--- packages/lftp/lftp_3.5.1.bb 32624f15522d38762eb49c7388bfb5f723831baf
+++ packages/lftp/lftp_3.5.1.bb 1f7eb7f304cf7705eb38b3ccb466c5d5e06a7ad3
@@ -6,8 +6,26 @@ DEPENDS = "readline gnutls"
 SECTION = "console/network"
 DEPENDS = "readline gnutls"

+PR = "r1"
+
 SRC_URI = "ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/lftp-3.5.1.tar.bz2"

 EXTRA_OECONF = "--disable-largefile --disable-rpath
--with-included-readline=no"

 inherit autotools gettext
+
+FILES_${PN} = "${bindir}/lftp \
+       ${bindir}/lftpget \
+       ${libdir}/liblftp-tasks.la \
+       ${libdir}/liblftp-tasks.a \
+       ${libdir}/liblftp-jobs.la \
+       ${libdir}/liblftp-jobs.a \
+       /usr/share/lftp/import-ncftp \
+       /usr/share/lftp/import-netscape \
+       /usr/share/lftp/verify-file \
+       /usr/share/lftp/convert-netscape-cookies \
+       ${sysconfdir}/lftp.conf"
+
+FILES_${PN}-doc = "/usr/share/man/man1/lftp.1 \
+       /usr/share/man/man1/lftpget.1"
+


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-issues mailing list