Ticket #339 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

PKG_NAME must be unique

Reported by: tg Assigned to: somebody
Priority: major Milestone: 1.1
Component: packages Version: trunk
Keywords: Cc:

Description

The following packages violate this rule:

package/asterisk-12/Makefile:PKG_NAME:=           asterisk
package/asterisk/Makefile:PKG_NAME:=              asterisk
package/glib/Makefile:PKG_NAME:=                  glib
package/glib2/Makefile:PKG_NAME=                  glib
package/php4/Makefile:PKG_NAME:=                  php
package/php5/Makefile:PKG_NAME:=                  php
package/zaptel-12/Makefile:PKG_NAME:=             zaptel
package/zaptel/Makefile:PKG_NAME:=                zaptel

Either make sure they cannot be selected at the same time, or fix this issue.

Attachments

Change History

06/19/07 12:22:01 changed by tg

Fixed in r2852 for glib/glib2; php should do a similar approach.

No idea about asterix/zaptel, maybe these should just ensure they're not selected both at the same time? (depends on !theother)

06/19/07 14:19:54 changed by n0-1

  • status changed from new to closed.
  • resolution set to invalid.
choice
prompt "Asterisk Version"
depends on FWRT_PACKAGE_ASTERISK_META

config FWRT_PACKAGE_ASTERISK_VERSION_12
        bool "1.2"
config FWRT_PACKAGE_ASTERISK_VERSION_14
        bool "1.4"

endchoice

In fact, there should be more (Asterisk-sub-) options resulting in the same name, but they all depend on either one of the choice above.

06/19/07 14:46:53 changed by tg

  • status changed from closed to reopened.
  • resolution deleted.

Still php to fix, reopening.

06/26/07 18:48:41 changed by wbx

  • status changed from reopened to closed.
  • resolution set to fixed.

php fixed in svn.


Add/Change #339 (PKG_NAME must be unique)




Action