diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-02-15 10:58:00 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-02-15 10:58:00 +0000 |
commit | b36aaa0e6238f8a966561edb444f4661e84b801d (patch) | |
tree | 45410f790eba151dcab5ac736b82a8465002295e /packages/dhcdbd/dhcdbd_1.14.bb | |
parent | c34cbde492b6c7720a5a315f2d98c3240f7055b8 (diff) | |
parent | 543055f847be4ac652a340298b5abe21a93cc769 (diff) |
merge of '414cac1c77ff9fa2877bf185b1fb201f034ee108'
and 'bf8b52c7c7ffdfe7cb88423cc23d4eeb9c573c2f'
Diffstat (limited to 'packages/dhcdbd/dhcdbd_1.14.bb')
-rw-r--r-- | packages/dhcdbd/dhcdbd_1.14.bb | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/packages/dhcdbd/dhcdbd_1.14.bb b/packages/dhcdbd/dhcdbd_1.14.bb index 8c05470f06..2da37f4466 100644 --- a/packages/dhcdbd/dhcdbd_1.14.bb +++ b/packages/dhcdbd/dhcdbd_1.14.bb @@ -1,16 +1,15 @@ -DESCRIPTION="DBus-enabled dhcp client" -SECTION="net" -LICENSE="GPL" -HOMEPAGE="http://people.redhat.com/jvdias/dhcdbd/" - +DESCRIPTION = "DBus-enabled dhcp client" +HOMEPAGE = "http://people.redhat.com/jvdias/dhcdbd/" +SECTION = "net" +LICENSE = "GPL" DEPENDS = "dbus" PR = "r1" -SRC_URI="http://people.redhat.com/jvdias/dhcdbd/dhcdbd-${PV}.tar.gz \ - file://dhcdbd-1.14-pkgconfig_dbus.patch;patch=1 \ - file://dbus-api-fix.patch;patch=1 \ - file://dhcdbd" +SRC_URI = "http://people.redhat.com/jvdias/dhcdbd/dhcdbd-${PV}.tar.gz \ + file://dhcdbd-1.14-pkgconfig_dbus.patch;patch=1 \ + file://dbus-api-fix.patch;patch=1 \ + file://dhcdbd" do_compile() { CC=${TARGET_SYS}-gcc DESTDIR=${prefix} make |