[oe-commits] org.oe.dev udhcp: without ${PN} in PACKAGES, the package won't build because it cannot resolve the dependency on itself (udhcp-dbg -> udhcp)

Laibsch commit oe at amethyst.openembedded.net
Mon Sep 1 18:19:11 UTC 2008


udhcp: without ${PN} in PACKAGES, the package won't build because it cannot resolve the dependency on itself (udhcp-dbg -> udhcp)

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 818e2a75a7b401d665944a17d67a461550f70977
ViewMTN: http://monotone.openembedded.org/revision/info/818e2a75a7b401d665944a17d67a461550f70977
Files:
1
packages/udhcp/udhcp_0.9.8.bb
Diffs:

#
# mt diff -r42bf6e48b1c776ec48b21ce58948bf1ef7ae2fed -r818e2a75a7b401d665944a17d67a461550f70977
#
#
#
# patch "packages/udhcp/udhcp_0.9.8.bb"
#  from [ddbc16349df717d4bd0f4aae29669236093ee1a6]
#    to [296a95ad798caad3b26891de5a43b3e00d9c0dbe]
#
============================================================
--- packages/udhcp/udhcp_0.9.8.bb	ddbc16349df717d4bd0f4aae29669236093ee1a6
+++ packages/udhcp/udhcp_0.9.8.bb	296a95ad798caad3b26891de5a43b3e00d9c0dbe
@@ -19,7 +19,7 @@ EXTRA_OEMAKE = "'CC=${CC}' 'LD=${CCLD}' 
 		'usrbindir=${bindir}' \
 		'datadir=${datadir}'"
 
-PACKAGES = "${PN}-dbg udhcpc udhcpc-doc udhcpd udhcpd-doc"
+PACKAGES = "${PN}-dbg udhcpc udhcpc-doc udhcpd udhcpd-doc ${PN}"
 FILES_udhcpc = "/sbin/udhcpc ${datadir}/udhcpc"
 FILES_udhcpc-doc = "${mandir}/man8/udhcpc.8"
 FILES_udhcpd = "${sbindir}/udhcpd \






More information about the Openembedded-commits mailing list