diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-25 14:42:12 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-25 14:42:12 +0000 |
commit | 9122160f08e4cd472a005b318fc51faac59ff8c6 (patch) | |
tree | 9231957b3f732342dcf75fc6000cf6fb03e8f6b1 /packages/ez-ipupdate/ez-ipupdate_3.0.10.bb | |
parent | d32bcf39f06ea4d51ca342c6253e06b6ceb5088a (diff) |
beep and ez-ipupdate: replace 'PACKAGES =' with 'PACKAGES +='. Partly fixes 2471.
Diffstat (limited to 'packages/ez-ipupdate/ez-ipupdate_3.0.10.bb')
-rw-r--r-- | packages/ez-ipupdate/ez-ipupdate_3.0.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ez-ipupdate/ez-ipupdate_3.0.10.bb b/packages/ez-ipupdate/ez-ipupdate_3.0.10.bb index 2b9c578125..fbf5f61a39 100644 --- a/packages/ez-ipupdate/ez-ipupdate_3.0.10.bb +++ b/packages/ez-ipupdate/ez-ipupdate_3.0.10.bb @@ -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" |