beep and ez-ipupdate: replace 'PACKAGES =' with 'PACKAGES +='. Partly fixes 2471.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 25 Jan 2008 14:42:12 +0000 (14:42 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 25 Jan 2008 14:42:12 +0000 (14:42 +0000)
packages/beep/beep_1.2.2.bb
packages/ez-ipupdate/ez-ipupdate_3.0.10.bb

index 87c9ee1..759f74f 100644 (file)
@@ -10,7 +10,7 @@ SRC_URI  = "http://johnath.com/beep/beep-${PV}.tar.gz"
 SRC_URI += "file://linux-input.patch;patch=1"
 
 S = "${WORKDIR}/beep-${PV}"
-PACKAGES = "${PN} ${PN}-doc"
+PACKAGES += "${PN} ${PN}-doc"
 
 inherit autotools
 
index 2b9c578..fbf5f61 100644 (file)
@@ -22,7 +22,7 @@ CONFFILES_${PN} = "${sysconfdir}/ipupdate.conf"
 
 inherit autotools update-rc.d
 
-PACKAGES = "ez-ipupdate"
+PACKAGES += "ez-ipupdate"
 
 do_install_append() {
        install -d "${D}${sysconfdir}/init.d"